3.2: The "nlp-compromise" Library - Programming with Text

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 25

  • @MohMed-cx2bl
    @MohMed-cx2bl 6 ปีที่แล้ว +3

    you are a lovely person,i loved all your tutorials ,you are simply great i learned a lot from you

  • @brendanroberts8860
    @brendanroberts8860 8 ปีที่แล้ว +2

    thanks for this bro. really helping me learn different coding languages

  • @TiffanyNg100
    @TiffanyNg100 3 ปีที่แล้ว

    i wonder if i can make using javascirpg for NLP

  • @AnandanK_0729
    @AnandanK_0729 4 ปีที่แล้ว

    Is there possible to do resume parser Using this?

  • @benderaviation
    @benderaviation 7 ปีที่แล้ว +6

    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;")

    • @geoffwagner4935
      @geoffwagner4935 ปีที่แล้ว

      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

  • @WyMustIGo
    @WyMustIGo 3 ปีที่แล้ว

    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).

  • @MohMed-cx2bl
    @MohMed-cx2bl 6 ปีที่แล้ว +2

    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

  • @ihtishamjaved8764
    @ihtishamjaved8764 6 ปีที่แล้ว

    Can we detect negative statement input through this ?

  • @polamin
    @polamin 7 ปีที่แล้ว

    I'm confused what is the difference between Rita and nlp?

  • @vadhub
    @vadhub 7 ปีที่แล้ว +1

    Hi , it seems like the library has changed on github? Everything looks different

    • @TheCodingTrain
      @TheCodingTrain  7 ปีที่แล้ว +1

      Indeed this is true, hopefully I can find some time to remake.

    • @spencerhealey7878
      @spencerhealey7878 6 ปีที่แล้ว

      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!

  • @alenkafatmachannel4927
    @alenkafatmachannel4927 6 ปีที่แล้ว

    how can i use this as an essay topics?

  • @innerbytes
    @innerbytes 3 ปีที่แล้ว

    Cool lib, but it's 2021 and they still don't have relations tree builder.

  • @jplumail
    @jplumail 8 ปีที่แล้ว

    love you're videos !

  • @sokrates297
    @sokrates297 8 ปีที่แล้ว

    what usefull implementation can this have, or is it all just for fun and games.

    • @SmokingGummyBears
      @SmokingGummyBears 8 ปีที่แล้ว +4

      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.

    • @roelgrobbe4176
      @roelgrobbe4176 4 ปีที่แล้ว +1

      I am planning on using it in my whatsappbot, so that's one thing it can he used for

  • @murtazahaji1291
    @murtazahaji1291 6 ปีที่แล้ว

    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

  • @SpikeArtsWithSathak
    @SpikeArtsWithSathak 8 ปีที่แล้ว

    Create a javascript game shooting bullets in all direction..

    • @SmokingGummyBears
      @SmokingGummyBears 8 ปีที่แล้ว

      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.

  • @WalterMiani
    @WalterMiani 7 ปีที่แล้ว

    Please stay calm. Please.

  • @vovinlonshin3708
    @vovinlonshin3708 8 ปีที่แล้ว

    like number 42 :)