https://github.com/keon/modori
:speech_balloon: Natural Language Processing Web API Using Python Flask and Konlpy
https://github.com/keon/modori
Last synced: 8 months ago
JSON representation
:speech_balloon: Natural Language Processing Web API Using Python Flask and Konlpy
- Host: GitHub
- URL: https://github.com/keon/modori
- Owner: keon
- Created: 2015-07-23T16:17:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T14:47:39.000Z (about 10 years ago)
- Last Synced: 2024-12-26T02:44:56.405Z (10 months ago)
- Language: HTML
- Homepage: http://modori.me
- Size: 0 Bytes
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
===============================
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'](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 server.pyYou will see a pretty welcome screen.