All Projects → murray-z → text_analysis_tools

murray-z / text_analysis_tools

Licence: Apache-2.0 license
中文文本分析工具包(包括- 文本分类 - 文本聚类 - 文本相似性 - 关键词抽取 - 关键短语抽取 - 情感分析 - 文本纠错 - 文本摘要 - 主题关键词-同义词、近义词-事件三元组抽取)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to text analysis tools

Cluedatasetsearch
搜索所有中文NLP数据集,附常用英文NLP数据集
Stars: ✭ 2,112 (+415.12%)
Mutual labels:  sentiment-analysis, text-classification, text-similarity
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (-69.76%)
Mutual labels:  sentiment-analysis, text-classification
Context
ConText v4: Neural networks for text categorization
Stars: ✭ 120 (-70.73%)
Mutual labels:  sentiment-analysis, text-classification
Onnxt5
Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version implemented in ONNX.
Stars: ✭ 143 (-65.12%)
Mutual labels:  sentiment-analysis, text-classification
Doc2vec
📓 Long(er) text representation and classification using Doc2Vec embeddings
Stars: ✭ 92 (-77.56%)
Mutual labels:  sentiment-analysis, text-classification
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-76.1%)
Mutual labels:  sentiment-analysis, text-classification
Rcnn Text Classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
Stars: ✭ 127 (-69.02%)
Mutual labels:  sentiment-analysis, text-classification
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+176.1%)
Mutual labels:  sentiment-analysis, text-classification
Chinese ulmfit
中文ULMFiT 情感分析 文本分类
Stars: ✭ 208 (-49.27%)
Mutual labels:  sentiment-analysis, text-classification
Cnn Text Classification Keras
Text Classification by Convolutional Neural Network in Keras
Stars: ✭ 213 (-48.05%)
Mutual labels:  sentiment-analysis, text-classification
bns-short-text-similarity
📖 Use Bi-normal Separation to find document vectors which is used to compute similarity for shorter sentences.
Stars: ✭ 24 (-94.15%)
Mutual labels:  text-classification, text-similarity
Subject-and-Sentiment-Analysis
汽车行业用户观点主题及情感识别
Stars: ✭ 24 (-94.15%)
Mutual labels:  sentiment-analysis, text-classification
Hierarchical Attention Networks
TensorFlow implementation of the paper "Hierarchical Attention Networks for Document Classification"
Stars: ✭ 75 (-81.71%)
Mutual labels:  sentiment-analysis, text-classification
Rnn Text Classification Tf
Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification
Stars: ✭ 114 (-72.2%)
Mutual labels:  sentiment-analysis, text-classification
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-82.2%)
Mutual labels:  sentiment-analysis, text-classification
Sentiment-analysis-amazon-Products-Reviews
NLP with NLTK for Sentiment analysis amazon Products Reviews
Stars: ✭ 37 (-90.98%)
Mutual labels:  sentiment-analysis, text-classification
Sentiment analysis albert
sentiment analysis、文本分类、ALBERT、TextCNN、classification、tensorflow、BERT、CNN、text classification
Stars: ✭ 61 (-85.12%)
Mutual labels:  sentiment-analysis, text-classification
Deep Atrous Cnn Sentiment
Deep-Atrous-CNN-Text-Network: End-to-end word level model for sentiment analysis and other text classifications
Stars: ✭ 64 (-84.39%)
Mutual labels:  sentiment-analysis, text-classification
Spark Nlp
State of the Art Natural Language Processing
Stars: ✭ 2,518 (+514.15%)
Mutual labels:  sentiment-analysis, text-classification
clustext
Easy, fast clustering of texts
Stars: ✭ 18 (-95.61%)
Mutual labels:  text-classification, text-clustering

text_analysis_tools

文本分析工具包, 可以直接运行 “python examples.py” 进行样例测试。

目录

  • test_data: 测试数据
  • text_analysis_tools: 功能API
  • examples.py: 使用样例

功能

  • 文本分类
  • 文本聚类
  • 文本相似性
  • 关键词抽取
  • 关键短语抽取
  • 情感分析
  • 文本纠错
  • 文本摘要
  • 主题关键词
  • 同义词、近义词
  • 事件三元组抽取

注意事项

  • 采用词向量生成同义词、近义词功能,需用户自己指定预训练词向量
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].