UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

8 lines (7 loc) 428 B
export declare function normalizeText(t: string): string; export declare function decodeHtmlEntities(s?: string | null): string; export declare function stripTrailingPunct(s: string): string; export declare function dedupeSpeaker(raw: string): string; export declare function fixApostrophes(s: string): string; export declare function norm(s?: string | null): string; export declare function normalizeSpaces(s: string): string;