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
"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f781b8c30c4d70fbf0afcc9799c7f9e9693b2921"
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
...
@@ -311,12 +311,11 @@ namespace dlib
you would be using a sequence_segmenter to find all the chunks of
you would be using a sequence_segmenter to find all the chunks of
contiguous words which refer to proper names.
contiguous words which refer to proper names.
The sequence_segmenter is implemented using the BIO (Begin, Inside,
Internally, the sequence_segmenter uses the BIO (Begin, Inside, Outside) or
Outside) or BILOU (Begin, Inside, Last, Outside, Unit) sequence tagging
BILOU (Begin, Inside, Last, Outside, Unit) sequence tagging model.
model. Moreover, the sequence tagging is done internally using a
Moreover, it is implemented using a dlib::sequence_labeler object and
dlib::sequence_labeler object and therefore sequence_segmenter objects are
therefore sequence_segmenter objects are examples of chain structured
examples of chain structured conditional random field style sequence
conditional random field style sequence taggers.
taggers.
THREAD SAFETY
THREAD SAFETY
It is always safe to use distinct instances of this object in different
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