Skip to content
/ modori Public

Natural Language Processing Web API Using Python Flask and Konlpy

Notifications You must be signed in to change notification settings

outpark/modori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=============================== MODORI

MODORI is a Natural Language Processing Web API Using Python Flask and Konlpy

Dependencies

The whole project is written in Python.

It is tested on Python 2.7 and Python 3.4 (both worked fine).

You must install konlpy

please refer to 'http://konlpy.org' regarding the installation and api.

Also you need flask micro web framework

pip install flask

Quickstart

Run the following commands to bootstrap your environment.

::

git clone https://github.com/kwk236/modori
cd modori
pip install -r requirements/dev.txt
python manage.py server

You will see a pretty welcome screen.

About

Natural Language Processing Web API Using Python Flask and Konlpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published