Skip to content

Commit

Permalink
fix corenlp default url for lpsc parser #15
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlujpl committed May 20, 2021
1 parent 1c91660 commit 147ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parserindexer/lpsc_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def process(in_file, in_list, out_file, tika_server_url, corenlp_server_url,
parser.add_argument('-p', '--tika_server_url', required=False,
help='Tika server URL')
parser.add_argument('-c', '--corenlp_server_url',
default='"http://localhost:9000',
default='http://localhost:9000',
help='CoreNLP Server URL')
parser.add_argument('-n', '--ner_model', required=False,
help='Path to a Named Entity Recognition (NER) model')
Expand Down

0 comments on commit 147ca9d

Please sign in to comment.