spaCy/spacy/__main__.py
2020-06-21 13:44:00 +02:00

5 lines
64 B
Python

from spacy.cli import app
if __name__ == "__main__":
app()