FEL
FEL copied to clipboard
Fast Entity Linker Toolkit for training models to link entities to KnowledgeBase (Wikipedia) in documents and queries.
https://github.com/yahoo/FEL/blob/cd4de0013f10d8ec2a6b02447f06c4132f439b18/src/main/java/com/yahoo/semsearch/fastlinking/w2v/EmbeddingsServer.java#L32
Hi, I've come up with the following question. When running FastEntityLinker for a question, it will return entity mentions with score and id. What is the id referring to? I've...
Hi, I want to know that the EntityContextFastEntityLinker class "Word vectors file" and "Entities word vectors file" are the same file? ``` java new FlaggedOption( "hash", JSAP.STRING_PARSER, JSAP.NO_DEFAULT, JSAP.REQUIRED, 'h',...
Hi, I would like to use the entity linker and I am trying to get the datasets from the links given in the readme file. If I log in with...
Dear aasish: Thanks for your contribution over entity linking. It is a good tool for entity linking. After reading your paper and the codes, I find that the FastEntityLinker Class...
Hi I am following the steps provided [here](https://github.com/yahoo/FEL/blob/master/src/main/java/com/yahoo/semsearch/fastlinking/io/README.md) to train my model. I have pre-processed the datapack. But when I am trying to "Build Data Structures and extract anchor text",...
Thank you for providing the code. We were trying out to mine wikipedia using [this shell script](https://github.com/yahoo/FEL/blob/d6050b26cd7e6beb9ba0714e6461b392973014f6/src/main/bash/mine-datapack.sh) for our entity linker using the dump for 2018/05/01. We were able to...
How can I use FEL on my own ontology, rather than using wikipedia ?
Can I run the FEL without Hadoop, if yes, how can I run it?
Is "mvn exec:java -Dexec.mainClass=com.yahoo.semsearch.fastlinking.FastEntityLinker -Dexec.args=“zh/chinese-dec15.hash" the right command to do fastlinking of Chinese? I run that command and got into the interactive shell. But when I input some sentence, it...