Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
2337fae8
Commit
2337fae8
authored
Nov 12, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
39ca46ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
optimization.xml
docs/docs/optimization.xml
+20
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
2337fae8
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
<item>
graph_cut_score
</item>
<item>
graph_cut_score
</item>
<item>
potts_model_score
</item>
<item>
potts_model_score
</item>
<item>
parse_tree_to_string
</item>
<item>
parse_tree_to_string
</item>
<item>
find_trees_not_rooted_with_tag
</item>
</section>
</section>
</top>
</top>
...
@@ -551,6 +552,25 @@ However, for graphs with cycles, the solution may be approximate.
...
@@ -551,6 +552,25 @@ However, for graphs with cycles, the solution may be approximate.
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_trees_not_rooted_with_tag
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/find_max_parse_cky_abstract.h
</spec_file>
<description>
Finds all the largest non-overlapping
<a
href=
"#find_max_parse_cky"
>
parse trees
</a>
in tree that are not rooted with a particular tag.
<p>
This function is useful when you want to cut a parse tree
into a bunch of sub-trees and you know that the top level of the tree is all
composed of the same kind of tag. So if you want to just "slice off" the top
of the tree where this tag lives then this function is useful for doing that.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
2337fae8
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
<term
file=
"optimization.html"
name=
"find_max_parse_cky"
/>
<term
file=
"optimization.html"
name=
"find_max_parse_cky"
/>
<term
file=
"optimization.html"
name=
"parse_tree_to_string"
/>
<term
file=
"optimization.html"
name=
"parse_tree_to_string"
/>
<term
file=
"optimization.html"
name=
"find_trees_not_rooted_with_tag"
/>
<term
link=
"optimization.html#parse_tree_to_string"
name=
"parse_tree_to_string_tagged"
/>
<term
link=
"optimization.html#parse_tree_to_string"
name=
"parse_tree_to_string_tagged"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"parse_tree_to_string_error"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"parse_tree_to_string_error"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"constituent"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"constituent"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment