文件名称:nbc
文件大小:330KB
文件格式:ZIP
更新时间:2024-04-08 03:31:17
Python
新布朗语料库 该存储库提供了使用New Brown Corpus数据集的数据和代码。要在线查看此数据集,请访问 依存关系 麻木 大熊猫 泡菜 tqdm argparse 下载 克隆此存储库 在项目目录中,下载并解压缩: ,必填) ,可选) 将您的NBC_ROOT环境变量设置为此目录。例如在Linux上,运行export NBC_ROOT=/path/to/nbc 如果一切设置正确,则应该可以正确运行nbc.py 用法 导入NBC类 import sys sys.path.append('path/to/nbc_parent_dir') from nbc.nbc import NBC 创建argparse参数以构造NBC对象。 import argparse parser = argparse.ArgumentParser() NBC.add_args(parser) a
【文件预览】:
nbc-master
----nbc_wrapper.py(4KB)
----.gitignore(66B)
----nbc.py(25KB)
----words.json(2MB)
----cache()
--------.gitignore(14B)
----README.md(2KB)
----config.py(3KB)
----__pycache__()
--------nbc.cpython-38.pyc(18KB)
--------nbc.cpython-37.pyc(10KB)
--------__init__.cpython-38.pyc(131B)
--------nbc_wrapper.cpython-38.pyc(3KB)
--------config.cpython-38.pyc(3KB)
--------__init__.cpython-37.pyc(124B)
----config()
--------.gitignore(20B)
--------autoencoder_Banana.json(140B)
--------hsmm_Cup.json(297B)
--------hsmm_LeftHand.json(302B)
--------autoencoder_Toy.json(137B)
--------nbc_Cup.json(480B)
--------nbc_Toy.json(480B)
--------hsmm_Bowl.json(298B)
--------nbc_RightHand.json(498B)
--------nbc_Book.json(483B)
--------hsmm_Book.json(298B)
--------autoencoder_Fork.json(138B)
--------generate_configs.py(2KB)
--------autoencoder_Bear.json(138B)
--------nbc_Ball.json(483B)
--------nbc_LeftHand.json(495B)
--------autoencoder_Knife.json(139B)
--------autoencoder_Apple.json(139B)
--------hsmm_Knife.json(299B)
--------hsmm_Bear.json(298B)
--------hsmm.json(293B)
--------nbc_Banana.json(489B)
--------nbc_Apple.json(486B)
--------autoencoder_Bowl.json(138B)
--------autoencoder_Spoon.json(139B)
--------hsmm_Spoon.json(299B)
--------hsmm_Toy.json(297B)
--------autoencoder_RightHand.json(143B)
--------hsmm_RightHand.json(303B)
--------nbc_Fork.json(483B)
--------autoencoder_LeftHand.json(142B)
--------autoencoder.json(133B)
--------autoencoder_Cup.json(137B)
--------nbc_Bowl.json(483B)
--------nbc_Bear.json(483B)
--------autoencoder_hands.json(161B)
--------hsmm_objs.json(306B)
--------nbc.json(410B)
--------hsmm_Ball.json(298B)
--------autoencoder_objs.json(357B)
--------hsmm_Apple.json(299B)
--------nbc_Knife.json(486B)
--------autoencoder_Ball.json(138B)
--------hsmm_Banana.json(300B)
--------autoencoder_Book.json(138B)
--------hsmm_Fork.json(298B)
--------nbc_Spoon.json(486B)
----actions.json(132KB)
----.gitignore.save(58B)