Releases: faithcomesbyhearing/fcbh-dataset-io
Releases · faithcomesbyhearing/fcbh-dataset-io
Keep Latin in Compare Report
The audio proofing compare report has been changed to display uroman output only when the orthography is not Latin or extended Latin.
Fix Script Text Reading
The ability to read scripts from excel format was restored, after being broken by changes to the database.
Modularize to allow imports of parts of the system
The program has been modified to be organized into packages that can be exported without cloning the entire system. Now, using go get github.com/faithcomesbyhearing/fcbh-dataset-io/{package-name} one can obtains parts of the system.
In order that a client application could be developed, the package that produces the "compare" audio proofing report has been reorganized so that the data preparation is separated from the report itself. This will make it easy to develop other reports from the same data.