Fix WordCount example.
The UnicodeScriptTokenizer was failing because the input Tensor had rank 0 (i.e. scalar), and the API requires rank 1. PiperOrigin-RevId: 268715414
This diff is collapsed.
Please register or sign in to comment
The UnicodeScriptTokenizer was failing because the input Tensor had rank 0 (i.e. scalar), and the API requires rank 1. PiperOrigin-RevId: 268715414