GithubHelp home page GithubHelp logo

Comments (2)

ines avatar ines commented on May 12, 2024

Thanks! ๐Ÿ™

And sorry, that's definitely a mistake โ€“ I must have used an older version of the slides that didn't yet include this change. Already fixed this!

The change to TEXT in spaCy v2.1 was actually directly inspired by this course when I realised that ORTH was just really difficult to explain, because it kinda made no sense. The obvious question would always be, why is it not TEXT? The ORTH is a reference to "orthography" and the Token.orth (hash ID of the token) and Token.orth_ (string value of the token and the same as Token.text โ€“ only really exists for consistency and isn't normall used).

I'm not sure if it is meant to also explain the pattern matching keys.

spacy.explain currently only explains labels of the label schemes and not attributes etc.

Once when I had to install the en_core_web_sm myself

Which exercise are you referring to here? And you mean load the model with spacy.load, right?

from spacy-course.

thorbjornwolf avatar thorbjornwolf commented on May 12, 2024

Thanks for the swift response!

spacy.explain currently only explains labels of the label schemes and not attributes etc.

All right, thanks!

Which exercise are you referring to here? And you mean load the model with spacy.load, right?

When I tried to load the model with spacy.load, I had to install it first. Sorry for the unclarity ๐Ÿ˜„ I have derived issue #5 to delve into this part.

I can validate that the ORTH->TEXT transformation is complete - at least in my browser - so I think we can close this issue ๐Ÿ‘Œ

from spacy-course.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.