├── .gitignore ├── LICENSE ├── README.md ├── char_embed.txt ├── getBert_embed.py └── get_100dim_embed.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/README.md -------------------------------------------------------------------------------- /char_embed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/char_embed.txt -------------------------------------------------------------------------------- /getBert_embed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/getBert_embed.py -------------------------------------------------------------------------------- /get_100dim_embed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singaln/Chinese-BertWord-Embedding/HEAD/get_100dim_embed.py --------------------------------------------------------------------------------