-
# Situationsbeschreibung
Wir nutzen den Recommender in Verbindung mit Inception und der AHD. Wie in der Dokumentation beschrieben, wird empfohlen, den Recommender erst nach dem Start der AHD zu start…
-
I think the line below
https://github.com/inception-project/inception-external-recommender/blob/41d894c05053720d2b37510568d11d36433c3cf9/ariadne/contrib/sklearn.py#L92
should be
`if token.beg…
-
**Is your feature request related to a problem? Please describe.**
We now have several external recommender. We do not test them automaticaly against INCEpTION right now, which might lead to breaking…
-
**Is your feature request related to a problem? Please describe.**
When creating an recommender, it is required to check whether it can be reached by INCEpTION. Right now, one needs to create it, go …
-
**Describe the refactoring action**
Right now, the external recommender REST API is a bit hidden in the dev documentation. It would be nice to move it to its own document. Needs changes in inception …
-
**Is your feature request related to a problem? Please describe.**
It is not documented but from observations the recommender (at least those built-in) appear to provide a per user instance (for the …
-
**Is your feature request related to a problem? Please describe.**
Right now, the training of recommenders in INCEpTION is syncronous for a user, i.e. configured recommenders are trained one after a…
-
**Is your feature request related to a problem? Please describe.**
The "knowledge base" is a very useful feature in creating ontologies. However, it may initially be designed to work with external bu…
-
I am trying to capture quotes using spacy and textcy. The quotes are getting extracte But I am not able to put it back on the UI
```
def predict_quote(prediction_request: PredictionRequest) -> Pr…
-
**Is your feature request related to a problem? Please describe.**
I would like to add a recommender that is able to make recommendations based on regular expressions.
In particular i need a reco…