fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Maxent feature encoding - remove List<NameNumber> #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it should be possible and preferred to encode features targeted for the maxent 
data writer directly to the underlying data type that maxent uses for 
classification instances.  

Original issue reported on code.google.com by phi...@ogren.info on 30 Jan 2012 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by lee.becker on 17 Feb 2013 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 28 Mar 2013 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 3 May 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Note this is a slightly backwards incompatible change, since it changes the 
type parameters of the classifier's FeaturesEncoder. So the change could affect 
anyone who was subclassing OpenNLP Maxent classifiers. Fortunately, it's pretty 
unlikely that anyone is doing that.

Original comment by steven.b...@gmail.com on 28 Jul 2013 at 7:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision ab5885910dbe.

Original comment by steven.b...@gmail.com on 28 Jul 2013 at 8:08