matthewfl / nlp-entity-convnet

Convolutional network for entity linking (Naacl 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to get working:

    pip install -r requirements.txt
    ./demo.sh


main parts of the program:

    exp_multi_conv_cosim.py
    runner.py
    evaluation.py
    helpers.py
    wikireader.py
    wordvecs.py


License:

    This code is licensed under LGPL v3 https://www.gnu.org/licenses/lgpl-3.0.html

About

Convolutional network for entity linking (Naacl 2016)


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%Language:Shell 0.0%