Vocinity / context-scorer

0 stars 1 forks source link

Homonym Composer data structures are hard to read in some places #7

Open isgursoy opened 2 years ago

isgursoy commented 2 years ago

I should name especially similarity map vectors, pairs etc.. (e.g. std::vector<std::vector<std::vector<std::pair<size_t, char>>>>) by converting them to individual structs/typedefs.