Skip to content
Discussion options

You must be logged in to vote

I think you're running into an existing attribute ruler rule:

  {
    "patterns":[
      [
        {
          "DEP":{
            "NOT_IN":[
              "det",
              "quantmod",
              ""
            ]
          },
          "TAG":{
            "IN": [
              "DT",
              "WDT"
            ]
          }
        }
      ]
    ],
    "attrs":{
      "POS":"PRON"
    },
    "index":0
  }

There are some determiner/pronoun distinctions that are different in OntoNotes vs. UD and this is trying to improve the tag->pos mapping in these cases based on the parse.

You might need to look at all the attribute ruler rules as a whole and figure out which ones make sense …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pb-jeff-oneill
Comment options

Answer selected by pb-jeff-oneill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / en English language data and models feat / pipeline Feature: Processing pipeline and components
2 participants