<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Caleb,<div class="">I was just typing up instructions on how to get it via the Module Manager.</div><div class=""><br class=""></div><div class="">I agree that the module is bad. I’ll take your word that it’s really bad, less than useless. I’m not sure how useful glossaries and dictionaries are in general to our users. Looking at the download statistics, they aren’t a hot ticket item.</div><div class=""><br class=""></div><div class="">The lookup takes your input, changes it to upper case (probably badly as Turkish has different rules for upper casing, e.g. dotted lower case i, if I remember) and looks for the nearest match in binary search order. When it doesn’t find it in the list, it returns the nearest to it. At least that is the intention.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">DM</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 5, 2016, at 1:56 PM, Caleb Maclennan &lt;<a href="mailto:caleb@alerque.com" class="">caleb@alerque.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class="">Disregard about the module, I found it in a different section of the module manager. So I have the ERtr_en module now, but as far as I can figure in Xephos it's useless. Turkish is an agglutinated language and almost no words in an actual text like the Bible appear in their root or stem form as found in a dictionary. Ergo no words (except a handful of conjunctions, numbers, etc. that sometimes have no suffixes) you click on to look up in the dictionary even have a chance of coming up with an actual meaning. Even if you know how to parse words and type the stems  into the dictionary lookup bar, it rarely has them and throws the closest match (Alphabetical? Levenshtein distance?) which is less than useless.<br class=""><br class=""></div>Unless I'm missing something, it might be just as well to disable the module as insult anybody that tries to use it with data this useless. Am I missing something? Is there a use-case that makes it worth trying to cleanup the character set issue? I'll still look into it if you say it's worth some time to do.<br class=""><br class=""></div><div class="">Caleb<br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jan 5, 2016 at 8:39 PM, Caleb Maclennan <span dir="ltr" class="">&lt;<a href="mailto:caleb@alerque.com" target="_blank" class="">caleb@alerque.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class="">DM,<br class=""><br class=""></div>Honestly I'm willing to put some effort into this if it will be beneficial to anybody using Turkish scriptures, but the Wayback Machine link you provided is not encouraging. Not only is the encoding garbage, but the data itself is rife with mistakes.Not a full minute of skimming it and I found several misspelled Turkish words (not just wrong encoding, actual misspellings) and outright bogus definitions. It's a very low quality data set. Is what's an the page representative of what is going to come out even if I dive down an archaic Windows rabbit hole and manage to surface with a properly encoded list? Is such a dictionary really helping anybody? It doesn't seem to have much in the way of Biblical/theological terminology anyway. Is this just for looking up word definitions in while reading a text or does it serve some purpose for cross referencing translations?<br class=""><br class=""></div><div class="">I have a copy of Xiphos handy, but for some reason Turkish isn't showing up in the dictionary modules available for download. Is this not in the default CrossWire repo?<span class="HOEnZb"><font color="#888888" class=""><br class=""></font></span></div><span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">Caleb<br class=""></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jan 5, 2016 at 8:11 PM, DM Smith <span dir="ltr" class="">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank" class="">dmsmith@crosswire.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Thanks Caleb,<div class=""><br class=""></div><div class="">I’m working on JSword which is the Java version of the SWORD engine. As such I run all the modules I can get my hands on through a process that reads all of each module reporting what it cannot handle. It was that effort that made me look closer at the module. Either the problem was in JSword or it was in the module.</div><div class=""><br class=""></div><div class="">With Peter, David and your input, we can safely say that it is the module’s problem.</div><div class=""><br class=""></div><div class="">Most front-ends don’t display the module as a list (i.e. browse the contents). Bible Desktop does. Most front-ends allow you to select a word and look it up in a dictionary. The Glossary modules allow you to look up a word in one language and display it in another. Bible Desktop doesn’t.</div><div class=""><br class=""></div><div class="">If you let us know which front-end you use, we can explain how to download the module for it and how to use it in that program.</div><div class=""><br class=""></div><div class="">The SWORD utility mod2imp will dump a module’s content in imp format. Since this module is a RawLD module, the *dat file is readable. In your modules folder it would be: modules/lexdict/rawld/glossaries/ertr_en/ertr_en.dat. The ertr_en.idx file is not readable as it is in a proprietary binary format.</div><div class=""><br class=""></div><div class="">While it certainly is possible to take the dump from mod2imp, edit it and rebuild the module, we prefer not to do that. What is best is to get the source again and create a module from it. And if the source was not the original location, it is best to identify the original and get it from there. In the case of our source, we got it from:</div><div class=""><a href="http://www.wordgumbo.com/al/tur/ertureng.htm" target="_blank" class="">http://www.wordgumbo.com/al/tur/ertureng.htm</a></div><div class="">Currently this site is down, so I found it via the Internet Wayback Machine:</div><div class=""><a href="https://web.archive.org/web/20131124010613/http://www.wordgumbo.com/al/tur/ertureng.htm" target="_blank" class="">https://web.archive.org/web/20131124010613/http://www.wordgumbo.com/al/tur/ertureng.htm</a></div><div class=""><br class=""></div><div class="">I noted that WordGumbo sourced the files from Ergane. That is the originator of the data and it can be found here:</div><div class=""><a href="http://download.travlang.com//" target="_blank" class="">http://download.travlang.com//</a></div><div class=""><br class=""></div><div class="">Ergane is software that runs under Windows only. It doesn’t run under Windows 10 (64-bit). I haven’t tried Windows 7 (64-bit). The software requires various zips to be installed to be useful. I downloaded one of the zip files and it contained an MDB file, which I’m pretty sure is a Windows database file, perhaps Access. From the website’s description of the program:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><span style="background-color:rgb(255,255,255)" class="">Ergane is a&nbsp;</span><a href="http://users.nccs.gov/~rickyk/scicomp/" target="_blank" class="">multilingual</a><span style="background-color:rgb(255,255,255)" class="">&nbsp;translation dictionary for Windows that uses the artificial language Esperanto to translate words and short expressions from one natural language to another. Ergane is a product of&nbsp;</span><a href="http://www.majstro.com/Bedrijf/contact_eng.html" target="_blank" class="">Majstro Aplikaĵoj</a><span style="background-color:rgb(255,255,255)" class="">.</span></blockquote></div><div class=""><br class=""></div><div class="">and</div><div class=""><blockquote type="cite" class=""><p class="">You won't need a&nbsp;<a href="https://cisonline.bu.edu/master-of-science-in-computer-information-systems/" target="_blank" class="">masters in computer science</a>&nbsp;to download Ergane ,but make sure you do have Windows.&nbsp;</p><p class="">Windows 95 or higher.</p></blockquote></div><div class="">Ideally, the output of the program for the Turkish to English needs to be obtained from it, converted into UTF-8, if it isn’t and a module source file created for it. Proof-reading is invaluable.</div><div class=""><br class=""></div><div class="">Let us know what you are willing to do.</div><div class=""><br class=""></div><div class="">In Him,</div><div class=""><span style="white-space:pre-wrap" class="">        </span>DM</div><div class=""><div class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jan 5, 2016, at 12:28 PM, Caleb Maclennan &lt;<a href="mailto:caleb@alerque.com" target="_blank" class="">caleb@alerque.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Hey DM,<br class=""><br class=""></div>I am fluent in Turkish and can help out here. That being said I'm a little confused what you're into here. Can you point me at where to see the source files for this in context and where it comes out in an app?<br class=""><br class="">It looks from the bits you pasted like a file somewhere along the line got read and interpreted with the wrong code-page. Of the text you pasted, all of it is wrong, but it is all off with a 1-to-1 character transpose that could make it right. All the "O"s are "İ" and all the "1"s are "I" in the dictionary list for example.<br class=""></div><br class=""></div>Caleb<br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jan 5, 2016 at 4:56 PM, DM Smith <span dir="ltr" class="">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank" class="">dmsmith@crosswire.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Does anyone know Turkish that can help figure out a problem I am having?<div class=""><br class=""></div><div class="">Background: In ASCII the first 32 characters (00 to 1F) are control characters and most are not valid for XML, but are valid for UTF-8.</div><div class=""><br class=""></div><div class="">In one of our modules, ERtr_en, I am seeing data such as:</div><div class="">For the 26th entry, the entry looks like</div><div class=""><span style="font-family:Monaco;font-size:11px" class=""><br class=""></span></div><div class=""><span style="font-family:Monaco;font-size:11px" class="">AUSTOS</span><span style="font-family:Monaco;font-size:11px;white-space:pre-wrap" class="">        </span><span style="font-family:Monaco;font-size:11px" class="">1. August&lt;br /&gt;</span></div><div class=""><br class=""></div><div class="">However, the key AUSTOS has a non-printable between A and U of the control character with the hex value 1F:</div><div class="">‘A’ ‘1F’ ‘U’ ’S’ ’T’ ‘O’ ’S’</div><div class=""><br class=""></div><div class="">What is the correct value?</div><div class=""><br class=""></div><div class="">Note: There are hundreds of such problems in this module. And I’m seeing such non-printables in many other modules from the same source (<a href="http://wordgumbo.com/" target="_blank" class="">wordgumbo.com</a>).</div><div class=""><br class=""></div><div class="">For those that are interested, here are the first entries in the dictionary, none of which see right to me (ran a few of the definitions through google translate):</div><div class=""><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">index<span style="white-space:pre-wrap" class="">        </span>offset<span style="white-space:pre-wrap" class="">        </span>size<span style="white-space:pre-wrap" class="">        </span>key<span style="white-space:pre-wrap" class="">        </span>value</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">0<span style="white-space:pre-wrap" class="">        </span>33132<span style="white-space:pre-wrap" class="">        </span>22<span style="white-space:pre-wrap" class="">        </span>0NCIL<span style="white-space:pre-wrap" class="">        </span>1. Bible&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">1<span style="white-space:pre-wrap" class="">        </span>33156<span style="white-space:pre-wrap" class="">        </span>72<span style="white-space:pre-wrap" class="">        </span>0NGILIZ<span style="white-space:pre-wrap" class="">        </span>1. English&lt;br /&gt;2. Englishman; Sassenach...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">2<span style="white-space:pre-wrap" class="">        </span>33260<span style="white-space:pre-wrap" class="">        </span>32<span style="white-space:pre-wrap" class="">        </span>0NGILIZ KAM1_1<span style="white-space:pre-wrap" class="">        </span>1. bamboo&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">3<span style="white-space:pre-wrap" class="">        </span>33230<span style="white-space:pre-wrap" class="">        </span>28<span style="white-space:pre-wrap" class="">        </span>0NGILIZCE<span style="white-space:pre-wrap" class="">        </span>1. English&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">4<span style="white-space:pre-wrap" class="">        </span>33294<span style="white-space:pre-wrap" class="">        </span>44<span style="white-space:pre-wrap" class="">        </span>0NGILTERE<span style="white-space:pre-wrap" class="">        </span>1. England&lt;br /&gt;2. England&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">5<span style="white-space:pre-wrap" class="">        </span>33340<span style="white-space:pre-wrap" class="">        </span>28<span style="white-space:pre-wrap" class="">        </span>0RAN<span style="white-space:pre-wrap" class="">        </span>1. Iran; Persia&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">6<span style="white-space:pre-wrap" class="">        </span>33370<span style="white-space:pre-wrap" class="">        </span>25<span style="white-space:pre-wrap" class="">        </span>0RANL1<span style="white-space:pre-wrap" class="">        </span>1. Iranian&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">7<span style="white-space:pre-wrap" class="">        </span>33397<span style="white-space:pre-wrap" class="">        </span>26<span style="white-space:pre-wrap" class="">        </span>0RLANDA<span style="white-space:pre-wrap" class="">        </span>1. Ireland&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">8<span style="white-space:pre-wrap" class="">        </span>33425<span style="white-space:pre-wrap" class="">        </span>43<span style="white-space:pre-wrap" class="">        </span>0RLANDAL1<span style="white-space:pre-wrap" class="">        </span>1. Irish&lt;br /&gt;2. Irishman&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">9<span style="white-space:pre-wrap" class="">        </span>33470<span style="white-space:pre-wrap" class="">        </span>21<span style="white-space:pre-wrap" class="">        </span>0SA<span style="white-space:pre-wrap" class="">        </span>1. Christ&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">10<span style="white-space:pre-wrap" class="">        </span>33493<span style="white-space:pre-wrap" class="">        </span>22<span style="white-space:pre-wrap" class="">        </span>0SLAM<span style="white-space:pre-wrap" class="">        </span>1. Islam&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">11<span style="white-space:pre-wrap" class="">        </span>33517<span style="white-space:pre-wrap" class="">        </span>24<span style="white-space:pre-wrap" class="">        </span>0SPANYA<span style="white-space:pre-wrap" class="">        </span>1. Spain&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">12<span style="white-space:pre-wrap" class="">        </span>33543<span style="white-space:pre-wrap" class="">        </span>28<span style="white-space:pre-wrap" class="">        </span>0SPANYOL<span style="white-space:pre-wrap" class="">        </span>1. Spaniard&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">13<span style="white-space:pre-wrap" class="">        </span>33573<span style="white-space:pre-wrap" class="">        </span>39<span style="white-space:pre-wrap" class="">        </span>0SRAIL<span style="white-space:pre-wrap" class="">        </span>1. Israel&lt;br /&gt;2. Israel&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">14<span style="white-space:pre-wrap" class="">        </span>33614<span style="white-space:pre-wrap" class="">        </span>28<span style="white-space:pre-wrap" class="">        </span>0STANBUL<span style="white-space:pre-wrap" class="">        </span>1. Istanbul&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">15<span style="white-space:pre-wrap" class="">        </span>33644<span style="white-space:pre-wrap" class="">        </span>24<span style="white-space:pre-wrap" class="">        </span>0SVEÇ<span style="white-space:pre-wrap" class="">        </span>1. Sweden&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">16<span style="white-space:pre-wrap" class="">        </span>33670<span style="white-space:pre-wrap" class="">        </span>41<span style="white-space:pre-wrap" class="">        </span>0SVEÇLI<span style="white-space:pre-wrap" class="">        </span>1. Swedish&lt;br /&gt;2. Swede&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">17<span style="white-space:pre-wrap" class="">        </span>33713<span style="white-space:pre-wrap" class="">        </span>31<span style="white-space:pre-wrap" class="">        </span>0SVIÇRE<span style="white-space:pre-wrap" class="">        </span>1. Switzerland&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">18<span style="white-space:pre-wrap" class="">        </span>33746<span style="white-space:pre-wrap" class="">        </span>41<span style="white-space:pre-wrap" class="">        </span>0SVIÇRELI<span style="white-space:pre-wrap" class="">        </span>1. Swiss&lt;br /&gt;2. Swiss&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">19<span style="white-space:pre-wrap" class="">        </span>33789<span style="white-space:pre-wrap" class="">        </span>23<span style="white-space:pre-wrap" class="">        </span>0TALYA<span style="white-space:pre-wrap" class="">        </span>1. Italy&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">20<span style="white-space:pre-wrap" class="">        </span>33814<span style="white-space:pre-wrap" class="">        </span>42<span style="white-space:pre-wrap" class="">        </span>0TALYAN<span style="white-space:pre-wrap" class="">        </span>1. Italian&lt;br /&gt;2. Italian&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">21<span style="white-space:pre-wrap" class="">        </span>33858<span style="white-space:pre-wrap" class="">        </span>44<span style="white-space:pre-wrap" class="">        </span>0TALYANCA<span style="white-space:pre-wrap" class="">        </span>1. Italian&lt;br /&gt;2. Italian&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">22<span style="white-space:pre-wrap" class="">        </span>33904<span style="white-space:pre-wrap" class="">        </span>26<span style="white-space:pre-wrap" class="">        </span>0ZLANDA<span style="white-space:pre-wrap" class="">        </span>1. Iceland&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">23<span style="white-space:pre-wrap" class="">        </span>33086<span style="white-space:pre-wrap" class="">        </span>20<span style="white-space:pre-wrap" class="">        </span>1L1K<span style="white-space:pre-wrap" class="">        </span>1. warm&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">24<span style="white-space:pre-wrap" class="">        </span>33108<span style="white-space:pre-wrap" class="">        </span>22<span style="white-space:pre-wrap" class="">        </span>1RMAK<span style="white-space:pre-wrap" class="">        </span>1. river&lt;br /&gt;</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco" class="">25<span style="white-space:pre-wrap" class="">        </span>7062<span style="white-space:pre-wrap" class="">        </span>25<span style="white-space:pre-wrap" class="">        </span>AUSTOS<span style="white-space:pre-wrap" class="">        </span>1. August&lt;br /&gt;</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks in advance!</div><div class=""><br class=""></div><div class="">In Him,</div><div class=""><span style="white-space:pre-wrap" class="">        </span>DM Smith</div><div class=""><br class=""></div></div><br class="">_______________________________________________<br class="">
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank" class="">sword-devel@crosswire.org</a><br class="">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">
Instructions to unsubscribe/change your settings at above page<br class=""></blockquote></div><br class=""></div>
_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page</div></blockquote></div><br class=""></div></div></div></div><br class="">_______________________________________________<br class="">
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank" class="">sword-devel@crosswire.org</a><br class="">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">
Instructions to unsubscribe/change your settings at above page<br class=""></blockquote></div><br class=""></div>
</div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page</div></blockquote></div><br class=""></div></body></html>