Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded #10

Open
nkrot opened this issue May 4, 2017 · 0 comments

Comments

@nkrot
Copy link

nkrot commented May 4, 2017

I am trying to evaluate GermaNER on the file full_train.tsv, more precisely on the first 3000 sentences. After almost 2 hrs, the following error is thrown:

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
    at java.util.Collections.singletonList(Collections.java:4789)
    at org.cleartk.ml.feature.extractor.CoveredTextExtractor.extract(CoveredTextExtractor.java:65)

What could explain the above error? Does the algorithm somehow use previously seen sentences?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant