1#include <bits/stdc++.h>
4namespace fs = filesystem;
string NormalizeNeologd(string sentence)
Neologd Normalized function.
int Normalizer(string input_path, string output_path)
wstring TranslateToFullwidth(const wstring &sentence_w)
Replace a specific string from half-width to full-width.
wstring RemoveExtraSpaces(const wstring &sentence)
remove half-width spaces that meet the conditions
wstring UnicodeNormalize(wregex word_pattern, wstring sentence_w)
nfkc normalize sentence by icu::Normalizer2