nel
nel copied to clipboard
request for further documentation
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
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,
Hi,Hi, thanks again for making available the source code of your project. Where is example ? ①install sift ②build model ③?
Best
Installing sift: https://github.com/wikilinks/sift
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
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.