Skip to content

Text Reading: Troubleshooting

Maria (Masha) Alexeeva edited this page Dec 19, 2021 · 1 revision

Conflicts between config files

There are three /conf files in the Text Reading /src directory: reference.conf (contains some default settings), application.conf(the settings here overwrite settings defined in reference.conf) and test.conf (sources application.conf, but has some settings modified in a way appropriate for testing, e.g., preprocessorType should be set to PassThrough in testing because the test sentences do not need to be cleaned up like some input files do). If some tests are breaking for no obvious reason, make sure that there is no mismatch in settings that impact extraction between the application.conf and test.conf), e.g., enableExpansion is enabled in both and validArgs is assigned the same list of arguments. What settings need to match or not match is a judgment call by the maintainer and will depend on modification done to the text reading pipeline in the future.

Clone this wiki locally