Closed dedztbh closed 2 years ago
As issue #92 mentioned, reading all lines into the memory beforehand could cause potential OOM for large corpus. It's better to directly process each line while reading it of the corpus.
Thanks,I'll reply you soon
As issue #92 mentioned, reading all lines into the memory beforehand could cause potential OOM for large corpus. It's better to directly process each line while reading it of the corpus.