Combo scraper / semantic tagger mashup-er in Meteor for use w/ thinkContext.
The goal is to associate linked data entities with scraped text. Runs text through the Alchemy NLP API for initial entity resolution. Then provides a basic interface to manually select from candidates or add entities aided by Freebase Suggest. Exposes the results as a json dump.
- Meteor
- Alchemy API key
- Google Freebase API key
- Change.org API key
- Clone this repo
- Add your keys to settings.json. Assign your Google Freebase API key to "public", it will be visible through the front end! (Don't blame me, this is how Freebase Suggest works)
- cd tcsem ; meteor run --settings ../settings.json
Ditch Alchemy and use FOX which has supervised learning capabilities.