Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincobain2000/jProcessing
Japanese Natural Langauge Processing Libraries
https://github.com/kevincobain2000/jProcessing
japanese nlp word-sense-disambiguation wsd
Last synced: 3 months ago
JSON representation
Japanese Natural Langauge Processing Libraries
- Host: GitHub
- URL: https://github.com/kevincobain2000/jProcessing
- Owner: kevincobain2000
- License: bsd-2-clause
- Created: 2012-03-07T11:02:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T23:59:00.000Z (over 4 years ago)
- Last Synced: 2024-10-03T22:35:21.663Z (4 months ago)
- Topics: japanese, nlp, word-sense-disambiguation, wsd
- Language: OpenEdge ABL
- Homepage: http://readthedocs.org/docs/jprocessing/en/latest/
- Size: 12.6 MB
- Stars: 148
- Watchers: 7
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-nlp - jProcessing - 日本自然語言處理庫,具有日語情感分類。 (函式庫 / 書籍)
README
====================
Japanese NLP Library
====================Requirements
============- Third Party Dependencies
- Cabocha Japanese Morphological parser http://sourceforge.net/projects/cabocha/
- Python Dependencies
- ``Python 2.6.*`` or above
``Links``
---------- All code at jProcessing Repo GitHub_
.. _GitHub: https://github.com/kevincobain2000/jProcessing
- Documentation_ and HomePage_ and Sphinx_
.. _Documentation: http://www.jaist.ac.jp/~s1010205/jnlp
.. _HomePage: http://www.jaist.ac.jp/~s1010205/
.. _Sphinx: http://readthedocs.org/docs/jprocessing/en/latest/
- PyPi_ Python Package
.. _PyPi: http://pypi.python.org/pypi/jProcessing/0.1
::
clone [email protected]:kevincobain2000/jProcessing.git
``Install``
-----------In ``Terminal`` ::
>>>bash$ python setup.py install
History
-------- ``0.2``
+ Sentiment Analysis of Japanese Text
- ``0.1``
+ Morphologically Tokenize Japanese Sentence
+ Kanji / Hiragana / Katakana to Romaji Converter
+ Edict Dictionary Search - borrowed
+ Edict Examples Search - incomplete
+ Sentence Similarity between two JP Sentences
+ Run Cabocha(ISO--8859-1 configured) in Python.
+ Longest Common String between Sentences
+ Kanji to Katakana Pronunciation
+ Hiragana, Katakana Chart ParserContacts
========- ContactForm_
- BugReport_
- Contribute_
.. _ContactForm: http://www.jaist.ac.jp/~s1010205/styled-2/index.html
.. _BugReport: http://www.jaist.ac.jp/~s1010205/styled/index.html
.. _Contribute: https://github.com/kevincobain2000/jProcessing:Author: `pulkit[at]jaist.ac.jp` [change ``at`` with ``@``]