camara94/natural-language-processing-tensorflow
Natural Language processing in tensorflow
This project offers practical demonstrations of how to process and understand human language using machine learning. It takes text inputs, like news headlines or movie reviews, and shows you how to analyze their sentiment, detect sarcasm, or generate new text. This is designed for data scientists and machine learning engineers who need to build text-understanding features into their applications.
No commits in the last 6 months.
Use this if you are a developer looking for hands-on examples and code to implement natural language processing tasks such as sentiment analysis, sarcasm detection, and text generation using TensorFlow.
Not ideal if you are a non-technical user seeking a ready-to-use tool for text analysis without needing to write or understand code.
Stars
15
Forks
7
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 11, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/camara94/natural-language-processing-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...