小编nlp*_*nlp的帖子

从文本文件中提取信息

我有一个文本文件,我想搜索如下标签:

<category="SpecificDisease">Type II human complement C2 deficiency</category>
<category="Modifier">Huntington disease</category>
<category="CompositeMention">hereditary breast and ovarian cancer</category>
<category="DiseaseClass">myopathy</category>
Run Code Online (Sandbox Code Playgroud)

并生成以下内容并将它们写入新的文本文件。

Type II human complement C2 deficiency
Huntington disease
hereditary breast and ovarian cancer
myopathy
Run Code Online (Sandbox Code Playgroud)

text-processing

3
推荐指数
1
解决办法
787
查看次数

标签 统计

text-processing ×1