Class ConceptMention
java.lang.Object
com.canehealth.ckblib.qtakes.model.ConceptMention
@Component public class ConceptMention extends Object
-
Field Summary
Fields Modifier and Type Field Description int
begin
List<ConceptAttribute>
conceptAttributes
int
end
int
polarity
String
text
-
Constructor Summary
Constructors Constructor Description ConceptMention()
-
Method Summary
-
Field Details
-
begin
public int begin -
end
public int end -
text
-
polarity
public int polarity -
conceptAttributes
-
-
Constructor Details
-
ConceptMention
public ConceptMention()
-