Skip to content

issues Search Results · repo:explosion/spacy-course language:Python

Filter by

43 results
 (82 ms)

43 results

inexplosion/spacy-course (press backspace or delete to remove)

While running the code in the course always getting some ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject , it s coming everytime ...
  • r4plh
  • 5
  • Opened 
    on Dec 26, 2024
  • #135

Hello, image Picture is worth more than thousand words. It shows that output box is overflowing and invisible. It should be showing world on a dark background. On really wide screens (in my case 2880px) ...
  • furai
  • Opened 
    on Nov 20, 2024
  • #134

When ever I import the spacy in the tutorial, it will get this error: ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject image image ...
  • Vreyka
  • Opened 
    on Sep 26, 2024
  • #131

Hi there, I just want to build docker and I got this error for installing gatsby : npm WARN notsup Unsupported engine for gatsby-cli@5.10.0: wanted: { node : =18.0.0 } (current: { node : 12.22.12 , npm ...
backend
  • abb4s
  • 1
  • Opened 
    on Jun 12, 2023
  • #129

Hello spaCy Community, 💥 I would love to work on Turkish translation in this beautiful course. Any ideas about that? :)
  • mertbozkir
  • 4
  • Opened 
    on Apr 1, 2022
  • #128

!-- NOTE: For questions or install related issues, please open a Discussion instead. -- How to reproduce the behaviour !-- Include a code example or the steps that led to the problem. Please try to be ...
  • breadstand
  • 4
  • Opened 
    on Mar 31, 2022
  • #127

The sentence is just splited by character. # 导入spacy并创建中文nlp对象 import spacy nlp = spacy.blank( zh ) # 处理文本 doc = nlp( 我喜欢老虎和狮子。 ) # 遍历打印doc中的内容 for i, token in enumerate(doc): print(i, token.text) ...
  • placebokkk
  • 1
  • Opened 
    on Mar 7, 2022
  • #125

Hello, can you please indicate how to change the code below to align with Spacy s current v3.2.x? Thanks for your support, Achilleas import spacy import random import json with open( exercises/en/gadgets.json ...
  • avoutsas67
  • Opened 
    on Feb 21, 2022
  • #123

Data Structures(2): Doc, Span and Token: https://course.spacy.io/en/chapter2 Section 2 on the Span Object The [diagram] says Span(1,4). The slice from index 1 - 4 is highlighted in yellow. while it should ...
  • kalyani-subbiah
  • Opened 
    on Feb 1, 2022
  • #122

Hi, I ve been doing chapters 1 and 2 of the course today and have been having repeated errors where the code cells either fail in their connection (giving an error message of: Connecting failed. Please ...
  • ronand97
  • 1
  • Opened 
    on Nov 1, 2021
  • #107
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub