Natural Language Processing | Context Free Grammar Parsing | CFG | Top Down | Bottom Up

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 18

  • @MrNareshinfy
    @MrNareshinfy 3 роки тому +25

    I believe in the top down approach it should be S -> VP -> (V, NP) -> (V, Adj, N) based on the rules given. on the similar line, bottom up approach the solution is projected as S -> VP NP however there is no such rule satisfying that condition. please correct me if I am wrong.

    • @sharadlaad5484
      @sharadlaad5484 3 роки тому +5

      i think he has done a mistake with parsing treee

  • @Diego0wnz
    @Diego0wnz 3 роки тому +3

    Thankyou, I really needed a top down overview explanation instead of loose slgorithms without context

  • @harshitmishra9451
    @harshitmishra9451 3 роки тому +10

    I think TDP is incorrect... It should have been S --> VP --> V, NP --> book, Det, Noun --> book, that, flight...

    • @chiraagb
      @chiraagb 2 роки тому

      yeah as VP cannot derive S

  • @kiranjeetkaur4955
    @kiranjeetkaur4955 9 місяців тому +1

    Thankyou so much

  • @arvindmewada7355
    @arvindmewada7355 4 роки тому +1

    Best book for NLP?

  • @piyalikarmakar5979
    @piyalikarmakar5979 4 роки тому

    Thank you sir. You have described all the things in the easiest way.. Thanks a lot..

  • @unfinished.education
    @unfinished.education 4 роки тому

    I like way of teaching

  • @SunilMeena-do7xn
    @SunilMeena-do7xn 4 роки тому +16

    I have found binod

  • @ashikkumarsn8931
    @ashikkumarsn8931 2 роки тому

    Good going

  • @callmeclouds
    @callmeclouds 4 роки тому +2

    great

  • @mohammadzahrawi5713
    @mohammadzahrawi5713 4 роки тому

    amazing

  • @md.shafaatjamilrokon8587
    @md.shafaatjamilrokon8587 2 роки тому

    TDP is wrong