thunlp / JointNRE

Joint Neural Relation Extraction with Text and KGs
MIT License
187 stars 36 forks source link

Any implementation of this code in python 3.6 ? #15

Closed 786country closed 4 years ago

786country commented 5 years ago

is there any reason for this code not being in python 3.x?

yzho0907 commented 5 years ago

one of the reasons might be ctypes in python3.x is a bit different than its in python2.x, if some fix in init.cpp then sh make.sh again, u should be able to run it in python3.x.