You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:What could explain the above error? Does the algorithm somehow use previously seen sentences?
The text was updated successfully, but these errors were encountered: