Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
11 new of 11 - Nov 1 2011
2 new of 2 - Dec 22 2010
1 new of 1 - Dec 14 2010
1 new of 1 - Dec 12 2010
3 new of 3 - Dec 11 2010
3 new of 3 - Oct 8 2010
2 new of 2 - Oct 6 2010
3 new of 3 - Sep 9 2010
3 new of 3 - Sep 9 2010
12 new of 12 - Sep 9 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 32  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: General queries and discussion about PyEnchant, a spellchecking library for Python.
 

finding base word of any word 
  I am trying extract base word from a word ( query on wolves should return wolf). Is there any mechanism implemented in enchant so that I can extract the base word? Sushil
By Sucil Shrestha  - May 20 - 1 new of 1 message    

Add a personal word list to program 
  I tried to add a personal word list as a dictionary to my program like this: pwl = enchant.request_pwl_dict("mywo rds.txt") but after running my program mywords.txt file become to an empty file and my editor didn't do any correction at all. I try it with English language (That I have it's dictionary in my enchant installation) and it works fine.... more »
By Shahin Azad  - Oct 10 2012 - 7 new of 7 messages    

Can't install pyenchant on Windows 7 with Python 2.7 (both 64-bit) 
  Today I downloaded the install program pyenchant-1.6.5.win32.exe. When I ran it I got the message: "No Python installation found in the registry" But there is a Python installation there. I've been using Python every day for a couple of years and windows knows how to run files with a .py extension.... more »
By Patrick Maher  - Jul 25 2012 - 5 new of 5 messages    

Broker.DictWithPWL how to 
  Hi, unfortunately PyEnchant prefers ispell of aspell. But the Germany dictionary of myspell is broken. These two schemes do work B= enchant.Broker() B.set_ordering('de','aspell,my spell,ispell') Lexikon= B.request_dict("de") but now I cannot specify a separately managed personal list. At least... more »
By HWJ  - May 11 2012 - 1 new of 1 message    

OS-X binary 
  Hi, I saw a thread about this earlier, but only jsut subscribed to the group, so I'm starting a new one. First -- it's great that you provide OS-X binaries -- it's a great service, they can be a pain to build on your own. However, the trick with OS-X binaries is that there are WAY too many different ways that Python can be installed on OS-X. IN gneral the mac... more »
By Chris.Barker  - Nov 16 2011 - 1 new of 1 message    

Python 2.7 version for Windows? 
  Hi Ryan, Are there plans to release a Python 2.7 version of PyEnchant for Windows? Thank you, Malcolm
By Malcolm  - Jul 1 2011 - 3 new of 3 messages    

PyEnchant and multiprocessing 
  Hi, I would like to know if somebody encountered any issue while using PyEnchant with the python multiprocessing library or if it's even possible that such issue might arise. I ask because I recently hunted down an intermittent bug in my code that seemed to come from PyEnchant. This statement "d = enchant.Dict('en-US')" sometimes blocked (i.e.,... more »
By Barthelemy  - Jun 29 2011 - 8 new of 8 messages    

win32_data_files() and libenchant*.dll 
  Hello, I'm pakaging a python app in Windows 7 using py2exe (latest version) and Python2.7 This is how I haldle pyenchant in my 'setup.py': try: import enchant except ImportError: pass else: from enchant import utils as enchantutils DATA_FILES += enchantutils.win32_data_files( )... more »
By G.Cordeiro  - Jun 8 2011 - 4 new of 4 messages    

WinError on Win 7 on importing enchant 
  Hi all, I am trying to get pyenchant to run on Win 7. The installation exe (pyenchant-1.6.5.win32.exe) runs without any errors, but when importing enchant I get the following error: Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.... more »
By Viktor Pekar  - Jan 25 2011 - 2 new of 2 messages    

Sphinx + PyEnchant integration 
  I have started work on a Sphinx extension to check the spelling of documents using PyEnchant. Version 0.1 is available for beta testing from my web site ([link]) and can be installed via "pip install sphinxcontrib-spelling". I would appreciate any feedback you have, either on this list or via direct email.... more »
By Doug Hellmann  - Dec 28 2010 - 2 new of 2 messages    

1 - 10 of 32   « Newer | Older »

XML       Send email to this group: pyenchant-users@googlegroups.com