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
CG-3's memory use when parsing huge corpora tends to increase infinitely, but haven't ever been able to detect any leaks. Pretty sure it's because the corpus has a lot of unique words and tags, which CG-3 remembers forever. Need a way to LRU tags.
The text was updated successfully, but these errors were encountered:
CG-3's memory use when parsing huge corpora tends to increase infinitely, but haven't ever been able to detect any leaks. Pretty sure it's because the corpus has a lot of unique words and tags, which CG-3 remembers forever. Need a way to LRU tags.
The text was updated successfully, but these errors were encountered: