Closed kylebgorman closed 3 years ago
The inventory library is a central place where the inventories that will ultimately be used in various pronunciation grammars can be defined.
The utility library contains functions that may be used in various places. However it defines no grammar rules of its own.
Yes, you can call these from elsewhere using import. Since util.grm doesn't export any FSTs util.far is empty, but harmless.
import
util.far
The inventory library is a central place where the inventories that will ultimately be used in various pronunciation grammars can be defined.
The utility library contains functions that may be used in various places. However it defines no grammar rules of its own.