chromium/third_party/tflite_support/src/tensorflow_lite_support/metadata/python/tests/testdata/input_text_tesnor_meta.json

{
  "subgraph_metadata": [
    {
      "input_tensor_metadata": [
        {
          "name": "input text",
          "description": "The input string.",
          "content": {
            "content_properties_type": "FeatureProperties",
            "content_properties": {
            }
          },
          "process_units": [
            {
              "options_type": "RegexTokenizerOptions",
              "options": {
                "delim_regex_pattern": "[^\\w\\']+",
                "vocab_file": [
                  {
                    "name": "vocab.txt",
                    "description": "Vocabulary file to convert natural language words to embedding vectors.",
                    "type": "VOCABULARY"
                  }
                ]
              }
            }
          ],
          "stats": {
          }
        }
      ]
    }
  ]
}