aditeyabaral/nlpc
Natural Language Toolkit built using the C Programming Language
This is a Natural Language Toolkit built using the C Programming Language. It helps C language developers preprocess text by converting cases, trimming spaces, removing stopwords, symbols, and contractions, or calculating Levenshtein distance. It takes raw text strings as input and outputs cleaned, transformed, or analyzed text based on the chosen utility.
No commits in the last 6 months.
Use this if you are a C language developer working on text processing tasks and need foundational text manipulation utilities for your applications.
Not ideal if you are not a C programmer or if you require advanced machine learning features like sentiment analysis or named entity recognition out-of-the-box.
Stars
12
Forks
5
Language
C
License
—
Category
Last pushed
Oct 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/aditeyabaral/nlpc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chrismattmann/tika-python
Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called...
sloria/TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase...
cltk/cltk
The Classical Language Toolkit
allenai/scispacy
A full spaCy pipeline and models for scientific/biomedical documents.
wi2trier/cbrkit
Customizable Case-Based Reasoning (CBR) toolkit for Python with a built-in API and CLI.