renaud / neuroNER

named entity recognizer for neuronal cells, based on UIMA Ruta rules
GNU Lesser General Public License v3.0
7 stars 8 forks source link

create an alpha release of neuroNER and put on pip #53

Open stripathy opened 8 years ago

renaud commented 8 years ago

could you take this over, as I don't have a need to create neuroNER releases (sorry)

stripathy commented 8 years ago

This pull request does most of what's needed for this: https://github.com/renaud/neuroNER/pull/61

I think all that's left is to update more of the metadata in setup.py to make pip happy.

tompollard commented 5 years ago

Hi @stripathy, this is a quick note to ask whether this project is still active on PyPI (https://pypi.org/project/neuroner/)?

It looks like it hasn't been updated in a while and we have a package with the same name that we plan to release!

No problem if so (just means coming up with new name and small refactor). Thought I'd ask on the off chance it was no longer needed :)

stripathy commented 5 years ago

Hi @tompollard - no, neuroner is not under active development but the package is currently being used in a few projects. So my preference would be to keep it as is (is there a downside to this?) and to kindly ask you to rename your package if possible.

tompollard commented 5 years ago

Thanks for the response, and sure we'll go with a new name. Out of interest, how would someone use the pip version of this package? Tried playing around but it doesn't seem to be importable.