Package org.icij.datashare.text.nlp
Class NlpTag
- java.lang.Object
-
- org.icij.datashare.text.nlp.NlpTag
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<NlpTag>comparator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBegin()NamedEntity.CategorygetCategory()intgetEnd()NlpStagegetStage()
-
-
-
Field Detail
-
comparator
public static final Comparator<NlpTag> comparator
-
-
Method Detail
-
getBegin
public int getBegin()
-
getEnd
public int getEnd()
-
getCategory
public NamedEntity.Category getCategory()
-
getStage
public NlpStage getStage()
-
-