ambuda-org / vidyut

Infrastructure for Sanskrit software. For Python bindings, see `vidyut-py`.
48 stars 21 forks source link

[kosha] Refactor `Kosha` logic into a new `MultiFst` class #43

Open akprasad opened 1 year ago

akprasad commented 1 year ago

MultiFst should handle duplicate keys and do mst of the heavy lifting. Kosha should then be a thin wrapper over MultiFst.

Use cases:

Technical blockers