Hi all,   Looking at the 5.0 repo, there's a compilation error across many
projects because what is being imported as
*org.apache.ctakes.contexttokenizer.ae.**

is actually located in package
*org.apache.ctakes.context.tokenizer.ae
<http://org.apache.ctakes.context.tokenizer.ae>*
and the maven artifact is declared as
*<artifactId>ctakes-context-tokenizer</artifactId>*

I've changed the import statements in 13 files, but if there's anyone who
feels strongly that I should leave those alone and change the package &
folder instead, let me know.

DId anyone else notice this too?

Peter

Reply via email to