simongray / datalinguist-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataLinguist example

This is a basic example of how to use DataLinguist in a REPL environment using the Clojure CLI.

To use the NLP pipeline as defined in the example namespace, the CoreNLP models library must also be included as a dependency in addition to the datalinguist library itself, as this is where some of the necessary data for certain English annotators resides. See the deps.edn file for the specifics.

To annotate other languages you will likely also need a language-specific model, e.g. Chinese. See the section on language models in the DataLinguist readme for more.

About


Languages

Language:Clojure 100.0%