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
f3daf4d4
Commit
f3daf4d4
authored
May 15, 2013
by
Davis King
Browse files
clarified spec
parent
bb5e847b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
dlib/svm/sequence_segmenter_abstract.h
dlib/svm/sequence_segmenter_abstract.h
+5
-6
No files found.
dlib/svm/sequence_segmenter_abstract.h
View file @
f3daf4d4
...
...
@@ -311,12 +311,11 @@ namespace dlib
you would be using a sequence_segmenter to find all the chunks of
contiguous words which refer to proper names.
The sequence_segmenter is implemented using the BIO (Begin, Inside,
Outside) or BILOU (Begin, Inside, Last, Outside, Unit) sequence tagging
model. Moreover, the sequence tagging is done internally using a
dlib::sequence_labeler 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 dlib::sequence_labeler object and
therefore sequence_segmenter objects are examples of chain structured
conditional random field style sequence taggers.
THREAD SAFETY
It is always safe to use distinct instances of this object in different
...
...
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