Skip to content

Commit

Permalink
Adds a short description to the main landing page of our GitHub repo …
Browse files Browse the repository at this point in the history
…to point users to the tf.org subsite.

PiperOrigin-RevId: 381912238
  • Loading branch information
broken authored and tf-text-github-robot committed Jun 28, 2021
1 parent 289a5ee commit 2f34d39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ version of TF Text (eg. for tensorflow==2.3.x use tensorflow_text==2.3.x).

## INDEX
* [Introduction](#introduction)
* [Documentation](#documentation)
* [Unicode](#unicode)
* [Normalization](#normalization)
* [Tokenization](#tokenization)
Expand Down Expand Up @@ -58,6 +59,12 @@ in the TensorFlow graph. You do not need to worry about tokenization in
training being different than the tokenization at inference, or managing
preprocessing scripts.

## Documentation

Please visit [http://tensorflow.org/text](http://tensorflow.org/text) for all
documentation. This site includes API docs, guides for working with TensorFlow
Text, as well as tutorials for building specific models.

## Unicode

Most ops expect that the strings are in UTF-8. If you're using a different
Expand Down

0 comments on commit 2f34d39

Please sign in to comment.