Skip to content

Commit

Permalink
refine NER.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Jun 16, 2017
1 parent f27154e commit 132a26a
Show file tree
Hide file tree
Showing 20 changed files with 100,604 additions and 396 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 2 additions & 0 deletions sequence_tagging_for_ner/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pyc
*.tar.gz
123 changes: 0 additions & 123 deletions sequence_tagging_for_ner/conll03.py

This file was deleted.

4 changes: 2 additions & 2 deletions sequence_tagging_for_ner/data/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wget http://cs224d.stanford.edu/assignment2/assignment2.zip
unzip assignment2.zip
cp assignment2_release/data/ner/wordVectors.txt data/
cp assignment2_release/data/ner/vocab.txt data/
cp assignment2_release/data/ner/wordVectors.txt ./
cp assignment2_release/data/ner/vocab.txt ./
rm -rf assignment2.zip assignment2_release

2 changes: 0 additions & 2 deletions sequence_tagging_for_ner/data/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-DOCSTART- -X- O O

CRICKET NNP I-NP O
- : O O
LEICESTERSHIRE NNP I-NP I-ORG
Expand Down
2 changes: 0 additions & 2 deletions sequence_tagging_for_ner/data/train
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-DOCSTART- -X- O O

EU NNP I-NP I-ORG
rejects VBZ I-VP O
German JJ I-NP I-MISC
Expand Down
Loading

0 comments on commit 132a26a

Please sign in to comment.