Skip to content

harendranathvegi9/serapis

 
 

Repository files navigation

Serapis

Serapis is an acquisition, mining, and modeling pipeline that takes undefined words from Wordnik's dictionary, finds occurences of them across the web, and determines a given sentence in which the word occurs offers an in-context definition for that word.

For example, this sentence is a free-range definition, or "FRD", for "cheeseor":

The term “cheeseors” describes flighted globules of intergalactic cheese, 
known to be the scourge of the asteroid belt.

Pipeline Schematic

layout

It uses a standard message format throughout an Amazon Lambda pipeline.

Modeling Sentences

High-level details on the feature development and production can be found in the slides from Clare's presentation on building this system.

The system requires a model to score sentences for FRDness (scores: binary classification, classification confidence) which is not included here.

Setup and Troubleshooting

Please read the Wiki for help with setting up your code base. Use the pipes at your own risk.

Contribution

Serapis was created for Wordnik by the summer.ai team, Clare Corthell and Manuel Ebert in 2015/2016.

About

Serapis is a sentence identifier and modeling pipeline / built for Wordnik

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%