bioasq
bioasq copied to clipboard
OAQA Biomedical Question Answering (BioASQ) System
Results
1
bioasq issues
Sort by
recently updated
recently updated
newest added
This bug appear when some candidate answer variant don't have head tokens. After the first stream pipeline, `Set heads = TypeUtil.getCandidateAnswerVariants(jcas).stream() .map(TypeUtil::getCandidateAnswerOccurrences).flatMap(Collection::stream) .map(TypeUtil::getHeadTokenOfAnnotation).collect(toSet());` one token is null ( only one...