-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't parse a usfm file that uses .GRK as the file extension. #604
Comments
Does this issue belong in the silnlp repo, @davidbaines? |
I am assuming that this is a USFM parsing issue that needs to be addressed both here (in Machine) and in Machine.py. Would this be a good one for @mudiagaobrikisil? |
Yes, I thought we're using the Machine / Machine.py USFM parser in silnlp.
I saw the problem in silnlp but thought that it would be in Machine that it
needs to be resolved.
…On Tue, 3 Dec 2024 at 01:54, John Lambert ***@***.***> wrote:
I am assuming that this is a USFM parsing issue that needs to be addressed
both here (in Machine) and in Machine.py. Would this be a good one for
@mudiagaobrikisil <https://github.com/mudiagaobrikisil>?
—
Reply to this email directly, view it on GitHub
<#604>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAH3UNI5JUPJDQOJBULWGT2DUFMNAVCNFSM6AAAAABQOGXZYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJTGM3DKOJXGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This seems to be an issue in silnlp. I will transfer the issue to silnlp. |
ddaspit
added
bug
Something isn't working
and removed
bug
Something isn't working
labels
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The file extension is given in the project's Settings.XML file and typically includes ".SFM" in the 'PostPart' of the file name.
<Naming PrePart="" PostPart="usNIV11.SFM" BookNameForm="41MAT" />
For the Greek resource the USFM files have '.GRK' as their file extension and the line in the Settings.XML is:
Naming PostPart=".GRK" BookNameForm="41MAT"></Naming>
Using silnlp.common.check_books to check the GRK project fails to find any SFM files.
The Danish Bible DBSV uses '.PT7' as the file extension for the USFM files. These can't be found by the check_books script though the line in the settings file seems to be correct:
<Naming PrePart="" PostPart="DBSV.PT7" BookNameForm="41MAT" />
The text was updated successfully, but these errors were encountered: