-
```
What steps will reproduce the problem?
1. Create a windows user with name containing russian letters (for example
"Юля")
2. Login to the system with this username
3. Run Texworks, it will create "…
-
_From [jagana...@gmail.com](https://code.google.com/u/109902996605058309597/) on 2008-05-27T20:31:11Z_
The Hunspell ignores ZWJ and ZWNJ in the case of Malayalam. We have to use
ZWJand ZWNJto form ce…
1ec5 updated
10 years ago
-
The following code leaks memory:
``` c
#include
#include
#include "link-grammar/link-includes.h"
int main()
{
Dictionary dict;
Parse_Options opts;
Sentence sent;
Linkage …
-
If you have the correct dictionary installed then spell checking automagic detection seems to work very well. However if its missing then things seem to go wrong.
Try this:
1) Ensure hunspell-nl is …
-
_Version: 0.4.0_
Khaled requested for the ability to disable spell checking. His case is easy to understand (very slow spell checker), but in general I would prefer the spell checker to just work. It…
-
**Reported by yecril71pl on 2011-01-14 17:29 UTC**
**Orig. from https://sourceforge.net/p/wordlist/issues/45/**
One possible replacement being "doesn't". However, I do not want to write "doesn't". I…
-
Use the file:
https://addons.mozilla.org/en-US/firefox/addon/british-english-dictionary-2
and include the frequency information.
The process of creating binary spelling dictionaries is described h…
-
This is a continuation of discussion in issue #9.
What I found is that Test::Spelling gives a file handle opened to a string to Pod::Spell, but does not set the `:utf8` layer on it. Thus, when Pod::…
-
On Debian Wheezy:
```
sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgr…
sjau updated
10 years ago
-
When I upgraded from Pod-Spell-1.06 to 1.07, stopwords embedded in the pod stopped being recognized.
Downgrading made things work again.
More details in https://github.com/xenoterracide/Dist-Zilla-P…