scrapinghub / python-crfsuite

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

How do you translate features into word vectors? #84

Open perfectdingdong opened 6 years ago

perfectdingdong commented 6 years ago

I read the source code. However, i am not good at C++. Do i have to extract features just like you do? Do you translate all the features including the characters in front of the equal sign into the word vectors? Thank you.

mingruic123 commented 6 years ago

I think you can read the source code in this file https://github.com/scrapinghub/python-crfsuite/blob/master/pycrfsuite/_pycrfsuite.pyx which is written in Python code