-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
43 lines (43 loc) · 1.18 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
__pycache__
.vscode/launch.json
papers/
debug.py
data/resources/corola.200.5.vec.gz
test.py
data/other/stanza
data/models/char_ids.txt
data/models/splitter_feat_len.txt
data/models/splitter_unic_props.txt
data/models/tagger_unic_props.txt
data/models/unknown_aclasses.txt
data/models/word_ids.txt
data/models/morphology/model.pt
data/models/parser/modelone.pt
data/models/parser/modeltwo.pt
data/models/parser/bert1/config.json
data/models/parser/bert1/pytorch_model.bin
data/models/parser/tok1/special_tokens_map.json
data/models/parser/tok1/tokenizer_config.json
data/models/parser/tok1/tokenizer.json
data/models/parser/tok1/vocab.txt
data/models/parser/bert2/config.json
data/models/parser/bert2/pytorch_model.bin
data/models/parser/tok2/special_tokens_map.json
data/models/parser/tok2/tokenizer_config.json
data/models/parser/tok2/tokenizer.json
data/models/parser/tok2/vocab.txt
data/models/splitter/model.pt
data/models/tagger/cls/config.json
data/models/tagger/cls/model.pt
data/models/tagger/crf/config.json
data/models/tagger/crf/model.pt
.vscode/settings.json
*.txt
!requirements.txt
rodna-models.tar.gz
*.conllu.old
*.conllu
conll18_ud_eval.py
rodna.dev.tokens
stanza.dev.tokens
ssplit_txt_files.py