Skip to content

Commit

Permalink
clarify text file
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontlocke committed Aug 13, 2018
1 parent 636089d commit e3f3af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This will need 1 or more text file (ending in .txt) to work.
You will need to download [Stanford Named Entity Recognizer](https://nlp.stanford.edu/software/CRF-NER.shtml#Download)

## Folder Setup
This script, as is, will run Stanford NER on every text file within a folder. This expects that the stanford-ner-2018-02-27 folder, all of the text files, and the batchner.sh script are all within the same folder.
This script, as is, will run Stanford NER on every text (.txt) file within a folder. This expects that the stanford-ner-2018-02-27 folder, all of the text files, and the batchner.sh script are all within the same folder.

```
├── project folder
Expand Down

0 comments on commit e3f3af7

Please sign in to comment.