HI i am trying simple example from this official website of stanford CoreNLP example: https://stanfordnlp.github.io/CoreNLP/api.html
***** TokensRegexNERAnnotator ner.fine.regexner: Read 585586 unique entries from 2 files Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded at java.util.LinkedHashMap.newNode(Unknown Source) *****
i had tried all solutions available on net, but i am unable to resolve issue i had tried by increasing memory size in eclipse.ini file also tried by putting -Xms1024m in run configuration arguments. I am working on my thesis tool please help me out i am stuck i am using eclipse oxygen and stanford-corenlp-3.9.0
Thanks!