Coder Social home page Coder Social logo

Comments (5)

spencermountain avatar spencermountain commented on June 20, 2024

yeah, that's a tricky one.
#Country is a #Place and a #Place is not a #Organization
you're welcome to remove the rule, as a PR, if you'd like
cheers

from compromise.

MarketingPip avatar MarketingPip commented on June 20, 2024

@spencermountain - hmmm... I seen in the post tagger / rule set "Canada" is place.

 { match: 'government of the? [#Place+]', tag: 'Organization', reason: 'government-of-x' },

Just to confirm we are both on same pages / understand.

It is supposed to match this "whole string" as "#Organization" as "government of Canada", is a valid organization. (Correct.....?)

Which I am not sure why there is a group for Canada in the rule. If I am correct in saying it should just be this:

 { match: 'government of the? #Place+', tag: 'Organization', reason: 'government-of-x' },

And this should match the whole string only and tag the whole exact match as org. Instead of what I am assuming was just a improper group / rule? Correct...?

(I just seen you had this rule using a match - which I am assuming is just a mistake...?)

Hoping you can help do some digging and confirm some info here.

ps; I will be honest I have no real professional / real world use case of Compromise. Just constantly playing with / or trying to build you some datasets or little snippets (which I got countless I still got let you have access to) lol. So hope you don't think I am dropping / making issues asking for like free premium support. 😆

from compromise.

MarketingPip avatar MarketingPip commented on June 20, 2024

@spencermountain sorry for another comment but won't this work correctly... (assuming this is what you meant to do lol)

{ match: 'government of the? [#Place+]', tag: 'Place', reason: 'government-of-place' },
{ match: 'government of the? #Place+', tag: 'Organization', reason: 'government-of-place-org' },

from compromise.

spencermountain avatar spencermountain commented on June 20, 2024

hey Jared, no that doesn't work. The tags are developed as a tree and something can be a Place or an Org, but not both.
cheers

from compromise.

MarketingPip avatar MarketingPip commented on June 20, 2024

@spencermountain - Hmmmm, just realized this....

Works properly as expected when using in-proper spelling of Government.

let doc = nlp("goverment of canada")
 

console.log(doc.match("Goverment of #Country").text())

console.log(doc.match("#Place").text())//

from compromise.

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.