Commit 13933b5a authored by Davis King's avatar Davis King

Added python sequence segmenter example program links.

parent b7e9326b
......@@ -123,7 +123,16 @@
<link>term_index.html</link>
</item>
<item nolink="true">
<name>Examples</name>
<name>Examples: Python</name>
<sub>
<item>
<name>Sequence_Segmenter</name>
<link>sequence_segmenter.py.html</link>
</item>
</sub>
</item>
<item nolink="true">
<name>Examples: C++</name>
<sub>
<item>
<name>Train_Object_Detector</name>
......
......@@ -1474,6 +1474,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
taggers.
</p>
</description>
<examples>
<example>sequence_segmenter.py.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......@@ -2410,6 +2413,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
as the <a href="#structural_sequence_segmentation_trainer">structural_sequence_segmentation_trainer</a>
and returns the resulting precision, recall, and F1-score.
</description>
<examples>
<example>sequence_segmenter.py.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......@@ -2490,6 +2496,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
Tests a <a href="#sequence_segmenter">sequence_segmenter</a> on a set of data
and returns the resulting precision, recall, and F1-score.
</description>
<examples>
<example>sequence_segmenter.py.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......@@ -2812,7 +2821,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
to solve the learning problem.
</p>
</description>
<examples>
<example>sequence_segmenter.py.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment