gpt4 book ai didi

python - 如何在 windows10 上安装 hunspell?

转载 作者:行者123 更新时间:2023-12-03 16:50:35 24 4
gpt4 key购买 nike

我是 Python 新手,需要帮助在我的 Windows 10 上安装 hunspell。该工具是 PyCharm。

首先我尝试安装 CyHunspell:pip install CyHunspell并收到以下错误消息:

RuntimeError: 'pkg-config' is not recognized as an internal or external command,operable program or batch file.

然后我尝试安装 PyHunspell 并收到以下错误消息:

ERROR: Could not find a version that satisfies the requirement PyHunspell (from versions: none)
ERROR: No matching distribution found for PyHunspell

然后我尝试直接安装hunspell并收到以下错误消息:

hunspell.cpp
hunspell.cpp(20): fatal error C1083: Cannot open include file: 'hunspell.hxx': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2

在我的测试代码中:

import hunspell

结果:

spellchecker = hunspell.HunSpell() failed with the following error msg:
AttributeError: module 'hunspell' has no attribute 'HunSpell'

我想我不是第一个在 Windows 10 上使用 hunspell 的人,但不知何故,我似乎无法找到使其工作所需的信息。

最佳答案

GNU Emacs 文档说明 here (由我划线):

The EZWinPorts project provides many useful ports of recent versions of GNU and Unix software. This includes all the optional libraries used by Emacs (image libraries, libxml2, GnuTLS), RCS, Texinfo, a clone of man command, Grep, xz, bzip2, bsdtar, ID Utils, Findutils, Hunspell, Gawk, GNU Make, Groff, GDB.



您确实会在 list of files 中找到 Hunspell sourceforge 上的 EZWinPorts 项目。

解压后,您将在 bin 文件夹中找到可执行文件 hunspell.exe。无需安装。该工具将在命令行上使用。您可能应该将它添加到您的 Windows 路径中。

在我的 Windows 10 PC 上测试。

关于python - 如何在 windows10 上安装 hunspell?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58458901/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com