运行 nltknet 项目时找不到 nltk 库

时间:2021-01-19 14:08:42

标签: c# nltk visual-studio-2019

重现我的错误的步骤如下:

  1. 使用 Windows 10 和 Visual Studio 2019

  2. 选择 IronPython 2.7 64 位 Python 环境

  3. 克隆https://github.com/nrcpp/NltkNet

  4. 在 VS 中从该存储库中打开 TestApp 解决方案

  5. 转到 Poweshell 开发者控制台并尝试dotnet run --project TestApp

我得到的是一个错误:

<块引用>

未处理的异常:IronPython.Runtime.Exceptions.ImportException:无 名为 nltk 的模块位于 IronPython.Hosting.PythonService.ImportModule(ScriptEngine 引擎, 字符串名称) 在 IronPython.Hosting.Python.ImportModule(ScriptScope 范围,字符串模块名称)在 NltkNet.PythonWrapper.ImportModule(String moduleName) 在 D:\torrented_stuff\NltkNet-master\NltkNet\PythonWrapper.cs:line 47
在 NltkNet.Nltk.Init(List`1 libsPaths) 中 D:\torrented_stuff\NltkNet-master\NltkNet\Nltk\Nltk.cs:line 23 at TestApp.Program.Main(String[] args) 中 D:\torrented_stuff\NltkNet-master\TestApp\Program.cs:line 104

但我确实在 IronPython\Lib\site-packages 文件夹中安装了 IronPython 和 nltk。 我做错了什么吗?

0 个答案:

没有答案