[doc] Averaged perceptron tagger

This commit is contained in:
Al
2015-09-23 19:37:55 -04:00
parent 4a0da67aa1
commit a1d272077d

View File

@@ -3,7 +3,9 @@ averaged_perceptron_tagger.h
---------------------------- ----------------------------
An averaged perceptron tagger is a greedy sequence labeling An averaged perceptron tagger is a greedy sequence labeling
algorithm which uses two tags of history. algorithm which uses features of the current token, surrounding
tokens and n (typically n=2) previous predictions to predict
the current value.
*/ */