Metadata-Version: 2.1
Name: japana
Version: 1.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
Description: # About 
        
        This is Japana. a Japanese analysis tool using Jim Breen's JMdict & KanjiDic2 & mecab.
        
        
        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)
        and depending on configurations: pronunciation and meaning
        
        # Requirements
        
        all requirements all stored in `requirements.txt`. In addition, you need to install my forked version of Jamdict here [Jamdict](https://github.com/reem-codes/jamdict)
        
        
        # Installation:
        
        1. run `pip install japana` in your venv/env/virtual_env
        2. run `pip install git+https://github.com/reem-codes/jamdict` 
        3. go to [Jamdict](https://github.com/neocl/jamdict)  official project and follow any instructions
        
        # 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)
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
