Module tok_normalizer

Function Index

clean_text/1
handle_chinese_chars/1
lowercase/1
nfd_strip_accents/1
normalize/2

Function Details

clean_text/1

clean_text(Bin) -> any()

handle_chinese_chars/1

handle_chinese_chars(Bin) -> any()

lowercase/1

lowercase(Bin) -> any()

nfd_strip_accents/1

nfd_strip_accents(Bin) -> any()

normalize/2

normalize(Config, Text) -> any()


Generated by EDoc