├── README.md ├── TensorFlow1.14.zip └── TensorFlow2.0 ├── Config.py ├── Entity_cluster ├── readme.md ├── 中医证型.txt ├── 中成药成份.txt ├── 症状.txt └── 西药成份.txt ├── Main.py ├── Models.py ├── README.md └── Triple ├── HaoXinQing └── triple.txt └── XunYiWenYao └── triple.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/README.md -------------------------------------------------------------------------------- /TensorFlow1.14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow1.14.zip -------------------------------------------------------------------------------- /TensorFlow2.0/Config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Config.py -------------------------------------------------------------------------------- /TensorFlow2.0/Entity_cluster/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Entity_cluster/readme.md -------------------------------------------------------------------------------- /TensorFlow2.0/Entity_cluster/中医证型.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Entity_cluster/中医证型.txt -------------------------------------------------------------------------------- /TensorFlow2.0/Entity_cluster/中成药成份.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Entity_cluster/中成药成份.txt -------------------------------------------------------------------------------- /TensorFlow2.0/Entity_cluster/症状.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Entity_cluster/症状.txt -------------------------------------------------------------------------------- /TensorFlow2.0/Entity_cluster/西药成份.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Entity_cluster/西药成份.txt -------------------------------------------------------------------------------- /TensorFlow2.0/Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Main.py -------------------------------------------------------------------------------- /TensorFlow2.0/Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Models.py -------------------------------------------------------------------------------- /TensorFlow2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/README.md -------------------------------------------------------------------------------- /TensorFlow2.0/Triple/HaoXinQing/triple.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Triple/HaoXinQing/triple.txt -------------------------------------------------------------------------------- /TensorFlow2.0/Triple/XunYiWenYao/triple.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhaoLiang-GitHub/GraphEmbedding-TransX/HEAD/TensorFlow2.0/Triple/XunYiWenYao/triple.txt --------------------------------------------------------------------------------