This repository contains Recursive Neural Networks implemented with Tensorflow.
-
Get glove.840B.300d.txt
-
Run
import conll_utils
conll_utils.extract_glove_embeddings()- You should see glove_word.npy and glove_embedding.npy
The dataset and the imported load_conll.py was provided to me by Jheng-Long Wu (jlwu@iis.sinica.edu.tw).
In conll_utils.py:
sys.path.append("../CONLL2012-intern")
from load_conll import load_dataIn conll.py:
data_path = "../CONLL2012-intern/conll-2012/v4/data"Run
python conll.py