更新换行算法和APP-PUSH
This commit is contained in:
21
client/src/features/textWrap/scoring/index.ts
Normal file
21
client/src/features/textWrap/scoring/index.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export type {
|
||||
LayoutCandidate,
|
||||
LayoutCandidateLine,
|
||||
Lexicons,
|
||||
ScoredLayout,
|
||||
ScoreBreakdown,
|
||||
ScoreLayoutInput,
|
||||
ScoreTerm,
|
||||
ScoringConfig,
|
||||
TextWrapContext,
|
||||
Weights,
|
||||
} from './types';
|
||||
|
||||
export { DEFAULT_LEXICONS, mergeLexicons } from './lexicons';
|
||||
export { DEFAULT_WEIGHTS, mergeWeights } from './weights';
|
||||
|
||||
export { preparePhraseTokens, findPhraseSpans, isSpanSplitByBreaks } from './phraseMatch';
|
||||
export { scoreLayout } from './score';
|
||||
export type { BuildTieKeyInput } from './tieKey';
|
||||
export { buildTieKey } from './tieKey';
|
||||
|
||||
Reference in New Issue
Block a user