Skip to content

Instantly share code, notes, and snippets.

@cipepser
Created August 15, 2016 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cipepser/9a8307d8b14251d45999da818b2b084e to your computer and use it in GitHub Desktop.
Save cipepser/9a8307d8b14251d45999da818b2b084e to your computer and use it in GitHub Desktop.
{
"document": {
"type": "PLAIN_TEXT", // PLAIN_TEXTやHTMLなど
"language": "JA", // 言語。今回は日本語なのでJA
"content": "xxxxx" // ここに解析した文を入れる
},
"encodingType": "UTF8" // 文字コード。今回はUTF8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment