spacy-experimental
π§ͺ Cutting-edge experimental spaCy components and features
File Explorer
Download Latest Version (.zip)- tests.yml
- base-config.cfg
- project.yml
- README.md
- requirements.txt
- config_tok2vec.cfg
- config_trf.cfg
- config_tok2vec.cfg
- config_trf.cfg
- preprocess_genia.py
- preprocess_healthsea.py
- preprocess_toxic.py
- reset.py
- suggester_evaluation.py
- .gitignore
- project.yml
- README.md
- requirements.txt
- chunk_suggester.cfg
- sentence_suggester.cfg
- subtree_suggester.cfg
- preprocess_healthsea.py
- .gitignore
- project.yml
- README.md
- __init__.py
- test_arc_labeler.py
- test_arc_predicter.py
- test_mst.py
- .gitignore
- __init__.py
- arc_labeler.pyx
- arc_predicter.pyx
- bilinear.py
- eval.py
- mst.pxd
- mst.pyi
- mst.pyx
- pairwise_bilinear.py
- pytorch_bilinear.py
- pytorch_pairwise_bilinear.py
- util.hh
- __init__.py
- test_char_tokenizers.py
- __init__.py
- char_ner_tokenizer.pyx
- char_pretokenizer.py
- char_tagger_tokenizer.pyx
- scorers.py
- __init__.py
- test_coref.py
- test_span_resolver.py
- __init__.py
- coref_component.py
- coref_model.py
- coref_scorer.py
- coref_util.py
- pytorch_coref_model.py
- pytorch_span_resolver_model.py
- span_resolver_component.py
- span_resolver_model.py
- __init__.py
- test_span_finder.py
- __init__.py
- span_finder_component.py
- span_finder_model.py
- span_finder_suggester.py
- __init__.py
- test_suggesters.py
- __init__.py
- chunk_suggester.py
- merge_suggesters.py
- sentence_suggester.py
- subtree_suggester.py
- __init__.py
- .gitignore
- build-constraints.txt
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/explosion/spacy-experimental
Downloads the entire project code from GitHub to your computer.
cd spacy-experimental
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m pip install -U pip setuptools wheel
Installs the Python libraries listed in requirements.txt (or similar).
python -m pip install spacy-experimental
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
