Skip to content

Commit

Permalink
Merge pull request #210 from EFord36/fix-special-typo
Browse files Browse the repository at this point in the history
fix typo in docs: spacial -> special
  • Loading branch information
KennethEnevoldsen authored Oct 24, 2023
2 parents 2117f31 + 30a4044 commit aafc538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"source": [
"## Creating and Contributing Augmenters\n",
"\n",
"After using augmenty you might want to create and contribute an augmenter. Most augmenters can be created based on already existing augmenters. For instance the augmenter `per_replace_v1`, which replaces names in a text is a spacial case of the augmenter `ents_replace_v1` with better handling of first and last names. If you want to create an augmenter from scratch following spaCy's [guide](https://spacy.io/usage/training#data-augmentation-custom) on creating custom augmenters is a good start. You can always use augmenters from augmenty as inspiration as well. If you find yourself in troubles feel free to ask in the [augmenty forums](missing). \n",
"After using augmenty you might want to create and contribute an augmenter. Most augmenters can be created based on already existing augmenters. For instance the augmenter `per_replace_v1`, which replaces names in a text is a special case of the augmenter `ents_replace_v1` with better handling of first and last names. If you want to create an augmenter from scratch following spaCy's [guide](https://spacy.io/usage/training#data-augmentation-custom) on creating custom augmenters is a good start. You can always use augmenters from augmenty as inspiration as well. If you find yourself in troubles feel free to ask in the [augmenty forums](missing). \n",
"\n",
"When you are satisfied with your augmenter feel free submit a [pull request](/~https://github.com/KennethEnevoldsen/augmenty/pulls) to add the augmenter to augmenty."
]
Expand Down

1 comment on commit aafc538

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty
   __init__.py220100% 
   augment_utilities.py36197%59
   keyboard.py41198%40
   util.py41198%71
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/character
   __init__.py50100% 
   casing.py200100% 
   replace.py340100% 
   spacing.py200100% 
   swap.py210100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/doc
   __init__.py30100% 
   casing.py270100% 
   subset.py44589%30, 49, 53, 55, 61
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang
   __init__.py170100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/da
   __init__.py30100% 
   augmenters.py170100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/de
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/el
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/en
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/es
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/fr
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/hu
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/it
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/lt
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/mk
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/nb
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/nl
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/pl
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/pt
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/ro
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/ru
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/span
   __init__.py30100% 
   entities.py1501093%35, 53–61, 364
   utils.py15380%20, 31, 37
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/token
   __init__.py90100% 
   casing.py42198%111
   insert.py103694%36, 53–54, 198, 265, 283
   replace.py103694%36, 201, 205, 241, 287, 301
   spacing.py390100% 
   static_embedding_util.py35197%67
   swap.py62494%50, 80, 91, 104
   wordnet_util.py10370%7–9
TOTAL10174296% 

Please sign in to comment.