Simple fact strategies
- Last Updated: May 29, 2026
- 1 minute read
- Semaphore
- Documentation
A simple fact strategy is used when, for a document fact, you are returning a single fact name. There may be more than one such fact being returned, but they are all of the same fact name.
What Do We Need to Know for Our Fact Extraction Strategy?
- Is the fact locatable using a zone?
That is, is it a phrase range, defined by either a zoner (such as a date or a person), a text pattern, or a matching label (including stemming, casing, etc.)? - Are there several instances of such zones in the content?
There may be zones that are not considered facts. - Are there several instances of the fact potentially to return?
There may be more than one fact to be returned.
Decision Tree
It’s a simple fact—there is only one fact name returned for the document fact.
Can that simple fact be identified in and of itself?
That is, is it a simple zone such as an entity, a textual pattern, or a concept?
- YES: Are there more than one simple zone that could appear in the content, where some zones are not a fact?
- YES: Might there be multiple facts?
- YES: For each fact, is each in its own context instance?
- YES: Then we can use any context we want.
- NO: Then we cannot use any context we want—we have to use one that supports this scenario.
- NO: Then we can use any context we want.
- YES: For each fact, is each in its own context instance?
- NO: Then we can use any context we want.
- YES: Might there be multiple facts?
- NO: We cannot use any context we want—we have to use one that supports