https://github.com/simongray/datalinguist-example
https://github.com/simongray/datalinguist-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simongray/datalinguist-example
- Owner: simongray
- Created: 2022-07-04T09:05:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T09:16:30.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T23:48:04.020Z (about 1 year ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DataLinguist example
====================
This is a basic example of how to use [DataLinguist](https://github.com/simongray/datalinguist) in a REPL environment using the Clojure CLI.
To use the NLP pipeline as defined in the [example namespace](src/datalinguist_example.clj), 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](deps.edn) 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](https://github.com/simongray/datalinguist#language-models) in the DataLinguist readme for more.