Git Product home page Git Product logo

Comments (8)

ManivannanMurugavel avatar ManivannanMurugavel commented on August 27, 2024

from spacy-ner-annotator.

pranavinu avatar pranavinu commented on August 27, 2024

Okay! Please let me know after resolving the issue. Thank You :)

from spacy-ner-annotator.

ManivannanIkomet avatar ManivannanIkomet commented on August 27, 2024

Hi @pranavinu
In assets/js/project.js file, comment the line num 167

//entities.push([iniidx,(iniidx+lgth),$(this).text()]);

Paste the below three lines

var start = selection.anchorOffset;
var end = selection.focusOffset;
entities.push([start,end,$(this).text()]);

Condition:
When you the add these lines
you can annotate the buttom-up approach. That means you annotate the words from bottom to up.

from spacy-ner-annotator.

Wadaboa avatar Wadaboa commented on August 27, 2024

The above mentioned solution isn't working either.
Could you please provide an alternative? Thank you.

from spacy-ner-annotator.

ManivannanMurugavel avatar ManivannanMurugavel commented on August 27, 2024

Hi @pranavinu and @Wadaboa

I completed this issue and do you want to test?

from spacy-ner-annotator.

Wadaboa avatar Wadaboa commented on August 27, 2024

I see no new commits nor pull requests @ManivannanMurugavel, how did you complete the issue?

If you are referring to the solution you mentioned above, I tested it several months ago and I was having the same kind of problems.

from spacy-ner-annotator.

ManivannanMurugavel avatar ManivannanMurugavel commented on August 27, 2024

Hi @Wadaboa ,
I commited the v2.0 beta tesing code. Please try and let me know if you facing any issue

from spacy-ner-annotator.

Wadaboa avatar Wadaboa commented on August 27, 2024

From a quick experiment, it seems to work fine now.

from spacy-ner-annotator.

Related Issues (17)

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.