Commit f3daf4d4 authored by Davis King's avatar Davis King

clarified spec

parent bb5e847b
...@@ -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
......
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