Re: How to find IdentifiedAnnotationBuilder in build [EXTERNAL]

2021-05-28 Thread John Doe
xSpanFinder( _regex ) ) { > finder.findSpans( jCas.getDocumentText() ) >.forEach( span -> > builder >.span( span ) > .build( jCas ) ); > } catch ( IllegalArgumentException iaE )

Re: How to find IdentifiedAnnotationBuilder in build [EXTERNAL]

2021-05-28 Thread Finan, Sean
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

How to find IdentifiedAnnotationBuilder in build

2021-05-28 Thread John Doe
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