chokkan / crfsuite

CRFsuite: a fast implementation of Conditional Random Fields (CRFs)
http://www.chokkan.org/software/crfsuite/
Other
641 stars 208 forks source link

CRFsuite Microsoft .Net Core module via SWIG #101

Open Oceania2018 opened 6 years ago

zhujiangang commented 5 years ago

I tried "var trainer = new Trainer();", got "undefined symbol: crfsuite_data_init"

cynthia commented 5 years ago

I’m a but skeptical that this should be in-tree. Shouldn’t adding a mechanism to let users autogenerate the SWIG interfaces for CLR be a better way forward? This would be a source of accidental commits when anything in the SWIG interface changes.