forked from kevincobain2000/jProcessing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
83 lines (48 loc) · 1.66 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
====================
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 git@github.com: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 ``@``]