https://github.com/iepathos/marlowe_objectivity
Marlowe Objectivity using TextBlob NaiveBayes
https://github.com/iepathos/marlowe_objectivity
flask marlowe-objectivity microservice objectivity textblob wercker
Last synced: 16 days ago
JSON representation
Marlowe Objectivity using TextBlob NaiveBayes
- Host: GitHub
- URL: https://github.com/iepathos/marlowe_objectivity
- Owner: iepathos
- License: gpl-3.0
- Created: 2017-04-24T00:32:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T08:58:55.000Z (about 9 years ago)
- Last Synced: 2025-10-09T20:03:29.933Z (8 months ago)
- Topics: flask, marlowe-objectivity, microservice, objectivity, textblob, wercker
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marlowe Objectivity
[](https://app.wercker.com/project/byKey/c99eaec92cfe7bf8bd10050fc568d62c)
This API uses a NaiveBayes approach trained on movie reviews to determine the relative objectivity of text. This is an open source part of [Project Marlowe](https://github.com/iepathos/marlowe_devops)
JSON API Server accepts text and returns an objectivity score.
## Testing
````shell
pip install -r requirements.txt
nose
````