Skip to content

Commit 9c4737c

Browse files
authored
Update README.md
1 parent f2e1ba5 commit 9c4737c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
- - [ ] atis
77
### Neural NER
88
- - [ ] 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
9+
- - [x] Make a CoNLL-2003 batcher
1010
- - [x] Implement trainer
1111
- - [x] Implement WordLSTM + softmax
12+
- - [x] Implement CharLSTM + WordLSTM + softmax
1213
- - [ ] Implement WordLSTM + CRF
1314
- - [ ] Implement CharLSTM + WordLSTM + CRF
1415

@@ -21,7 +22,6 @@
2122
## Requiremet (python 3)
2223
```
2324
conda install pytorch -c pytorch
24-
pip install torchtext
2525
2626
```
2727
CoNLL-2003 can be downloaded from https://www.clips.uantwerpen.be/conll2003/ner/

0 commit comments

Comments
 (0)