All Projects → liaoziyang → Negapoji

liaoziyang / Negapoji

Licence: mit
Japanese negative positive classification.日本語文書のネガポジを判定。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Negapoji

Scattertext
Beautiful visualizations of how language differs among document types.
Stars: ✭ 1,722 (+1063.51%)
Mutual labels:  japanese-language, natural-language-processing
Char Cnn Text Classification Pytorch
Character-level Convolutional Neural Networks for text classification in PyTorch
Stars: ✭ 147 (-0.68%)
Mutual labels:  natural-language-processing
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1765.54%)
Mutual labels:  natural-language-processing
Awesome Nlp Resources
This repository contains landmark research papers in Natural Language Processing that came out in this century.
Stars: ✭ 145 (-2.03%)
Mutual labels:  natural-language-processing
Stanza Old
Stanford NLP group's shared Python tools.
Stars: ✭ 142 (-4.05%)
Mutual labels:  natural-language-processing
Scientific Paper Summarisation
Machine learning models to automatically summarise scientific papers
Stars: ✭ 145 (-2.03%)
Mutual labels:  natural-language-processing
Lexpredict Contraxsuite
LexPredict ContraxSuite
Stars: ✭ 140 (-5.41%)
Mutual labels:  natural-language-processing
Turkce Yapay Zeka Kaynaklari
Türkiye'de yapılan derin öğrenme (deep learning) ve makine öğrenmesi (machine learning) çalışmalarının derlendiği sayfa.
Stars: ✭ 1,900 (+1183.78%)
Mutual labels:  natural-language-processing
Hands On Natural Language Processing With Python
This repository is for my students of Udemy. You can find all lecture codes along with mentioned files for reading in here. So, feel free to clone it and if you have any problem just raise a question.
Stars: ✭ 146 (-1.35%)
Mutual labels:  natural-language-processing
Absapapers
Worth-reading papers and related awesome resources on aspect-based sentiment analysis (ABSA). 值得一读的方面级情感分析论文与相关资源集合
Stars: ✭ 142 (-4.05%)
Mutual labels:  natural-language-processing
Multihead Siamese Nets
Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.
Stars: ✭ 144 (-2.7%)
Mutual labels:  natural-language-processing
Tod Bert
Pre-Trained Models for ToD-BERT
Stars: ✭ 143 (-3.38%)
Mutual labels:  natural-language-processing
Googlelanguager
R client for the Google Translation API, Google Cloud Natural Language API and Google Cloud Speech API
Stars: ✭ 145 (-2.03%)
Mutual labels:  natural-language-processing
Paper Survey
📚Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
Stars: ✭ 140 (-5.41%)
Mutual labels:  natural-language-processing
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (-0.68%)
Mutual labels:  natural-language-processing
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1162.16%)
Mutual labels:  natural-language-processing
Monkeylearn Python
Official Python client for the MonkeyLearn API. Build and consume machine learning models for language processing from your Python apps.
Stars: ✭ 143 (-3.38%)
Mutual labels:  natural-language-processing
Ai Job Info
互联网大厂面试经验
Stars: ✭ 145 (-2.03%)
Mutual labels:  natural-language-processing
Tree Transformer
Implementation of the paper Tree Transformer
Stars: ✭ 148 (+0%)
Mutual labels:  natural-language-processing
Words counted
A Ruby natural language processor.
Stars: ✭ 146 (-1.35%)
Mutual labels:  natural-language-processing

negapoji

Japanese negative positive classification. 日本語文書のネガポジを判定する。

Usage

git clone [email protected]:liaoziyang/negapoji.git
python3 negapoji_judge.py

Sample

$ python3 negapoji_judge.py
Please enter your sentence: おはようございます。
positive
$ python3 negapoji_judge.py
Please enter your sentence: 痛いです。
negative

Reference

dataset:

  1. 日本語評価極性辞書(用言編)ver.1.0(2008年12月版)/ Japanese Sentiment Dictionary (Volume of Verbs and Adjectives) ver. 1.0
  • 著作者: 東北大学 乾・岡崎研究室 / Author(s): Inui-Okazaki Laboratory, Tohoku University
  1. 日本語評価極性辞書(名詞編)ver.1.0(2008年12月版)/ Japanese Sentiment Dictionary (Volume of Nouns) ver. 1.0
  • 著作者: 東北大学 乾・岡崎研究室 / Author(s): Inui-Okazaki Laboratory, Tohoku University

paper:

1.小林のぞみ,乾健太郎,松本裕治,立石健二,福島俊一. 意見抽出のための評価表現の収集. 自然言語処理,Vol.12, No.3, pp.203-222, 2005. / Nozomi Kobayashi, Kentaro Inui, Yuji Matsumoto, Kenji Tateishi. Collecting Evaluative Expressions for Opinion Extraction, Journal of Natural Language Processing 12(3), 203-222, 2005.

2.東山昌彦, 乾健太郎, 松本裕治, 述語の選択選好性に着目した名詞評価極性の獲得, 言語処理学会第14回年次大会論文集, pp.584-587, 2008. / Masahiko Higashiyama, Kentaro Inui, Yuji Matsumoto. Learning Sentiment of Nouns from Selectional Preferences of Verbs and Adjectives, Proceedings of the 14th Annual Meeting of the Association for Natural Language Processing, pp.584-587, 2008.

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].