Giter Club home page Giter Club logo

Comments (3)

moos avatar moos commented on May 22, 2024

You're missing something! 😜 I don't make the rules, I just report them (per WordNet), and these seem to be correct. Check for yourself: http://wordnetweb.princeton.edu/perl/webwn

EDIT: Do i need to tokenize and lemmatize the sentence first?

No.

PS: You can also run on the command line:

λ wordpos get the quick brown fox jumped over the lazy dog    
# Noun 4:                                                     
quick                                                         
brown                                                         
fox                                                           
dog                                                           
                                                              
# Adjective 3:                                                
quick                                                         
brown                                                         
lazy                                                          
                                                              
# Verb 3:                                                     
brown                                                         
fox                                                           
dog                                                           
                                                              
# Adverb 1:                                                   
quick                                                         

from wordpos.

grugknuckle avatar grugknuckle commented on May 22, 2024

Ok ... after some research, what I've determined is that the getPOS function isn't doing what I thought it was. It is simply returning 4 arrays (Nouns, Adjectives, Verbs, and Adverbs). For each word-token in the string I pass, wordpos simply checks wordnet to see if that toeken can be used as a noun, verb, adjective or adverb. It does NOT tell me how the word is being used in the passed sentence.

For example, the word 'quick' has 8 entries in WordNet, one adverb, one noun and 6 as adjectives.

What I expected to have returned to me is Part of Speech that is actually being used in the sentence. For example, if I passed

'He is trying to fish for fish in the lake.'

I would expect to see the first instance of 'fish' be a verb and the second instance as a noun. But that's not what the getPOS function does. It seems that your code is working as designed, I just didn't understand from your documentation what to expect.

You can close this issue.

from wordpos.

moos avatar moos commented on May 22, 2024

Ah - thanks for clarifying the confusion. I see how this would be confusing. There is a mention in the readme:

This has no relation to correct grammar of given sentence, where here only 'bear' and 'squirrel' would be considered nouns.

Maybe I'll make that more prominent in the next update. Thanks.

from wordpos.

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.