-
Notifications
You must be signed in to change notification settings - Fork 6
config docinferencer
Jianlin Shi edited this page Aug 23, 2017
·
2 revisions
Document inferencer is used to make a document level conclusion based on the corresponding mention level annotations. A document inferencer rule consists of 2 components:
- Conclusion type: if the rule is matched, what type of conclusion should be made (will create a document level anntoation with this type--a subtype of "Doc_Base")
- Evidence type/types: what types of annotations need to be found to match this rule.
- If no Evidence type/types is listed, then the corresponding conclusion type is defined as default document conclusion type.
- Pos_Doc IND_PNEUMONIA
If any annotation with "IND_PNEUMONIA" type found in a document, create a "Pos_Doc" annotation at the document beginning (document level annotation).
- Neg_Doc
If no rules above is matched, create a "Neg_Doc" annotation at the document beginning (document level annotation).