TanH

Results 6 repositories owned by TanH

NCPQA

15
Stars
3
Forks
Watchers

Datafountain-Epidemic government affairs quiz assistant competition. We divided this task into two parts: document retrieval and answer extraction. pytorch, Albert, and model fuision

tf-idf

16
Stars
0
Forks
Watchers

tf-idf 模型封装类,包含计算所有文档的tf-idf值,实现了基于tf-idf搜索引擎功能。根据query,计算与每个文档的相似度,返回与query相似度最高的topk文档

semantic-similarity

30
Stars
3
Forks
Watchers

semantic similarity, word2vec + wmd, bert+wmd, pytorch

Chid_Bert_baseline

18
Stars
2
Forks
Watchers

A based-bert baseline for Chinese idiom cloze test with pytorch.

Educational_system

98
Stars
9
Forks
Watchers

教务管理系统javaweb项目 运行环境:window系统,Apache Tomcat v7.0.84、JDK1.8 开发环境:J2EE eclipse、navicat for mysql 运用的技术:MVC设计模式、DAO模式、Servlet、JSP、Filter、MySQL数据库 该项目主要分为...

es_search

17
Stars
3
Forks
Watchers

python class for elasticsearch , including add, batch add, update, delete, query, and scan query. also with a demo that put Wikipedia into elasticsearch and query by keywords or sentence.