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
4be57bbc
Commit
4be57bbc
authored
May 15, 2013
by
Davis King
Browse files
updated docs
parent
f3daf4d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
docs/docs/ml.xml
docs/docs/ml.xml
+6
-5
No files found.
docs/docs/ml.xml
View file @
4be57bbc
...
@@ -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>
...
...
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