首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Python和安全那些事

    Python人工智能 | 二十六.基于BiLSTM-CRF的医学命名实体识别研究(上)数据预处理

    #前后都是标点符号 continue if text[idx-1].isspace() and text[idx-2].isspace() and text[idx 两个空格+字母 if text[idx-1].isspace() and text[idx-3].isupper(): continue #前后都是标点符号 continue if text[idx-1].isspace() and text[idx-2].isspace() and text[idx 两个空格+字母 if text[idx-1].isspace() and text[idx-3].isupper(): continue 两个空格+字母 if text[idx-1].isspace() and text[idx-3].isupper(): continue

    2K12编辑于 2024-06-07
领券