inception-project / inception-external-recommender

Get annotation suggestions for the INCEpTION text annotation platform from spaCy, Sentence BERT, scikit-learn and more. Runs as a web-service compatible with the external recommender API of INCEpTION.
Apache License 2.0
40 stars 19 forks source link

Placement of recommenders in the source tree #5

Closed reckart closed 3 years ago

reckart commented 4 years ago

The recommender implementations currently seem to be a bit hidden under ariadne/contrib. People might rather look for them under examples or scripts. Is there a sensible way to make them more "prominent"?

Might also be nice to add a table overview over the available implementations to the README

jcklie commented 4 years ago

If you move it somewhere else, then you cannot import them anymore.

jcklie commented 4 years ago

I can rename it from contrib to examples, but for me these are not examples but actual usable recommenders that you do not need to touch in order to use them in production.

jcklie commented 4 years ago

I called it contrib because that it is how tensorflow calls it.