-
Notifications
You must be signed in to change notification settings - Fork 4
Description
During our (with @leoalenc) work in the Portuguese Grammar, we have started using the sentences from the https://github.com/delph-in/docs/wiki/MatrixMrsTestSuite to test the grammar. Actually, their translations to Portuguese (revised from https://github.com/delph-in/docs/wiki/MatrixMrsTestSuitePt) . Some examples were manually added in the Matrix customization system in the Test Sentences
form. Latter, @leoalenc create some more sentences directly in a local file, called my-test_sentences.txt, to avoid the trouble to add them in the form just to have them saved back in the txt file during the grammar generation from the Matrix.
I am now looking for a more efficient way to deal with the test sets. Page https://github.com/delph-in/docs/wiki/MatrixDoc_TestSentences is incomplete, I suppose that profiles is the right way to go, but I am looking for advice on how to use profiles during grammar development and in particular, if there is any special support for profiles in the Matrix or any special way to work with profiles in a matrix-based grammar.
@danflick, any suggestion about how to work with profiles instead of text files during grammar development?
(Maybe related to #17)