Giter Site home page Giter Site logo

Comments (4)

aasish avatar aasish commented on May 2, 2024

@yuchenlin

If you call the following method getResults in the following class, you would see EntityResult object being returned. EntityResult has a field named Span which can give you offset with respect to the input text.

https://github.com/yahoo/FEL/blob/master/src/main/java/com/yahoo/semsearch/fastlinking/FastEntityLinker.java#L123

from fel.

ArthurCamara avatar ArthurCamara commented on May 2, 2024

I was about to ask that. Thanks!

from fel.

aasish avatar aasish commented on May 2, 2024

@ArthurCamara

from fel.

ArthurCamara avatar ArthurCamara commented on May 2, 2024

A quick follow-up: I'm wondering if it's possible to do the same for coherentEntityLinker. Here is what i'm currently at:

changed EntityResult to add a Span variable
including variable in the map as such:

List<EntityResult> candidates = felCandidates.stream().map(felResult -> {
        String wikiId = ...;
        return new EntityResult(wikiId, felResult.score, felResult.type, felResult.s);

but the Span variable seems to hold the entire query, instead of only the surface form. Is it the expected behaviour? Or is there a step I'm missing?

Thanks!

from fel.

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.