arpieb/corenlp
The CoreNLP package is a thin Elixir client for the Stanford CoreNLP Server.
This package helps Elixir developers integrate their applications with the Stanford CoreNLP server. It takes raw text as input and, after processing by the server, provides structured linguistic annotations such as tokens, parts of speech, and semantic relationships. Elixir developers who are building applications requiring advanced natural language processing features would use this.
No commits in the last 6 months.
Use this if you are an Elixir developer building an application that needs to perform deep linguistic analysis on text data using the Stanford CoreNLP server.
Not ideal if you are not an Elixir developer or if you need a client for a natural language processing library other than Stanford CoreNLP.
Stars
15
Forks
1
Language
Elixir
License
Apache-2.0
Category
Last pushed
Feb 15, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/arpieb/corenlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
apache/opennlp-sandbox
Apache OpenNLP Sandbox