Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 63963bf

Browse files
committed
correct ner install path #29
1 parent 566bfb4 commit 63963bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/global.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'jre' => '/usr/bin/jre'
148148
),
149149
'ner' => array(
150-
'install_path' => '/root/workspace/pkp/mitie/MITIE',
150+
'install_path' => '<path to MITIE install>',
151151
'command' => 'ner_stream',
152152
'model' => 'MITIE-models/english/ner_model.dat'
153153
)

0 commit comments

Comments
 (0)