box-key / cyzil

A tool for fast and in-depth analysis of sequence generation model in Cython
Apache License 2.0
1 stars 0 forks source link

Merge count_ngram and get_overlap #10

Closed box-key closed 4 years ago

box-key commented 4 years ago

Right now, it counts ngrams for reference and candidate, then find the overlaps between them. But, I think this operation can be merged into one operation to make the program faster.