tap
tap copied to clipboard
Text Analytics Pipeline (TAP)
Event extraction on EE. Only works with basic sentences
Steps to Reproduce: ``` # Set our query type to Spelling query = tap.query('spelling') # no params needed # pass in some test data string = "Th is the frst...
Need to update the project structure documentation once familiar with it.
Perhaps offer optional S3 integration that is checked for on startup. Require a general bucket for tap set in an environment variable, then create standard directory structure for: 1. `models`...
Need to return n-grams for a given text that include a POS sequence like `PRP JJ* NN`