njzheng
njzheng
Hi, I have a question. In the following link, it said the tool can support long sound files accompanied by TextGrids: https://montreal-forced-aligner.readthedocs.io/en/latest/data_format.html#textgrid-format Can I know how the input TextGrid looks...
## ❓ Questions and Help #### Code ``` from fun_text_processing.text_normalization.normalize import Normalizer normalizer = Normalizer(input_case='cased', whitelist=None, lang='zh') text = "取第99%的那个值作为TP99的值。" text = normalizer.normalize( text, verbose=False, punct_pre_process=True, punct_post_process=False, ) #取第百分之九十九的那个值作为T九十九博茨瓦纳普拉的值。 ```...
### Search before asking - [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 数据库中有三个文件都是关于发烧的病例,但是各自有不同的病因或者治疗方法, 希望能够查找关于“发烧”的病例,然后找出他们的不同点的特征属性,比如“病因”、“治疗方法”等。 最好有一个清晰树状图,体现这些数据库中的案例的关系。 ### Are you willing to submit PR?...