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
Description: # 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)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
