Skip to content

Instantly share code, notes, and snippets.

@MNie
Created August 30, 2016 18:05
Show Gist options
  • Save MNie/60aabde4006972f68ee84bbcd087b212 to your computer and use it in GitHub Desktop.
Save MNie/60aabde4006972f68ee84bbcd087b212 to your computer and use it in GitHub Desktop.
type responseJson =
{
_type: string
flaggedTokens: flaggedToken list
}
and flaggedToken =
{
offset: int
token: string
``type``: string
suggestions: suggestion list
}
and suggestion =
{
suggestion: string
score: double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment