summaryrefslogtreecommitdiff
path: root/src/LangModels/LangDanishModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LangModels/LangDanishModel.cpp')
-rw-r--r--src/LangModels/LangDanishModel.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/LangModels/LangDanishModel.cpp b/src/LangModels/LangDanishModel.cpp
index c60e7b2..cb99e9b 100644
--- a/src/LangModels/LangDanishModel.cpp
+++ b/src/LangModels/LangDanishModel.cpp
@@ -174,7 +174,8 @@ const SequenceModel Iso_8859_15DanishModel =
30,
(float)0.9968082796759031,
PR_TRUE,
- "ISO-8859-15"
+ "ISO-8859-15",
+ "da"
};
const SequenceModel Iso_8859_1DanishModel =
@@ -184,7 +185,8 @@ const SequenceModel Iso_8859_1DanishModel =
30,
(float)0.9968082796759031,
PR_TRUE,
- "ISO-8859-1"
+ "ISO-8859-1",
+ "da"
};
const SequenceModel Windows_1252DanishModel =
@@ -194,5 +196,6 @@ const SequenceModel Windows_1252DanishModel =
30,
(float)0.9968082796759031,
PR_TRUE,
- "WINDOWS-1252"
+ "WINDOWS-1252",
+ "da"
};