Interface MinedTerm
public interface MinedTerm
-
Method Summary
-
Method Details
-
of
-
getBegin
int getBegin()- Returns:
- zero-based begin coordinate (not included) of text region, based on which this
termwas identified. The coordinate is with respect to the whole query text that has been mined forterms
-
getEnd
int getEnd()- Returns:
- zero-based end coordinate (included) of text region, based on which this
termwas identified. The coordinate is with respect to the whole query text that has been mined forterms
-
getTermId
String getTermId()- Returns:
- String with ontology term id identified in the text region (e.g.
HP:123456,MP:654321)
-
isPresent
boolean isPresent()- Returns:
true, if thetermis present in the patient's phenotype
-