nel icon indicating copy to clipboard operation
nel copied to clipboard

request for further documentation

Open josefkr opened this issue 8 years ago • 5 comments

Hi ,

first thanks for making this available! I was wondering if you could add a bit more documentation. I am interested both in command line use and in programmatic use. I know there's a help option but that info is very sparse.

An example illustrating something like a practical run-through from preparing a corpus all the way to performing linking on a new document would be really great to see. Thanks, Josef

josefkr avatar Feb 22 '17 14:02 josefkr

Hey, Much thanks and respect for the contributors of this sophisticated framework. I totally agree, additional documentation is highly needed and would be really appreciated.

Best,

user144amal avatar Jan 26 '18 22:01 user144amal

Hi,Hi, thanks again for making available the source code of your project. Where is example ? ①install sift ②build model ③?

Best

YolandaRay avatar Apr 01 '18 01:04 YolandaRay

Installing sift: https://github.com/wikilinks/sift

user144amal avatar Apr 06 '18 17:04 user144amal

The readmes for nel and sift document installation.

Best demo of a full run through (building models with sift + training and then running an entity linker) is the notebook: https://github.com/wikilinks/nel/blob/master/notebooks/train.ipynb

andychisholm avatar Apr 07 '18 03:04 andychisholm

Thank you Andy. Dumps are usually huge, I would like to know how to store to redis incrementally? is it possible by using this line os.environ['NEL_DATASTORE_URI'] = 'redis://localhost' for every chunk? Thank you again.

userofgithub1 avatar Apr 07 '18 06:04 userofgithub1