xSpanFinder( _regex ) ) {
> finder.findSpans( jCas.getDocumentText() )
>.forEach( span ->
> builder
>.span( span )
> .build( jCas ) );
> } catch ( IllegalArgumentException iaE )
uild( jCas ) );
} catch ( IllegalArgumentException iaE ) {
throw new AnalysisEngineProcessException( iaE );
}
}
}
Sean
From: John Doe
Sent: Friday, May 28, 2021 10:45 AM
To: dev@ctakes.apache.org
Subject: How to find IdentifiedAnnotationBui
Hello,
I'm just wondering where IdentifiedAnnotationBuilder is located in the
ctakes lib. I see it in the source code in ctakes-core but I can't find it
in any of the maven dependency packages. I also extracted the ctakes-core
jar in CTAKES_HOME/lib and still didn't find it. Is there a simple way