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

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

Awesome Lists containing this project

README

          

# Marlowe Objectivity

[![wercker status](https://app.wercker.com/status/c99eaec92cfe7bf8bd10050fc568d62c/s/master "wercker status")](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
````