Skip to content

Commit

Permalink
Fix doc (#4152)
Browse files Browse the repository at this point in the history
* fix doc

Signed-off-by: Yang Zhang <[email protected]>

* fix tn tutorial typos

Signed-off-by: Yang Zhang <[email protected]>
  • Loading branch information
yzhang123 authored May 16, 2022
1 parent 15f57a1 commit 44e4b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/text_processing/Text_(Inverse)_Normalization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"id": "F-IrnmXMTevr"
},
"source": [
"A sentence can be split up into semiotic tokens stemming from a varity of classes, where the spoken form differs from the written form. Examples are *dates*, *decimals*, *cardinals*, *measures* etc. The good TN or ITN system will be able to handle a variety of **semiotic classes**."
"A sentence can be split up into semiotic tokens stemming from a variety of classes, where the spoken form differs from the written form. Examples are *dates*, *decimals*, *cardinals*, *measures* etc. The good TN or ITN system will be able to handle a variety of **semiotic classes**."
]
},
{
Expand Down Expand Up @@ -109,7 +109,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> **_NOTE:_** Standard Text Normalization uses `determistic=True`, outputting a single output for a given input string\n",
"> **_NOTE:_** Standard Text Normalization uses `deterministic=True`, outputting a single output for a given input string\n",
"\n",
"\n",
"\n",
Expand Down Expand Up @@ -142,7 +142,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"intermediate semtiotic class information is shown if verbose=True."
"intermediate semiotic class information is shown if verbose=True."
]
},
{
Expand Down

0 comments on commit 44e4b1f

Please sign in to comment.