Logo Lanfrica

victor-iyi/folktales

Domaine:

natural language processing
Créateur:
vic
Hôte:
Analyses Yoruba stories and present a graphical representation of the specific elements # Folktales Narrative Analyzer Analyzes Yoruba stories and present a graphical representation of the specific elements ## Table of contents - Dependencies - Setup - Contribution ## Dependencies - Python ^3.6.4 - Flask – `pip install flask` - NLTK - `pip install nltk` ## Setup ``` $ pip install --upgrade pip ``` Then you probably want to work from your local PC: Start by cloning the project from github: ``` $ cd ~/Documents/ $ git clone github.com $ cd folktales ``` or: You can download the `.zip` project files here and extract the project files. ``` $ cd $ cd folktales ``` Then install these requirements: ``` $ pip install --upgrade -r requirements.txt ``` Finally, start the project: ``` $ python __init__.py ``` ## Contribution This project is opened under MIT 2.0 license.