Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ooco123's full-sized avatar

Block or report ooco123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Text_Matching Text_Matching Public

    Forked from JepsonWong/Text_Matching

    文本相似度计算/文本匹配

    2

  2. ccks2019_el ccks2019_el Public

    Forked from AlexYangLi/ccks2019_el

    CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案

    Python 1

  3. CCKScner CCKScner Public

    Forked from TJUNLP/CCKScner

    (分类)CCKS2019 面向中文电子病历的命名实体识别

    Python 1

  4. MedicalNamedEntityRecognition MedicalNamedEntityRecognition Public

    Forked from liuhuanyong/MedicalNamedEntityRecognition

    Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)…

    Python

  5. Chinese-clinical-NER Chinese-clinical-NER Public

    Forked from MenglinLu/Chinese-clinical-NER

    CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进…

    Python

  6. bert-sklearn bert-sklearn Public

    Forked from charles9n/bert-sklearn

    a sklearn wrapper for Google's BERT model

    Jupyter Notebook