textprocessing
There are 46 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
apache/opennlp-models
Apache OpenNLP Models
SilenZcience/cat_win
Advanced 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.
absmj/texcel
Texel is a converting tool between text and colors. All symbols define hexadecimal values, convert to RGB values and set pixels.
CodeRTX/Google-Generative-AI-Colab
A comprehensive guide to using Google Generative AI in Colab, covering API configuration, model initialization, chatting, video processing, story generation, and image processing. ๐ค๐ฌ๐ผ๏ธ
Doktorierer/WordAsLatexEditor
MS Word as a LaTeX editor/previewer
J-TECH-bot/Blackcoffer_Data_Extraction_NLP
This repository showcases data-driven text analytics using NLP techniques. It combines text preprocessing, sentiment scoring, and structured data extraction to convert unstructured text into business-ready datasets.
jyu0414/linelog2py
LINE Chat History Parser for Python
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 ๐๐
jkecb/pdf-to-epub-ai
Python scripts pipeline for converting PDF files to clean, readable text format using openai api for post-OCR correction and text refinement.
ManuPer3z/Sentiment-Analysis-Project
A project that harnesses the Stanford NLP library to gauge sentiment from provided text via an intuitive graphical interface.
Vikhram-S/IndianConstitution
A Python library for exploring the Constitution of India.
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
arya-io/LingoLens
A Streamlit app for language translation and sentiment analysis powered by GoogleTranslator and TextBlob.
arya-io/NER-EntityLinker
A Streamlit app that performs Named Entity Recognition (NER), links entities to Wikipedia, and handles disambiguation for ambiguous terms like "Apple," using NLP techniques.
Chihuah/Process-Long-Subtitles
ไธๅ Python ๅทฅๅ ท๏ผ็จไพๅฐ AI ็ข็็้้ท SRT ๅญๅนๆๅๆๅค่ก๏ผไธฆ่ชๅๅๅๆ้่ป๏ผๆๅๅญๅนๅฏ่ฎๆงใ
its-arnavtech/Parser_Build-Arnav
This Project is currently working on extracting key data from a resume in order to enhance a candidate's profile
mantzaris/KeemenaPreprocessing.jl
Preprocessing for text data: cleaning, normalization, vectorization, tokenization and more
pauldolphin3/Acs.Core
Easy-to-use library to work with files and processes
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.
arya-io/email-generator
A Cold Email Generator that uses Groq Cloud, ChromaDB, Langchain, and Streamlit to automatically create personalized cold emails for job opportunities by extracting details from job listings.
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.
Hemanthsp999/Learners_Mate
Introducing an innovative local retrieval-augmented generation tool designed to streamline and enhance learning experiences for students. This advanced system provides students with quick access to relevant information and personalized learning support, making studying more efficient and effective.
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%).
bhadrakali79/NLP-Practicals
This repository contains practical implementations of NLP concepts including dependency grammar, text processing, normalization, and TF-IDF models to demonstrate key techniques in natural language processing.
gopireddy99/Daily_AD_NLP_assignments
AD Training classes in NLP - Daily Assignments
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.
VladAndreiToma/LeetCode_No68_TextJustification
This is an explicative solution to LeetCode's problem No68. I provide detail explanations along the source code. Follow for more updates. Beat 100% solutions out there