Skip to content

Releases: faithcomesbyhearing/fcbh-dataset-io

Keep Latin in Compare Report

05 Feb 22:59
Compare
Choose a tag to compare

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

05 Feb 21:15
Compare
Choose a tag to compare

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

05 Feb 21:45
Compare
Choose a tag to compare

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.