Natural Language Processing (2018) [pdf]
github.com
Natural Language Processing (2018) [pdf]
1–10 of 14 posts
Re: Natural Language Processing (2018) [pdf]
#2It's also comprehensive, from traditional statistical methods, linear models & context-free parsing right through to modern neural network-based approaches.
There's been a lot of progress in the past 18 months (mainly the transformer/self-attention model) that I don't think is reflected, but that's probably because it's so recent. I assume this will warrant a mention in future editions.
Re: Natural Language Processing (2018) [pdf]
#3Re: Natural Language Processing (2018) [pdf]
#4This a great resource, I use it regularly as a reference and it would work well as a textbook too. It's also comprehensive, from traditional statistical methods, linear models & context-free parsing right through to modern neural network-based approaches. There's been a lot of progress in the past 18 months (mainly the transformer/self-attention model) that I don't think is reflected, but that's probably because it's…
Re: Natural Language Processing (2018) [pdf]
#5Re: Natural Language Processing (2018) [pdf]
#6Re: Natural Language Processing (2018) [pdf]
#7How do I download it on Linux? Following the link hangs my PC, wget just downloads 66.03 kb of HTML code with no meaningful content but "Sorry, something went wrong", "Sorry, we cannot display this file" and "Sorry, this file is invalid so it cannot be displayed" down within it.
Re: Natural Language Processing (2018) [pdf]
#8Re: Natural Language Processing (2018) [pdf]
#9How do I download it on Linux? Following the link hangs my PC, wget just downloads 66.03 kb of HTML code with no meaningful content but "Sorry, something went wrong", "Sorry, we cannot display this file" and "Sorry, this file is invalid so it cannot be displayed" down within it.
The raw PDF is available at https://github.com/jacobeisenstein/gt-nlp-class/raw/master/n...
Re: Natural Language Processing (2018) [pdf]
#10Is there a place where one can test their NLP understanding online?