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
0aedc0d2
Commit
0aedc0d2
authored
Nov 11, 2012
by
Davis King
Browse files
updated docs
parent
8662d1c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+29
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+8
-0
No files found.
docs/docs/optimization.xml
View file @
0aedc0d2
...
...
@@ -53,6 +53,7 @@
<item>
find_max_factor_graph_nmplp
</item>
<item>
find_max_factor_graph_viterbi
</item>
<item>
find_max_factor_graph_potts
</item>
<item>
find_max_parse_cky
</item>
<item>
min_cut
</item>
</section>
...
...
@@ -76,6 +77,7 @@
<item>
line_search
</item>
<item>
graph_cut_score
</item>
<item>
potts_model_score
</item>
<item>
parse_tree_to_string
</item>
</section>
</top>
...
...
@@ -522,6 +524,33 @@ However, for graphs with cycles, the solution may be approximate.
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_max_parse_cky
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/find_max_parse_cky_abstract.h
</spec_file>
<description>
This function implements the CKY parsing algorithm. In particular, it
finds the maximum scoring binary parse tree that parses an input sequence of tokens.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
parse_tree_to_string
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/find_max_parse_cky_abstract.h
</spec_file>
<description>
This is a pair of functions useful for converting a parse tree output by
<a
href=
"#find_max_parse_cky"
>
find_max_parse_cky
</a>
into a bracketed string
suitable for displaying the parse tree.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
0aedc0d2
...
...
@@ -82,6 +82,14 @@
<term
file=
"optimization.html"
name=
"find_max_factor_graph_nmplp"
/>
<term
file=
"optimization.html"
name=
"find_max_factor_graph_viterbi"
/>
<term
file=
"optimization.html"
name=
"find_max_parse_cky"
/>
<term
file=
"optimization.html"
name=
"parse_tree_to_string"
/>
<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"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"parse_tree_element"
/>
<term
file=
"dlib/optimization/find_max_parse_cky_abstract.h.html"
name=
"END_OF_TREE"
/>
<term
file=
"optimization.html"
name=
"find_max_factor_graph_potts"
/>
<term
file=
"optimization.html"
name=
"min_cut"
/>
<term
file=
"optimization.html"
name=
"graph_cut_score"
/>
...
...
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