summaryrefslogtreecommitdiff
path: root/klm/lm/config.hh
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-01-18 15:55:40 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2011-01-18 15:55:40 -0500
commitbee6a3c3f6c54cf7449229488c6124dddc7e2f31 (patch)
treef407d57998b648d9341990d4a4de974b5104ed97 /klm/lm/config.hh
parent10715e9606500b34c87df9de8a39f8a7d6ecd04b (diff)
new version of klm
Diffstat (limited to 'klm/lm/config.hh')
-rw-r--r--klm/lm/config.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/klm/lm/config.hh b/klm/lm/config.hh
index 88240b5f..767fa5f9 100644
--- a/klm/lm/config.hh
+++ b/klm/lm/config.hh
@@ -39,7 +39,7 @@ struct Config {
// this. Time is probing_multiplier / (probing_multiplier - 1). No effect
// for sorted variant.
// If you find yourself setting this to a low number, consider using the
- // Sorted version instead which has lower memory consumption.
+ // TrieModel which has lower memory consumption.
float probing_multiplier;
// Amount of memory to use for building. The actual memory usage will be
@@ -53,7 +53,7 @@ struct Config {
// defaults to input file name.
const char *temporary_directory_prefix;
- // Level of complaining to do when an ARPA instead of a binary format.
+ // Level of complaining to do when loading from ARPA instead of binary format.
typedef enum {ALL, EXPENSIVE, NONE} ARPALoadComplain;
ARPALoadComplain arpa_complain;