Class Feature
- java.lang.Object
-
- com.github.laohyx.usaddress.feature.Feature
-
- Direct Known Subclasses:
BoolFeature,DictFeature,StringFeature
public abstract class Feature extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Feature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeaturecreateFromEndsinpunc(java.lang.String token)com.github.laohyx.usaddress.feature.Feature.TypegetType()
-
-
-
Method Detail
-
getType
public com.github.laohyx.usaddress.feature.Feature.Type getType()
-
createFromEndsinpunc
public static Feature createFromEndsinpunc(java.lang.String token)
-
-