Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontlocke committed Aug 13, 2018
1 parent b5ebf9a commit 636089d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,5 @@ If you're familiar with shell scripting and file navigation, you can fairly easi
## Running the Script
In terminal, navigate to the folder containing these files and type `sh batchner.sh`. This will take a bit to run, but will print all of the results into a file in the same folder called `entities.csv`

## 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.

── project folder
├── stanford-ner-2018-02-27
├── file1.txt
├── file2.txt
├── file1.txt
├── file2.txt
├── batchner.sh

## Running the Script
In terminal, navigate to the folder containing these files and type `sh batchner.sh`. This will take a bit to run, but will print all of the results into a file called `entities.csv`


## Notes
As new versions of Stanford NER come out, the filepath will change and will need to be updated

0 comments on commit 636089d

Please sign in to comment.