allenai / allennlp-semparse

A framework for building semantic parsers (including neural module networks) with AllenNLP, built by the authors of AllenNLP
Apache License 2.0
107 stars 24 forks source link

Question about workflow #5

Closed nitishgupta closed 5 years ago

nitishgupta commented 5 years ago

Hi, I have a question about expected/suggested workflow for a project using allennlp and this new repository.

AFAIU, this is not a PyPI project. Is one expected to make this repo a submodule of a project's code? Is there some other prescribed method?

matt-gardner commented 5 years ago

We will make it pip installable soon, before we release AllenNLP 1.0. So, longer term, you should just pip install the library and use it that way. Or you could fork the repo and use it as you wish.

For your projects, though, I would like for them to be merged in here once they are ready to be shared publicly, if you're ok with that.

nitishgupta commented 5 years ago

Okay. Yes, I'd like them to be merged here as well.