Move DetectLanguageVersion
git-svn-id: https://cld2.googlecode.com/svn/trunk@96 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -28,7 +28,8 @@
|
|||||||
namespace CLD2 {
|
namespace CLD2 {
|
||||||
|
|
||||||
// String is "code_version - data_scrape_date"
|
// String is "code_version - data_scrape_date"
|
||||||
static const char* kDetectLanguageVersion = "V2.0 - 20130715";
|
//static const char* kDetectLanguageVersion = "V2.0 - 20130715";
|
||||||
|
|
||||||
|
|
||||||
// Large-table version for all ~160 languages
|
// Large-table version for all ~160 languages
|
||||||
// Small-table version for all ~60 languages
|
// Small-table version for all ~60 languages
|
||||||
@@ -317,12 +318,5 @@ Language ExtDetectLanguageSummary(
|
|||||||
return lang;
|
return lang;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Return version text string
|
|
||||||
// String is "code_version - data_build_date"
|
|
||||||
const char* DetectLanguageVersion() {
|
|
||||||
return kDetectLanguageVersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // End namespace CLD2
|
} // End namespace CLD2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user