【问题标题】:is there a way to install the nodebox English linguistics library through pip install?有没有办法通过 pip install 安装 nodebox 英语语言库?
【发布时间】:2013-09-27 13:38:15
【问题描述】:

Python 的NodeBox English linguistic library 有一些不错的功能,比如共轭,这对项目可能非常有用。

我尝试在特定的 virtualenv 中通过 pip 安装,但 pip search nodebox 只出现:

NodeBox                   - Simple application for creating 2-dimensional
                            graphics and animation using Python code
nodebox-color             - Color classes for python
NodeBox-for-OpenGL        - 2D animation with Python code
nodebox-opengl            - NodeBox for OpenGL is a free, cross-platform
                            library for generating 2D animations with Python
                            programming code.

它是否可以通过另一个名称进行 pip 安装(在 virtualenv 中)?或者是安装到的唯一方法

将 en 库文件夹与脚本放在同一文件夹中,以便 NodeBox 可以找到图书馆。你也可以把它放在~/Library/Application Support/NodeBox/。第一次加载所有数据需要一些时间 时间。

如他们网站上所述?

【问题讨论】:

    标签: nlp pip nodebox


    【解决方案1】:

    Nodebox 库已被 PyPI 上的pattern 继承。 NLP 功能包含在pattern.en 模块中。它可以安装:

    pip install pattern
    

    【讨论】:

    • 谢谢!!我看到在 nodebox 网站的某个地方至少提到了一位模式的作者,但我认为 nodebox 是一个有点切题的项目。这些信息是否在他们的任何网站上?
    • 项目放弃了吗? 1 年没有更新github.com/clips/pattern
    • @giorgio79 可能——没有安装在 Python3 中。
    • aigh... 模式,仍然停留在 python 2 上
    • 模式现在可以与 Python 3 一起使用,尽管它仍然维护得很差并且有很多错误。
    猜你喜欢
    • 1970-01-01
    • 2021-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多