├── README.md ├── code ├── input_data.py ├── main.py ├── model.py └── tool.py └── data └── nlu_data ├── test.txt ├── train_shuffle.txt └── wiki.en.vec /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/README.md -------------------------------------------------------------------------------- /code/input_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/code/input_data.py -------------------------------------------------------------------------------- /code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/code/main.py -------------------------------------------------------------------------------- /code/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/code/model.py -------------------------------------------------------------------------------- /code/tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/code/tool.py -------------------------------------------------------------------------------- /data/nlu_data/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/data/nlu_data/test.txt -------------------------------------------------------------------------------- /data/nlu_data/train_shuffle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/data/nlu_data/train_shuffle.txt -------------------------------------------------------------------------------- /data/nlu_data/wiki.en.vec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congyingxia/ZeroShotCapsule/HEAD/data/nlu_data/wiki.en.vec --------------------------------------------------------------------------------