@datagica/core-concepts

Core concepts

Usage no npm install needed!

<script type="module">
  import datagicaCoreConcepts from 'https://cdn.skypack.dev/@datagica/core-concepts';
</script>

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.