You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From issue 543 in SILNLP: "machine/corpora/paratext_project_settings_parser_base.py treats the BiblicalTermsListSetting element in the Settings.xml file as a mandatory element. While Paratext projects will have this element, it is sometimes necessary to work with projects that do not have any Settings.xml file, and a simple Settings.xml file must be hand-constructed for it. Treating the BiblicalTermsListSetting element as mandatory means that this is another XML element that has to be provided in the hand-constructed file.
Treating this as optional file (perhaps with a warning message) would be convenient."
Since machine.py will be changing, we'll need to make a corresponding change in Machine in src/SIL.Machine/Corpora/ParatextProjectSettingsParserBase.cs.
The text was updated successfully, but these errors were encountered:
From issue 543 in SILNLP: "machine/corpora/paratext_project_settings_parser_base.py treats the BiblicalTermsListSetting element in the Settings.xml file as a mandatory element. While Paratext projects will have this element, it is sometimes necessary to work with projects that do not have any Settings.xml file, and a simple Settings.xml file must be hand-constructed for it. Treating the BiblicalTermsListSetting element as mandatory means that this is another XML element that has to be provided in the hand-constructed file.
Treating this as optional file (perhaps with a warning message) would be convenient."
Since machine.py will be changing, we'll need to make a corresponding change in Machine in
src/SIL.Machine/Corpora/ParatextProjectSettingsParserBase.cs
.The text was updated successfully, but these errors were encountered: