Found Entity Factuality
The factuality attribute of found entities specifies the factual status of the entity mention: ‘factual’, ‘hypothetical’, or ‘generic’.
Example NLP API result file:
Specifically, the following snippet from the file contains the new factuality field.
Changes
Python API
There is a new attribute: factuality. When returned by the NLP API this will be ‘factual’, ‘hypothetical’, or ‘generic’ (it may also be None if not returned by the NLP API).
Schema changes
The factuality attribute is stored in the foundentity table in a new column.
The schema of that table now looks like (for PostgreSQL):
