Hi, yes, there is are two possibilities. The easy way is using the API, where you can pass the feature generator in the constructor of the trainer and runtime. You must be careful to always use the same feature generator. The other which is more flexible, is to create a custom factory that provides the feature generator. This last option is only available in 1.5.3 or latter.
Regards, William 2015-02-10 12:09 GMT-02:00 Max Richter <[email protected]>: > Hello, > > I would like to write my own feature generator which I want to use with > the openNLT POS-Tagger. > Is this in principle possible? Because in the documentation it was only > mentioned in context with the NER. > > Is there also some more detailed example on how to construct an custom > feature generator? > > Thank you for your help, > Max >
