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

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

	make
	./Train_TransR 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_TransR.py test_example.txt

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