ispras / lingvodoc-react

Apache License 2.0
7 stars 11 forks source link

Phonology: optimization #1117

Closed vmonakhov closed 3 months ago

vmonakhov commented 3 months ago

Phonology computation should be optimized to escape extra and duplicated steps. So there are two separate modes: vowel_selection = True or False. But now we compute values for vowel_selection == True and next for vowel_selection == False. This way we have many waste computations, the modes should be divided.

vmonakhov commented 3 months ago

Phonology is optimized for vowel_selection modes. All the cases of phonology use are separated now for one or another mode.

2024-04-02_14-14-10