We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e1ba5 commit 9c4737cCopy full SHA for 9c4737c
README.md
@@ -6,9 +6,10 @@
6
- - [ ] atis
7
### Neural NER
8
- - [ ] CharLSTM+WordLSTM+CRF: [Lample .etc, NAACL16](http://www.aclweb.org/anthology/N/N16/N16-1030.pdf)
9
- - - [x] Make a CoNLL-2003 batcher using pytorchtext
+ - - [x] Make a CoNLL-2003 batcher
10
- - [x] Implement trainer
11
- - [x] Implement WordLSTM + softmax
12
+ - - [x] Implement CharLSTM + WordLSTM + softmax
13
- - [ ] Implement WordLSTM + CRF
14
- - [ ] Implement CharLSTM + WordLSTM + CRF
15
@@ -21,7 +22,6 @@
21
22
## Requiremet (python 3)
23
```
24
conda install pytorch -c pytorch
-pip install torchtext
25
26
27
CoNLL-2003 can be downloaded from https://www.clips.uantwerpen.be/conll2003/ner/
0 commit comments