PCNN
PCNN copied to clipboard
A neural architecture for relation extraction task implemented in Tensorflow.
When I run make download in the project. It can not download the dataset,I try to find the data in the net, but it shows that the data is drop....
def __iter__(self): niter = 0 with open(self.filename) as f: for line in f: niter += 1 if self.max_iter is not None and niter > self.max_iter: break word_idx, pos1, pos2 =...
hi,firstly thxs for you resource~ 1. what i wonder is i can't find where is the part of the raw paper mentioned "Multi-instance Learning", is it that you still use...
Hi, I was reviewing the data set and the number of sentences between the train.txt file of origin_data is different to the file that is in processed_data. I would like...
 Why do the results have same score ?
When I run evaluate.py, it has wrong about "AttributeError: 'Config' object has no attribute 'processing_tag'." Could you please tell me how can I solve it? Thank you! The detail is...