[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multiple languages ispell?
From: |
Sergei Pokrovsky |
Subject: |
Re: multiple languages ispell? |
Date: |
01 Jun 2003 14:44:00 +0700 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "Asmund" == Asmund Ostvold <asmundo@tihlde.org> writes:
Asmund> Is it possible to set ispell use to languages at the same
Asmund> time? I am now writhing a technical paper i Norwegian and I
Asmund> use a lot of English technical expressions. I would like to
Asmund> use Norwegian and English dictionary at the same time. Is
Asmund> this possible?
It would be easy if you were writing in Russian and English: the
alphabets are disjoint, and the Russian spellcheck automatically picks
up Russian words only, while the English spellcheck picks up ASCII
letters only. You could do without any extra work.
But your pair of languages use one same foreign alphabet, and so you
need a kind of markup (you did not tell what notation do you use;
e.g. in HTML you could use the "lang" attribute, <i lang="en">like
this</i>). It should be possible to select just one language
fragments and hide the others, so as to be able to spellcheck them
separately.
Or you could develop a merged dictionary and grammar -- much more
work, and inferior quality; again, that makes sense for a
Russian/English combination (without any loss of quality), but that's
not your case.
--
Sergei
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: multiple languages ispell?,
Sergei Pokrovsky <=