scrapinghub / python-crfsuite

A python binding for crfsuite
MIT License
770 stars 222 forks source link

No examples for pycrfsuite.ItemSequence? #86

Open DomHudson opened 6 years ago

DomHudson commented 6 years ago

Hi,

The documentation states that "By using this class it is possible to save some time if the same input sequence is passed to trainers/taggers more than once"; however I am struggling to find any examples of it being used. What is the recommended approach to train and predict with ItemSequence objects?

Many thanks