WildNLP
No description available.
File Explorer
- aspects.doctree
- datasets.doctree
- environment.pickle
- index.doctree
- quickstart.doctree
- piglatin.html
- reverser.html
- utils.html
- sample_dataset.html
- index.html
- aspects.rst.txt
- datasets.rst.txt
- index.rst.txt
- quickstart.rst.txt
- badge_only.css
- theme.css
- lato-bold.eot
- lato-bold.ttf
- lato-bold.woff
- lato-bold.woff2
- lato-bolditalic.eot
- lato-bolditalic.ttf
- lato-bolditalic.woff
- lato-bolditalic.woff2
- lato-italic.eot
- lato-italic.ttf
- lato-italic.woff
- lato-italic.woff2
- lato-regular.eot
- lato-regular.ttf
- lato-regular.woff
- lato-regular.woff2
- roboto-slab-v7-bold.eot
- roboto-slab-v7-bold.ttf
- roboto-slab-v7-bold.woff
- roboto-slab-v7-bold.woff2
- roboto-slab-v7-regular.eot
- roboto-slab-v7-regular.ttf
- roboto-slab-v7-regular.woff
- roboto-slab-v7-regular.woff2
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- Inconsolata-Bold.ttf
- Inconsolata-Regular.ttf
- Inconsolata.ttf
- Lato-Bold.ttf
- Lato-Regular.ttf
- RobotoSlab-Bold.ttf
- RobotoSlab-Regular.ttf
- modernizr.min.js
- theme.js
- ajax-loader.gif
- basic.css
- comment-bright.png
- comment-close.png
- comment.png
- doctools.js
- documentation_options.js
- down-pressed.png
- down.png
- file.png
- jquery-3.2.1.js
- jquery.js
- language_data.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- up-pressed.png
- up.png
- websupport.js
- .buildinfo
- aspects.html
- datasets.html
- genindex.html
- index.html
- objects.inv
- py-modindex.html
- quickstart.html
- search.html
- searchindex.js
- aspects.rst
- conf.py
- datasets.rst
- developers.rst
- index.rst
- quickstart.rst
- Makefile
- qwerty.csv
- qwerty.png
- remove_char.csv
- remove_char.png
- evaluation.py
- README.md
- requirements.txt
- _cl_config.yaml
- index.html
- out.json
- test_all.py
- test_article.py
- test_change_char.py
- test_compose.py
- test_digits2words.py
- test_misspellings.py
- test_punctuation.py
- test_qwerty.py
- test_remove_char.py
- test_reverser.py
- test_sentiment_masking.py
- test_sub_string.py
- test_swap.py
- test_white_spaces.py
- 0_2.txt
- 1_3.txt
- 2_3.txt
- 0_10.txt
- 1_10.txt
- 2_7.txt
- conll2003_sample.txt
- snli_sample.jsonl
- squad_v1_sample.json
- squad_v2_sample.json
- test_conll.py
- test_imdb.py
- test_sample_dataset.py
- test_snli.py
- test_squad.py
- homophones.json
- misspellings.json
- negative_words.txt
- ocr.json
- ocr_pl.json
- positive_words.txt
- qwerty.json
- __init__.py
- piglatin.py
- reverser.py
- __init__.py
- add_sub_string.py
- articles.py
- base.py
- change_char.py
- digits2words.py
- misspelling.py
- punctuation.py
- qwerty.py
- remove_char.py
- sentiment_masking.py
- swap.py
- utils.py
- white_spaces.py
- __init__.py
- base.py
- conll.py
- imdb.py
- sample_dataset.py
- snli.py
- squad.py
- __init__.py
- .gitignore
- .travis.yml
- Dockerfile
- logo.png
- Makefile
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
