Metadata-Version: 2.1
Name: japana
Version: 0.2
Summary: Japanese text analysis
Home-page: https://github.com/reem-codes/japana
Author: reem-codes | Reem Ali Alghamdi
Author-email: reem.brain@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: chirptext (==0.1a18)
Requires-Dist: jamdict (==0.1a4)
Requires-Dist: Janome (==0.3.9)
Requires-Dist: lxml (==4.3.4)
Requires-Dist: mecab-python3 (==0.996.2)
Requires-Dist: pkg-resources (==0.0.0)
Requires-Dist: puchikarui (==0.1a2)
Requires-Dist: style (==1.1.0)
Requires-Dist: update (==0.0.1)

# About 

This is Japana. a Japanese analysis tool.
You need to provide a text: novel, short story, song lyrics, article, sentence ..etc. 
The program will return a word list ordered by frequency. 
each dictionary in the list has at least the word and the number of occurrence (frequency)
an depending on configurations: pronunciation and meaning
# Requirements

all requirements all stored in `requirements.txt`. In addition, you need to install [Jamdict](https://github.com/neocl/jamdict)



# Other Projects

This project has been made into:
* CLI application: [Japana-CLI](https://github.com/reem-codes/japana-cli)
* Web app: [Japana](http://japana.reem-codes.com)

