Skip to content

Multi Language

Keith Sterling edited this page Jan 19, 2018 · 3 revisions

Chinese Support

Program-y now supports Chinese characters, format and layout as to the best of my knowledge of the language.

brain:

    language:
      chinese: true
programy.processors.pre.normalize.NormalizePreProcessor
programy.processors.pre.removepunctuation.RemovePunctuationPreProcessor
programy.processors.pre.splitchinese.SplitChinesePreProcessor
programy.processors.post.mergechinese.MergeChinesePostProcessor
programy.processors.post.denormalize.DenormalizePostProcessor
programy.processors.post.formatpunctuation.FormatPunctuationProcessor
programy.processors.post.formatnumbers.FormatNumbersPostProcessor
programy.processors.post.multispaces.RemoveMultiSpacePostProcessor
programy.processors.post.removehtml.RemoveHTMLPostProcessor
programy.processors.post.consoleformat.ConsoleFormatPostProcessor
Clone this wiki locally