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
"vscode:/vscode.git/clone" did not exist on "c4b5d2ff6b529ac0f895cedb04fef5b25e89c412"
Commit
4be57bbc
authored
May 15, 2013
by
Davis King
Browse files
updated docs
parent
f3daf4d4
Changes
1
Show 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
contiguous words which refer to proper names.
<p>
The sequence_segmenter is implemented using the BIO (Begin, Inside,
Outside) sequence tagging model. Moreover, the sequence tagging is done
internally using a
<a
href=
"#sequence_labeler"
>
sequence_labeler
</a>
object
and therefore sequence_segmenter objects are examples of chain structured
conditional random field style sequence taggers.
Internally, the sequence_segmenter uses the BIO (Begin, Inside, Outside) or
BILOU (Begin, Inside, Last, Outside, Unit) sequence tagging model.
Moreover, it is implemented using a
<a
href=
"#sequence_labeler"
>
sequence_labeler
</a>
object and therefore sequence_segmenter objects are examples of
chain structured conditional random field style sequence
taggers.
</p>
</description>
</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