allenai / allennlp

An open-source NLP research library, built on PyTorch.

Home Page:http://www.allennlp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllenNLP-Light! πŸŽ‰ πŸ™‚

MaksymDel opened this issue Β· comments

I felt I would miss the AllenNLP modules and nn packages I had used for years. So recently, I factored them into a separate pip-installable lightweight repo: allennlp-light. I also updated them to be registered with AI2 Tango.

As the codes in modules and nn are grown-up, well-tested, and easy to extend, I believe the repo can sustain itself and be helpful in a read-only zero-maintenance mode!

To address copyright, I tried to figure out the right way. I added copyright notices to all files, but because the project is not under AI2's GitHub, I would prefer you to tell me if the name allennlp in the package name is all goodπŸ™‚.

@dirkgr @epwalsh, happy to hear your thoughts/suggestions on that and my little project overall!

commented

Hey @delmaksym this is absolutely awesome! Thank you so much for doing this. I'll tweet about this from the AllenNLP twitter account.

(and yes it's totally fine to have allennlp in the package name)

Thanks a lot @epwalsh! And thanks for adding a line to the list of alternatives on the README!