Open brucenelson6655 opened 6 years ago
for the ctakes server to work for cTakes 4.0 - pom.xml need to be edited with the properties ctakes.version set to 4.0.0 as opposed to 3.2.2.
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <scala.majorVersion>2.11</scala.majorVersion> <scala.minorVersion>.7</scala.minorVersion> <scalatest.version>2.2.2</scalatest.version> <junit.version>4.10</junit.version> <ctakes.version>4.0.0</ctakes.version> </properties>
where can we find the pom.xml file?
yes, only if the cTakes version is updated in pom.xml, you will get proper JSON reponse. pom.xml is available in the root directory of your ctakes server.
for the ctakes server to work for cTakes 4.0 - pom.xml need to be edited with the properties ctakes.version set to 4.0.0 as opposed to 3.2.2.