nlplab / nersuite

http://nersuite.nlplab.org/
Other
26 stars 12 forks source link

Can't trigger persistent mode #1

Closed spyysalo closed 12 years ago

spyysalo commented 12 years ago

Giving the option -persistent has no effect, almost certainly due to being read as

opt_parser.get_value("persistent", tmp);

rather than

opt_parser.get_value("-persistent", tmp);
spyysalo commented 12 years ago

Fixed in 642d15995cb051a394b6bd046f8b53fbad55e8a0.