FEL icon indicating copy to clipboard operation
FEL copied to clipboard

about EntityContextFastEntityLinker - input parameter

Open huaweiDu opened this issue 6 years ago • 1 comments

Hi, I want to know that the EntityContextFastEntityLinker class "Word vectors file" and "Entities word vectors file" are the same file?

new FlaggedOption( "hash", JSAP.STRING_PARSER, JSAP.NO_DEFAULT, JSAP.REQUIRED, 'h', "hash", "quasi succint hash" ),
new FlaggedOption( "vectors", JSAP.STRING_PARSER, JSAP.NO_DEFAULT, JSAP.REQUIRED, 'v', "vectors", "Word vectors file" ),
new FlaggedOption( "entities", JSAP.STRING_PARSER, JSAP.NO_DEFAULT, JSAP.REQUIRED, 'e', "entities", "Entities word vectors file" )

Thanks!

huaweiDu avatar Apr 09 '19 07:04 huaweiDu

You may try with the same.

aasish avatar Apr 17 '19 02:04 aasish