cleanNLP
cleanNLP copied to clipboard
R package providing annotators and a normalized data model for natural language processing
Hello, this is an awesome library. I was curious whether spacy's neural coreference would be added to the spacy backend (https://github.com/huggingface/neuralcoref). This is more of a wishlist comment than an...
Hello, I'm very excited to use the cleanNLP package with the coreNLP backend. I'm a first time user of both, and am running into an error when running `cnlp_annotate()` with...
Initiation of syntagrus using udpipe doesn't work: ``` > cnlp_init_udpipe(model_name = "russian-syntagrus") > cnlp_annotate("К нам едет ревизор") Error: external pointer is not valid ``` While alternatives are ok: ``` >...