Skip to content

Commit

Permalink
set_time_cutoff(6.0)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/hfst/code/trunk@4643 941e2c2b-deac-454f-805a-451daa25f33c
  • Loading branch information
TinoDidriksen committed Jan 29, 2016
1 parent 08bc7a9 commit d2fb71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions office.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ int zhfst_spell(const char* zhfst_filename) {
ZHfstOspeller speller;
try {
speller.read_zhfst(zhfst_filename);
speller.set_time_cutoff(6.0);
}
catch (hfst_ol::ZHfstMetaDataParsingError zhmdpe) {
fprintf(stderr, "cannot finish reading zhfst archive %s:\n%s.\n", zhfst_filename, zhmdpe.what());
Expand Down

0 comments on commit d2fb71e

Please sign in to comment.