Skip to content

Parsing errors #5

Description

@konsumer

I may be reading the docs incorrectly, but I started noticing different tags than what should show up. I made a test-case. I may be testing it incorrectly (maybe words need to be in a sentence context?)

here are the results: (13/31 fail)

    ♢ jsPOS language codes 

    ✓ Coord Conjuncn (CC)
    ✗ Cardinal number (CD) 
        » got NN on "two"
    ✓ Determiner (DT)
    ✓ Existential there (EX)
    ✗ Foreign Word (FW) 
        » got NN on "mon dieu"
    ✓ Preposition (IN)
    ✓ Adjective (JJ)
    ✓  Adj., comparative (JJR)
    ✓  Adj., superlative (JJS)
    ✗ List item marker (LS) 
        » got NN on "One"
    ✓ Modal (MD)
    ✓ Noun, sing. or mass (NN)
    ✓  Proper noun, sing. (NNP)
    ✓ Proper noun, plural (NNPS)
    ✓  Noun, plural (NNS)
    ✗  Possessive ending (POS) 
        » got NNS on "'s"
    ✗  Predeterminer (PDT) 
        » got NN on "both"
    ✗  Possessive pronoun (PP$) 
        » got NNS on "one's"
    ✓  Personal pronoun (PRP)
    ✓ Adverb (RB)
    ✓  Adverb, comparative (RBR)
    ✗  Adverb, superlative (RBS) 
        » got JJS on "fastest"
    ✗ Particle (RP) 
        » got IN on "off"
    ✗  Symbol (SYM) 
        » got CC on "&"
    ✓ ?to? (TO)
    ✓ Interjection (UH)
    ✓ verb, base form (VB)
    ✓  verb, past tense (VBD)
    ✓  verb, gerund (VBG)
    ✓  verb, past part (VBN)
    ✗  Verb, present (VBP) 
        » got VB on "eat"
    ✓  Verb, present (VBZ)
    ✗  Wh-determiner (WDT) 
        » got IN on "that"
    ✓ Wh pronoun (WP)
    ✓  Possessive-Wh (WP$)
    ✓  Wh-adverb (WRB)
    ✓  Comma (,)
    ✓  Sent-final punct (.)
    ✗  Mid-sent punct. (:) 
        » got ; on ";"
    ✓  Dollar sign ($)
    ✓  Pound sign (#)
    ✗  quote (") 
        » got NN on """
    ✓  Left paren (()
    ✓  Right paren ())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions