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', "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!
Hi,
I want to know that the EntityContextFastEntityLinker class "Word vectors file" and "Entities word vectors file" are the same file?
Thanks!