cleanNLP icon indicating copy to clipboard operation
cleanNLP copied to clipboard

R package providing annotators and a normalized data model for natural language processing

Results 3 cleanNLP issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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: ``` >...