Skip to content

金额读成数字问题 #283

Description

@dawenxi-only

在执行以下代码:
from tn.chinese.normalizer import Normalizer
normalizer = Nrmalizer()
text = '起始金额一共有500、1000两个金额档'
text_norm = normalizer.normalize(text)

输出text_norm为:起始金额一共有五零零、一千两个金额档。
将500读成了五零零,希望读成五百。

请问怎么正确的将500读成五百

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions