Wondering if my command line is deficient. I've got a tagged NT that looks like this, (from line 1):
<GR>Βίβλος<Gr><EN> Book <En><WG976><WTN-NSF l="βίβλος">
Using BMC SQLite Edition 0.0.8, I use the command:
java -jar BMC.jar TheWord sblgnt.nt MyBibleZone sblgnt
The output on my Android phone, where MyBible is installed, is:
<wt>Βίβλος<WG976><WTN-NSF l="βίβλος">
- It shows the tag
<wt,
- it doesn't show the English
Book (which is good, I don't want it),
- it shows the strong's number as a clickable tag, which is perfect
- it show the entire morphology tag in plain text, which is not good.
- Clicking the strong's number brings up the definition, but it lacks the morphology parsing I expect.
So something is wrong with how the tags are being processed. Can I correct this?
Thanks very much.
Wondering if my command line is deficient. I've got a tagged NT that looks like this, (from line 1):
<GR>Βίβλος<Gr><EN> Book <En><WG976><WTN-NSF l="βίβλος">Using BMC SQLite Edition 0.0.8, I use the command:
java -jar BMC.jar TheWord sblgnt.nt MyBibleZone sblgntThe output on my Android phone, where MyBible is installed, is:
<wt>Βίβλος<WG976><WTN-NSF l="βίβλος"><wt,Book(which is good, I don't want it),So something is wrong with how the tags are being processed. Can I correct this?
Thanks very much.