Git Product home page Git Product logo

Comments (5)

rahulbot avatar rahulbot commented on July 1, 2024

Hi, the NER is used to identify candidate strings for geolocation, so we can't disable that part of the pipeline. We get the orgs and people for free because of he way the NER works. We could add an option to not process those, but they are computationally insignificant compared to the geographic disambiguation, so it wouldn't serve much of a purpose.

————————————

Rahul Bhargava

http://datatherapy.org

http://rahul.connectionlab.org

@rahulbot

On Thu, Jun 11, 2015 at 8:31 AM, Sreejith.S [email protected]
wrote:

It would be great if it has a configiration to enable / disable Stanford NER. In my case i wanted to use the Geo tagging part , but not Stanford NER

Reply to this email directly or view it on GitHub:
#37

from cliff-annotator.

charlieg avatar charlieg commented on July 1, 2024

@rahulbot is correct, you can't resolve/disambiguate the place names if you don't have Stanford NER (or a similar tool) to extract the place names themselves from the raw input text. It would kinda defeat the whole purpose to disable Stanford NER.

Recommend closing this issue as invalid.

from cliff-annotator.

srijiths avatar srijiths commented on July 1, 2024

Ok. Let me clarify my point one more time. I wanted to use CLIFF to identify the place names and disambiguiate. But i dont want any thing other than Places in the output json. Because I am using another NER engine already in my pipeline. Then i thought why add another additional Stanford NER output in CLIFF.

If this is still invalid please close the issue.

from cliff-annotator.

charlieg avatar charlieg commented on July 1, 2024

But i dont want any thing other than Places in the output json.

Can't you just ignore that part of the output? Seems much easier to do that than make changes upstream.

Because I am using another NER engine already in my pipeline. Then i thought why add another additional Stanford NER output in CLIFF.

If you don't like the way CLIFF does it, you might want to explore CLAVIN (which is used by CLIFF). With CLAVIN, you'll have more options to replace Stanford NER with the entity extraction of your choice and just use the core geospatial entity resolution components.

from cliff-annotator.

srijiths avatar srijiths commented on July 1, 2024

Yes , the first option is what i am thinking of.

Thank You @charlieg @rahulbot . This is really a cool project

from cliff-annotator.

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.