1 Star 0 Fork 0

医学联盟 / 医学AInlp

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

医学AInlp

介绍

医疗人工智能nlp

软件架构

bm25 是一种用来评价搜索词和文档之间相关性的算法,它是一种基于概率检索模型提出的算法。
bm25算法:我们有一个query和一批文档Ds,现在要计算query和每篇文档D之间的相关性分数,我们的做法是,先对query进行切分,得到单词$q_i$,然后单词的分数由3部分组成:

  • 单词$q_i$和D之间的相关性
  • 单词$q_i$和D之间的相关性
  • 每个单词的权重
  • 最后对于每个单词的分数我们做一个求和,就得到了query和文档之间的分数

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

About

医疗人工智能nlp expand collapse
Python and 2 more languages
MulanPSL-2.0
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Python
1
https://gitee.com/medical-alliance/medical-AI-nlp.git
git@gitee.com:medical-alliance/medical-AI-nlp.git
medical-alliance
medical-AI-nlp
医学AInlp
master

Search