Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
2337fae8
Commit
2337fae8
authored
Nov 12, 2012
by
Davis King
Browse files
updated docs
parent
39ca46ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+20
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
2337fae8
...
...
@@ -78,6 +78,7 @@
<item>
graph_cut_score
</item>
<item>
potts_model_score
</item>
<item>
parse_tree_to_string
</item>
<item>
find_trees_not_rooted_with_tag
</item>
</section>
</top>
...
...
@@ -551,6 +552,25 @@ However, for graphs with cycles, the solution may be approximate.
</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>
...
...
docs/docs/term_index.xml
View file @
2337fae8
...
...
@@ -84,6 +84,7 @@
<term
file=
"optimization.html"
name=
"find_max_parse_cky"
/>
<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
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"
/>
...
...
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