Skip to content

Commit

Permalink
Fixed error in bioc property file bioc.metamaplite.properties
Browse files Browse the repository at this point in the history
Fixed error in bioc property file bioc.metamaplite.properties where
property for POS tagger was incorrectly named
"opennlp.en-pos-maxent.bin.path", property name was actually
"opennlp.en-pos.bin.path".
  • Loading branch information
willjrogers committed Oct 23, 2018
1 parent c8c11af commit f7a36e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bioc.metamaplite.properties
Expand Up @@ -10,7 +10,7 @@ metamaplite.varsindex: /nfsvol/nlsaux15/lucenedb/strict/vars
# OpenNLP model files
opennlp.en-sent.bin.path:/net/indlx1/export/home/wjrogers/Projects/metamaplite/data/models/en-sent.bin
opennlp.en-token.bin.path:/net/indlx1/export/home/wjrogers/Projects/metamaplite/data/models/en-token.bin
opennlp.en-pos-maxent.bin.path:/net/indlx1/export/home/wjrogers/Projects/metamaplite/data/models/en-pos-maxent.bin
opennlp.en-pos.bin.path:/net/indlx1/export/home/wjrogers/Projects/metamaplite/data/models/en-pos-maxent.bin

# What should a pipeline look-like?
#
Expand Down

0 comments on commit f7a36e9

Please sign in to comment.