公告板
版本库
filestore
活动
搜索
登录
main
/
KnowledgeBase
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
生成数据库
lyg
2 天以前
22f370322412074174cde20ecfd14ec03657ab63
[KnowledgeBase.git]
/
testcases
/
test_doc_db_helper.py
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
#
# @author:
# @date:
# @version:
# @description:
from knowledgebase.db.doc_db_helper import doc_dbh
def test():
text = doc_dbh.get_text_with_entities(['遥控包格式'])
print(text)