diff --git a/tensorflow/lite/g3doc/guide/codegen.md b/tensorflow/lite/g3doc/guide/codegen.md index b74bfc5ed40..84dd2ffade9 100644 --- a/tensorflow/lite/g3doc/guide/codegen.md +++ b/tensorflow/lite/g3doc/guide/codegen.md @@ -171,7 +171,7 @@ generated by the Android Studio ML Model Binding. ## Read the metadata from models -The Metadata Extractor library is a convinient tool to read the metadata and +The Metadata Extractor library is a convenient tool to read the metadata and associated files from a models across different platforms (see the [Java version](https://github.com/tensorflow/tflite-support/tree/master/tensorflow_lite_support/metadata) and the C++ version is coming soon). Users can also build their own metadata @@ -198,7 +198,7 @@ information. As long as the file identifer is satisfied, the metadata extractor will not fail when reading metadata generated from an old or a future scheme due to the Flatbuffers forward and backwards compatibility mechanism. But fields from -future shcemas cannot be extracted by older metadata extractors. The +future schemas cannot be extracted by older metadata extractors. The [minimum necessary parser version](../convert/metadata.md#the-minimum-necessary-metadata-parser-version) of the metadata indicates the minimum version of metadata parser that can read the metadata Flatbuffers in full. You can use the following method to verify if