Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 Parser

Contacts
========

- 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 ``@``]