!32318 Ngram doc fix

Merge pull request !32318 from ebagogogo/ebagogogo1
This commit is contained in:
i-robot 2022-04-01 02:47:03 +00:00 committed by Gitee
commit 98e13d5375
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ mindspore.dataset.text.transforms.Ngram
- **ValueError** - 参数 `n` 包含的值不为正数。
- **ValueError** - 参数 `left_pad` 不是一个长度2的Tuple[str, int]。
- **ValueError** - 参数 `right_pad` 不是一个长度2的Tuple[str, int]。
- **TypeError** - 参数 `separator` 的类型不是bool
- **TypeError** - 参数 `separator` 的类型不是str