Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bodiroga/mayordomo-server


https://github.com/bodiroga/mayordomo-server

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Mayordomo server #

## Overview ##

TODO

## Installation ##

### Install required python libraries ###
- sudo pip install -r requirements.txt

### Download required nltk data ###
- sudo python -m nltk.downloader -d /usr/local/share/nltk_data wordnet
- sudo python -m nltk.downloader -d /usr/local/share/nltk_data omw

### Install Freeling ###
- See documentation at nlp_providers/freeling_module/Installation.md