Skip to content

Commit aec1814

Browse files
committed
Updated documentation
1 parent 498421c commit aec1814

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

example/example-as-package.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
* >
55
* > cd my_projects_dir
66
* > git clone [email protected]:mhewett/stanford-corenlp-node-example.git
7+
* > cd stanford-corenlp-node-example
78
* > npm install
89
* >
9-
* > cd stanford-corenlp-node-example/example
10+
* > cd example
1011
* > cp StanfordCoreNLP.example.properties StanfordCoreNLP.properties
1112
* > cp config.example.json config.json
1213
* >
13-
* > [ edit config.json; ensure that "path", "nlpLibDir", and "propsPath" are set correctly]
14-
* > [ edit StanfordCoreNLP.properties; ensure that the path to the NER dictionary is correct ]
14+
* > #[ edit config.json; ensure that "path", "nlpLibDir", and "propsPath" are set correctly ]
15+
* > #[ edit StanfordCoreNLP.properties; ensure that the path to the NER dictionary is correct ]
1516
* >
16-
* > # finally we are ready to run!
17+
* > # We are ready to run!
1718
* > node example-as-package ./config.json
1819
* >
1920
*

0 commit comments

Comments
 (0)