Remove unnecessary includes/comments
git-svn-id: https://cld2.googlecode.com/svn/trunk@66 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -26,30 +26,7 @@
|
|||||||
|
|
||||||
namespace CLD2 {
|
namespace CLD2 {
|
||||||
|
|
||||||
// Linker supplies the right tables
|
// Caller supplies the right tables in scoringcontext
|
||||||
// New tables from
|
|
||||||
// cld2_generated_cjk_uni_prop_80.cc
|
|
||||||
// cld2_generated_cjk_delta_bi_32.cc
|
|
||||||
// cld2_generated_quad_1024.cc
|
|
||||||
// cld2_generated_delta_octa_0.cc
|
|
||||||
//
|
|
||||||
// cld2_generated_score_cjk_uni_0.cc
|
|
||||||
// cld2_generated_score_cjk_uni_bi_0.cc
|
|
||||||
// cld2_generated_score_quad_1024.cc
|
|
||||||
// cld2_generated_score_quad_octa_0.cc
|
|
||||||
|
|
||||||
// Caller supplies these.
|
|
||||||
// extern const UTF8PropObj cld_generated_CjkUni_obj;
|
|
||||||
// extern const CLDTableSummary kCjkDeltaBi_obj;
|
|
||||||
// extern const CLDTableSummary kQuad_obj;
|
|
||||||
// extern const CLDTableSummary kDeltaOcta_obj;
|
|
||||||
|
|
||||||
// Caller must supply these also
|
|
||||||
// extern const short kAvgCjkUniScore[];
|
|
||||||
// extern const short kAvgCjkUniBiScore[];
|
|
||||||
extern const short kAvgQuadScore[];
|
|
||||||
// extern const short kAvgQuadOctaScore[];
|
|
||||||
|
|
||||||
|
|
||||||
// Runtime routines for hashing, looking up, and scoring
|
// Runtime routines for hashing, looking up, and scoring
|
||||||
// unigrams (CJK), bigrams (CJK), quadgrams, and octagrams.
|
// unigrams (CJK), bigrams (CJK), quadgrams, and octagrams.
|
||||||
|
Reference in New Issue
Block a user