-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
100,617 additions
and
396 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.pyc | ||
*.tar.gz |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.