@datagica/core-concepts
v0.0.6
Published
Core concepts
Downloads
1
Readme
Core Concepts
Core Concepts is a database of core concepts useful for semantic analysis
examples of concepts are:
- a mention in a document
- an inheritance
- an "is instance of" relationship
- a "Person" having a birth "Date"
Guidelines
Do not use matching parenthesis
Do not use matching parenthesis or else it will breaking the final regex!
Be wary of the order of words
If two patterns begin by the same sequence of characters or words, you should put the longest one at the head of the list.
Some accents are already being taken care of
Some accents are already converted to their non-accentuated form.
See @datagica/parse-facts/lib/utils/normalize.js
for more information.