Skip to content

Commit

Permalink
Merge pull request #281 from bp-high/patch-1
Browse files Browse the repository at this point in the history
Typo in Word Embeddings Augmenter example
  • Loading branch information
makcedward committed Apr 3, 2022
2 parents 9546b50 + 9c63a8b commit ac2fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/textual_language_augmenter.ipynb
Expand Up @@ -132,7 +132,7 @@
"source": [
"# https://github.com/taishi-i/nagisa\n",
"import nagisa\n",
"def tokenizer(x):\n",
"def tokenizer(text):\n",
" return nagisa.tagging(text).words\n",
"\n",
"text = '速い茶色の狐が怠惰なな犬を飛び越えます'\n",
Expand Down

0 comments on commit ac2fa65

Please sign in to comment.