Tilakkumar / cleartk

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

remove ContextValueFeatureEncoder and all ContextValue related code #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have begun removing the contextvalue and string packages in the
encoder.features package as discussed today.  This will greatly simplify
feature encoding.  I have made most of the necessary code changes and am
working toward getting the unit tests working again.  

Original issue reported on code.google.com by pvogren@gmail.com on 10 Mar 2009 at 11:50

GoogleCodeExporter commented 8 years ago
I committed all changes related this a couple days ago.  The encoder.features 
and
encoder.factory packages are greatly simplified now.  The two main features 
encoders
are no NameNumberFeaturesEncoder and FeatureVectorFeaturesEncoder

Original comment by pvogren@gmail.com on 13 Mar 2009 at 6:42