Upload 4 files
Browse files- pos_tag/.DS_Store +0 -0
- pos_tag/myPOS_bilstm.h5 +3 -0
- pos_tag/tag_map_myPOS.json +1 -0
- pos_tag/vocab_myPOS.json +0 -0
pos_tag/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
pos_tag/myPOS_bilstm.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988d69c913a4b9b9888151f2411f25cb4e9b83b4c6a45f01e1dcf66a6a9d9e69
|
| 3 |
+
size 30228464
|
pos_tag/tag_map_myPOS.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"<PAD>": 0, "abb": 1, "adj": 2, "adv": 3, "conj": 4, "fw": 5, "int": 6, "n": 7, "num": 8, "part": 9, "ppm": 10, "pron": 11, "punc": 12, "sb": 13, "tn": 14, "v": 15}
|
pos_tag/vocab_myPOS.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|