dstl / baleen

Entity Extraction Text Processor
Apache License 2.0
147 stars 40 forks source link

gazetteer.File ignores termSeparator parameter #62

Closed knoxa closed 6 years ago

knoxa commented 6 years ago

You can set the termSeparator parameter - and it looks like it gets passed in the config to uk.gov.dstl.baleen.resources.gazetteer.FileGazetteer. However, the init() method ignores it, so you always get the default comma separator.

JohnDaws commented 6 years ago

This is now fixed. Thanks jbaker-nca!