# -*- 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)