I think the line below https://github.com/inception-project/inception-external-recommender/blob/41d894c05053720d2b37510568d11d36433c3cf9/ariadne/contrib/sklearn.py#L92 should be `if token.begin >= annotation.begin and token.end <= annotation.end:`
I think the line below
inception-external-recommender/ariadne/contrib/sklearn.py
Line 92 in 41d894c
should be
if token.begin >= annotation.begin and token.end <= annotation.end: