Closed rmlockwood closed 1 month ago
Something went wrong in the merge process for the replacement editor. https://github.com/rmlockwood/FLExTrans/blob/master/ExtractBilingualLexicon.py#L551 calls processSpaces
but that function should have been deleted.
fixed in PR #740
If I have a two word entry in my source lexicon and link it to a word in the target lexicon, when the bilingual lexicon gets built, the xml is getting messed up. Here's a sample line:
<e w="1"><p><l>zu<b/>hause1.1<s n="n" /></l><r>bil1.1<s n="n" /></r></p></e>
I expected it to be:
<e w="1"><p><l>zu<b/>hause1.1<s n="n" /></l><r>bil1.1<s n="n" /></r></p></e>
see example files here: https://drive.google.com/drive/folders/1TxMwc9N4MyAO9i9MKuWilvEY40WZ2mHz?usp=drive_link