textprocessing
There are 31 repositories under textprocessing topic.
apache/opennlp
Apache OpenNLP
psemiletov/tea-qt
TEA text editor
apache/opennlp-sandbox
Apache OpenNLP Sandbox
tupilabs/HumanNameParser.java
HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem
verachell/YeetWords
a domain-specific language for text substitution
SilenZcience/cat_win
Simple OS Independent Text-Processing and -Analytics Command Line Tool made in Python.
kashishsinghyadav/VoiceVista-voice-to-sign-converter
An application which takes in live speech or audio recording as input, converts it into text and displays the relevant Indian Sign Language images or GIFs.
apache/opennlp-models
Apache OpenNLP Models
absmj/texcel
Texel is a converting tool between text and colors. All symbols define hexadecimal values, convert to RGB values and set pixels.
EdenOved/SMSTranslation
Developed an Android application that translates SMS messages into the user's preferred language, offering both on-demand and automatic translation. Integrated machine learning models for offline translation, enabling users to understand SMS notifications without internet access.
HimalayaMinds/string-mastery-toolkit
A Comprehensive Toolbox for Mastery in String Operations Across Programming Paradigms 🚀🔍
ManuPer3z/Sentiment-Analysis-Project
A project that harnesses the Stanford NLP library to gauge sentiment from provided text via an intuitive graphical interface.
Afnanksalal/TextWave
Empower your projects with high-quality, natural-sounding voices, crafted for diverse applications from interactive games to enhanced accessibility.
ao9000/NTU-SC1015-Data-Science-Mini-Project
Mini project for NTU-SC1015 (Introduction to Data Science and Artificial Intelligence). Regarding fake news analysis & classification
Doktorierer/WordAsLatexEditor
MS Word as a LaTeX editor/previewer
jyu0414/linelog2py
LINE Chat History Parser for Python
Unc1eCat/spotify-lyrics-server-substitute
This application fixes the issue of missing lyrics on Spotify. It fetches them from other lyrics providers rather than the ones Spotify is in partnership with.
Abhikar12/AIL
This assignments focuses on implementing and applying various AI algorithms and techniques.
IvanaRehman/ExampleCode
Some example code I've written during my PhD in Applied Linguistics and Technology.
muhammadkhairiisufyaan/Analisis-Sentimen-Berita-Pilpres-pada-Platform-Twitter-
This project represents my team's contribution to the semi-final of Gelar Rasa 2023, a competition organized by HIMASADA UPN "Veteran" East Java. With enthusiasm and dedication, our team managed to secure the 2nd place in the competition.
SaikatPhys/python-web-scraping
Web & social media scraping in Pythonian way
Tech-Guyy/Text-processing-Information-retrieval-and-information-extraction-text-to-speech
The author implemented simple rule base solution and machine learning approach for information retrieval and information extraction after which the result were analyzed.
Tech-Guyy/Text-processing-sentiments-analysis
The author implemented support vector machine for sentiments analysis and applied two feature extractions, Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer), after which the results for both methods were analysed. The accuracy obtained for both methods were (BoW = 87%) and (TF-IDF = 86%).
udaycruise2903/khasi-dienshonhi
Documentation and scripts of khasi-khasi Dictionary Digitalisation project
arya-io/NLP-Explorer
NLP Explorer is an interactive Streamlit app that lets users explore various NLP techniques like Tokenization, POS Tagging, Stemming, Lemmatization, and NER. It provides real-time analysis of text, making it a great tool for learning and experimenting with NLP concepts.
HubaixOrg/Sarcasm-Detection-Application
"Detect sarcasm effortlessly! This Python app uses NLP and ML to analyze text sentiment, distinguishing sarcastic tones. With a user-friendly interface, input any text for real-time sarcasm identification. Achieve accurate results through advanced sentiment analysis techniques and trained models."
Huzaifa-367/Text-Preprocessing-with-NLTK
Text Preprocessing with NLTK
NagiPragalathan/TerminalDesigner
TerminalDesigner is a Python-based project aimed at enhancing text processing capabilities in the terminal. It provides a set of tools and functionalities to manipulate text appearance, create ASCII art, and modify terminal colors
suraj5424/Text-Clustering-and-Visualization
This project processes and clusters text data using BERT embeddings, K-means, and dimensionality reduction. Visualizations include t-SNE plots and word clouds. Dataset and embeddings links are provided.
wasim0009/NLP-Chatbot
a simple chatbot application that provides word meanings, synonyms, and antonyms using flask and nlp.