mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
* Upd gitignore
This commit is contained in:
parent
60c1e78596
commit
66cb4f96e1
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -4,10 +4,16 @@
|
||||||
Profile.prof
|
Profile.prof
|
||||||
|
|
||||||
spacy/*.cpp
|
spacy/*.cpp
|
||||||
|
spacy/ner/*.cpp
|
||||||
spacy/orthography/*.cpp
|
spacy/orthography/*.cpp
|
||||||
ext/murmurhash.cpp
|
ext/murmurhash.cpp
|
||||||
ext/sparsehash.cpp
|
ext/sparsehash.cpp
|
||||||
|
|
||||||
|
data/en/pos
|
||||||
|
data/en/ner
|
||||||
|
data/en/lexemes
|
||||||
|
data/en/strings
|
||||||
|
|
||||||
_build/
|
_build/
|
||||||
.env/
|
.env/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user