bst-mug / acres

Acronym expansion module based on word embeddings and filtering rules
Apache License 2.0
1 stars 2 forks source link

ngramstat should be a generator #56

Open michelole opened 6 years ago

michelole commented 6 years ago

This should improve performance by reducing the amount of memory needed.

Related to #25 .