Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodiroga/mayordomo-server
https://github.com/bodiroga/mayordomo-server
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodiroga/mayordomo-server
- Owner: bodiroga
- License: lgpl-3.0
- Created: 2017-06-21T17:06:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T08:42:35.000Z (over 6 years ago)
- Last Synced: 2024-11-23T00:26:05.471Z (2 months ago)
- Language: Python
- Size: 70.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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