Commit 4be57bbc authored by Davis King's avatar Davis King

updated docs

parent f3daf4d4
...@@ -1466,11 +1466,12 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1466,11 +1466,12 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
contiguous words which refer to proper names. contiguous words which refer to proper names.
<p> <p>
The sequence_segmenter is implemented using the BIO (Begin, Inside, Internally, the sequence_segmenter uses the BIO (Begin, Inside, Outside) or
Outside) sequence tagging model. Moreover, the sequence tagging is done BILOU (Begin, Inside, Last, Outside, Unit) sequence tagging model.
internally using a <a href="#sequence_labeler">sequence_labeler</a> object Moreover, it is implemented using a <a href="#sequence_labeler">sequence_labeler</a>
and therefore sequence_segmenter objects are examples of chain structured object and therefore sequence_segmenter objects are examples of
conditional random field style sequence taggers. chain structured conditional random field style sequence
taggers.
</p> </p>
</description> </description>
</component> </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