Original Code Source:
	https://github.com/thunlp/KB2E

Train:
	You can change the value of alpha in Train_TransH.cpp

	make
	./Train_TransH train_example.txt 404 437
	(404 is no. of nodes, 437 is no. of edges)

	You will get entity2id and relation2id --> embedding results

Test:
	python3 test_TransH.py test_example.txt

	You will get result.txt --> confusion matrix and F1, Precision, Recall and Accuracy
