-
Hi @gandhirajan ,
On using maven packaging with 'ctakes-rest-service' throws error..is there any documentation available
D:\cTakes\ctakes-rest-service-master\ctakes-rest-service>mvn package
[IN…
-
I'm running one `CoreNLP` instance in my system. I was using english only, so the parser, the taggers worked as expected.
Now I'm using more than a language:
```
├── stanford-arabic-corenlp-201…
-
The example code from the README file for Scala keeps throwing OutOfMemoryError with default SBT parameters.
I remember that I have previously used this library without making any changes to JVM para…
-
```
I received the following feedback from a developer new to UIMA, NLP, and
machine learning - though otherwise very sharp. I think it would be
worthwhile to address all of the points that he makes.…
-
```
I received the following feedback from a developer new to UIMA, NLP, and
machine learning - though otherwise very sharp. I think it would be
worthwhile to address all of the points that he makes.…
-
Hi
Every time I try and build the .jar files with mvn package it fails. I am including my full -e output below.
Thanks
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WA…
-
```
I received the following feedback from a developer new to UIMA, NLP, and
machine learning - though otherwise very sharp. I think it would be
worthwhile to address all of the points that he makes.…
-
```
I received the following feedback from a developer new to UIMA, NLP, and
machine learning - though otherwise very sharp. I think it would be
worthwhile to address all of the points that he makes.…
-
```
I received the following feedback from a developer new to UIMA, NLP, and
machine learning - though otherwise very sharp. I think it would be
worthwhile to address all of the points that he makes.…
-
Basic app:
``` scala
object Main extends App {
val proc:Processor = new CoreNLPProcessor(withDiscourse = true)
// the actual work is done here
val doc = proc.annotate("John Smith went to Chin…