londogard/londogard-nlp-toolkit
Londogard Natural Language Processing Toolkit written in Kotlin
This toolkit helps you process text data by providing components for common natural language processing tasks. You can input raw text and get back numerical representations of words or sentences (embeddings), lists of common 'stop words' to ignore, word frequency counts, or stemmed versions of words. It's designed for developers building applications that need to understand or manipulate text in various languages, such as text summarizers or content generators.
No commits in the last 6 months.
Use this if you are a developer building JVM-based applications that require robust, multilingual text processing capabilities like generating embeddings, filtering stopwords, or performing stemming.
Not ideal if you are an end-user looking for a ready-to-use application with a graphical interface for NLP tasks.
Stars
74
Forks
4
Language
Kotlin
License
Apache-2.0
Category
Last pushed
Apr 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/londogard/londogard-nlp-toolkit"
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,...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
apache/opennlp-sandbox
Apache OpenNLP Sandbox