英文: Where to find spacy.py file to rename 问题 我正在尝试安装spacy,尝试了多种方法,包括使用pip、conda,以及直接从git安装。然而,我遇到了相同...
How to use spaCy Matcher to create a pattern for rule-based matching for a sequence that is only interpreted as a single token
英文: How to use spaCy Matcher to create a pattern for rule-based matching for a sequence that is only...
python pandas: 从一个单元格生成(三个)单元格
英文: python pandas: Generate (three) cells from one cell 问题 我有一个简单的数据框,其中包含一些元数据和一个句子列。我想要使用textacy的S...
如何在 SpaCy 的 config.cfg 文件中注册自定义组件?
英文: How to register custom components in a SpaCy config.cfg file? 问题 标题中提到: 我似乎按照文档中的描述进行了操作,我已经在网上寻...
持久的 spaCy 导入错误: NotOpenSSLWarning: urllib3 v2.0 仅支持 OpenSSL 1.1.1+
英文: Persisting spaCy import error: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+ 问题 我...
为Spacy分词器添加多个特殊情况。
英文: Adding multiple special cases for Spacy tokenizer 问题 我正在尝试使用Spacy将txt文件(utf-8)中的文本分割成句子。它将含有缩写(例...
Space在命名实体识别(NER)中使用哪种损失函数?
英文: What loss function does Space use for Named Entity Recognition (NER) 问题 我对了解 Space 库在命名实体识别(NER)...
有没有办法在使用spacyr进行词形还原时保留单词间的连字符?
英文: Is there a way to keep between-word hyphens when lemmatizing using spacyr? 问题 I'm using spacyr t...
如何使用spaCy的Scorer/Example类来计算混淆矩阵?
英文: How to compute a confusion matrix using spaCy's Scorer/Example classes? 问题 您可以使用以下方式从此功能中推导出...
为spaCy返回文本和标签列表时创建一个未知标签。
英文: Create an unknown label for spaCy when returning list of text and label 问题 for token in doc: key...