Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.
45
stars
8
forks
source link
Remove mutex and unused methods in VocabIndexer #48
Closed
guillaumekln closed 3 years ago
The
VocabIndexer
is only mutated when building the suffix array, but the construction is sequential so there is no need to make the class thread-safe.