You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

embed_loader.py 222 B

7 years ago
12345678
  1. from loader.base_loader import BaseLoader
  2. class EmbedLoader(BaseLoader):
  3. """docstring for EmbedLoader"""
  4. def __init__(self, data_name, data_path):
  5. super(EmbedLoader, self).__init__(data_name, data_path)

一款轻量级的自然语言处理(NLP)工具包,目标是减少用户项目中的工程型代码,例如数据处理循环、训练循环、多卡运行等