Getting nlp as undefined in the console, and VM1476:1 Uncaught TypeError: Cannot read property 'noun' of undefined at :1:4 when I try nlp.noun('dinosaur').pluralize(); in the console. Setup in my html and js file is exactly the same as your demo ( and "var nlp = window.nlp_compromise;")
above setup put Var doc1; (this will be your nlp object to be) in setup add. doc = "Willy Wanka's chocolate bars"; run //this one in console first!!/// var doc1 = nlp(doc); (doc1 is now an nlp object to use with doc text) check/click object in console to see if it registers says noun, verb, etc. if example noun /// then doc1.behblahahablahbleh(); ////like doc1.noun(); /// or doc1.nouns().toSingular() type doc1 in console, the new object documents text will be changed. or doc1.wordCount(); and count will instantly show up. to show it's working. these things get updates
Well, when you made the noun plural, the verb no longer agrees and you have a grammar problem result that the noun and verb do not properly agree (plural vs singular).
how come you know all this..one question what programming language you mostly use or you jump from one to other..i am just a beginner you know..i am so honored to follow your videos
I'll cast a vote in this direction. I have watch loads of your (awesome!) videos and this is the first time I am genuinely unable to follow along. Keep up the good work!
That's the cool part about programming: You'll never know when you need stuff like this. But, when you do, you really really need it and it saves a whole lot of time.
Hi sir, can you so a more expansive video with real life examples. I am looking to use compromise to resolve sms sent by users in my application. If you could do some real life examples it would be great. Regards
I suggest watching the other vids on this channel. The snake game coding challenge, Smart Rockets, and AGAR coding challenge should be enough to possibly get you started on your own project.
you are a lovely person,i loved all your tutorials ,you are simply great i learned a lot from you
thanks for this bro. really helping me learn different coding languages
i wonder if i can make using javascirpg for NLP
Is there possible to do resume parser Using this?
Getting nlp as undefined in the console, and
VM1476:1 Uncaught TypeError: Cannot read property 'noun' of undefined
at :1:4
when I try nlp.noun('dinosaur').pluralize(); in the console.
Setup in my html and js file is exactly the same as your demo (
and "var nlp = window.nlp_compromise;")
above setup put
Var doc1;
(this will be your nlp object to be)
in setup add.
doc = "Willy Wanka's chocolate bars";
run
//this one in console first!!/// var doc1 = nlp(doc);
(doc1 is now an nlp object to use with doc text)
check/click object in console to see if it registers says noun, verb, etc.
if example noun
/// then doc1.behblahahablahbleh();
////like doc1.noun();
/// or doc1.nouns().toSingular()
type doc1 in console, the new object documents text will be changed.
or doc1.wordCount(); and count will instantly show up. to show it's working.
these things get updates
Well, when you made the noun plural, the verb no longer agrees and you have a grammar problem result that the noun and verb do not properly agree (plural vs singular).
how come you know all this..one question what programming language you mostly use or you jump from one to other..i am just a beginner you know..i am so honored to follow your videos
Can we detect negative statement input through this ?
I'm confused what is the difference between Rita and nlp?
Hi , it seems like the library has changed on github? Everything looks different
Indeed this is true, hopefully I can find some time to remake.
I'll cast a vote in this direction. I have watch loads of your (awesome!) videos and this is the first time I am genuinely unable to follow along. Keep up the good work!
how can i use this as an essay topics?
Cool lib, but it's 2021 and they still don't have relations tree builder.
love you're videos !
what usefull implementation can this have, or is it all just for fun and games.
That's the cool part about programming: You'll never know when you need stuff like this. But, when you do, you really really need it and it saves a whole lot of time.
I am planning on using it in my whatsappbot, so that's one thing it can he used for
Hi sir, can you so a more expansive video with real life examples.
I am looking to use compromise to resolve sms sent by users in my application.
If you could do some real life examples it would be great.
Regards
Create a javascript game shooting bullets in all direction..
I suggest watching the other vids on this channel. The snake game coding challenge, Smart Rockets, and AGAR coding challenge should be enough to possibly get you started on your own project.
Please stay calm. Please.
like number 42 :)