Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added training using augmenty example #206

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

KennethEnevoldsen
Copy link
Owner

@KennethEnevoldsen KennethEnevoldsen commented Oct 8, 2023

Fixes #33

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty
   __init__.py220100% 
   augment_utilities.py36197%57
   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% 

@KennethEnevoldsen KennethEnevoldsen merged commit 900ee4c into main Oct 8, 2023
9 checks passed
@KennethEnevoldsen KennethEnevoldsen deleted the add-training-example branch October 8, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial on how to train using augmenty
1 participant