Clarified spec

This commit is contained in:
Davis King 2013-05-09 23:11:19 -04:00
parent 9a271f12ed
commit f5f3d07c72

View File

@ -242,10 +242,10 @@ namespace dlib
the example_feature_extractor discussed above.
WHAT THIS OBJECT REPRESENTS
This object is a tool for doing sequence labeling. In particular,
it is capable of representing sequence labeling models such as
those produced by Hidden Markov SVMs or Conditional Random fields.
See the following papers for an introduction to these techniques:
This object is a tool for doing sequence labeling. In particular, it is
capable of representing sequence labeling models such as those produced by
Hidden Markov SVMs or Chain Structured Conditional Random fields. See the
following papers for an introduction to these techniques:
- Hidden Markov Support Vector Machines by
Y. Altun, I. Tsochantaridis, T. Hofmann
- Shallow Parsing with Conditional Random Fields by