danpovey / pocolm

Small language toolkit for creation, interpolation and pruning of ARPA language models
Other
90 stars 48 forks source link

adjust format of command line echo in train_lm.py #88

Closed wantee closed 7 years ago

wantee commented 7 years ago

Add quotes around --min-counts option since it may contain space in option value. e.g., print .... --max-memory=10G "--min-counts=train=1 ted=2" --keep-int-data=true ... instead of .... --max-memory=10G --min-counts=train=1 ted=2 --keep-int-data=true ...

danpovey commented 7 years ago

Thanks! Merging.