This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2024-11-11 20:28:20 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e4c3d6748c
spaCy
/
bin
/
spacy
3 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adds script shebang (#4846)
2019-12-29 16:25:05 +03:00
#! /bin/sh
Add entry point-style auto alias for "spacy" Simplest way to run commands as spacy xxx instead of python -m spacy xxx, while avoiding environment conflicts
2017-08-09 13:17:30 +03:00
python -m spacy "$@"
Reference in New Issue
Copy Permalink