Revision: 12729
http://sourceforge.net/p/foray/code/12729
Author: victormote
Date: 2022-09-30 22:54:40 +0000 (Fri, 30 Sep 2022)
Log Message:
-----------
Handle embedded spaces within abbreviations by using non-breaking space.
Modified Paths:
--------------
trunk/foray/foray-orthography/src/main/data/dictionaries/eng-Latn-ZZZ.dict.xml
trunk/foray/foray-orthography/src/main/data/dictionaries/lat-Latn-ZZZ.dict.xml
Modified: trunk/foray/foray-orthography/src/main/data/dictionaries/eng-Latn-ZZZ.dict.xml
===================================================================
--- trunk/foray/foray-orthography/src/main/data/dictionaries/eng-Latn-ZZZ.dict.xml 2022-09-30 22:30:22 UTC (rev 12728)
+++ trunk/foray/foray-orthography/src/main/data/dictionaries/eng-Latn-ZZZ.dict.xml 2022-09-30 22:54:40 UTC (rev 12729)
@@ -73369,6 +73369,8 @@
<w><t>hy-zone</t></w>
<w><t>i/c</t></w>
<w><t>I/O</t></w>
+<w><t>i.e</t><abbrev referenced-word="id est"/></w>
+<w><t>i. e</t><abbrev referenced-word="id est"/><comment>Contains embedded non-breaking space.</comment></w>
<w><t>I-ac-chus</t></w>
<w><t>I-a-che</t></w>
<w><t>IAEA</t></w>
Modified: trunk/foray/foray-orthography/src/main/data/dictionaries/lat-Latn-ZZZ.dict.xml
===================================================================
--- trunk/foray/foray-orthography/src/main/data/dictionaries/lat-Latn-ZZZ.dict.xml 2022-09-30 22:30:22 UTC (rev 12728)
+++ trunk/foray/foray-orthography/src/main/data/dictionaries/lat-Latn-ZZZ.dict.xml 2022-09-30 22:54:40 UTC (rev 12729)
@@ -37,7 +37,8 @@
<w><t>hoc</t></w>
<w><t>ho-mi-nem</t></w>
<w><t>hy-dro-ma-ni-a</t></w>
-<w><t>i.e</t><abbrev referenced-word="id est"/><comment>Until "i.e." can be handled properly.</comment></w>
+<w><t>i.e</t><abbrev referenced-word="id est"/></w>
+<w><t>i. e</t><abbrev referenced-word="id est"/><comment>Contains embedded non-breaking space.</comment></w>
<w><t>im-mer-go</t></w>
<w><t>in</t></w>
<w><t>in-fi-del-i-um</t></w>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|