-
spaCy has built-in automatically tokenization action before POS or NER when loading Chinese language model such as zh_core_web_sm. But in the function predict() in the class [SpacyNerClassifier](http…
-
**Describe the bug**
I have inception and an external recommender servers running on one machine. External recommender is started as an #[aridne server](https://github.com/inception-project/incepti…
-
It would be great if it were possible to modify the borders of a span annotation without having to delete it. This is especially important if there are edges connecting spans, since modifying the bord…
-
Below error came while converting CAS added annotation data to xmi format using to_xmi() function. Error as below ,
File "C:\working\inception-external-recommender-master\inception-external-re…
-
I have an automation project containing about 100 documents of about 4 sentences each, which does not seem to be excessive.
Manually adding a tag takes **more than 10 seconds**.
Investigation show…
-
I have a question on how the active learner works. I understand that it uses `uncertainty sampling`, and from reading the code, it appears to use margin-based sampling - i.e. https://www.sciencedirect…
-
It would be nice to have recommender that can predict relations. In INCEpTION, there are 4 types of layers that could be predicted:
1. Relations #1239
2. Predicate-Argument Structures
3. Corefere…
-
**Bug when deleting documents**
Hi,
I get an error message, when trying to delete whatever document as admin (Inc. version 23.5):
Would appreciate any help,
**To Reproduce**
1. Go to 'set…
-
When the app is run on a remote cloud instance, trying to access (with INCEpTION) gives:
Failed: Request was not successful: [400] - [Unsupported upgrade request.]
The common fix doesn't work (un…
-
An external recommender cannot set a confidence score. So, active learning is useless when external recommenders are used.
The method getScoreFeature in the class ExternalRecommender returns a Opti…