An open API service indexing awesome lists of open source software.

https://github.com/bgutter/speech-and-language-processing

Common Lisp implementations of pseudocode presented in Jurafsky and Martin's "Speech and Language Processing" textbook.
https://github.com/bgutter/speech-and-language-processing

Last synced: 4 months ago
JSON representation

Common Lisp implementations of pseudocode presented in Jurafsky and Martin's "Speech and Language Processing" textbook.

Awesome Lists containing this project

README

          

#+TITLE: Speech and Language Processing Workbook

My org-babel notebook with Common Lisp implementations of the pseudocode presented in Jurafsky and Martin's "Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition".

Each section is in a dedicated notebook.

[[./util.org][Utility Code]]

[[./words.org][I. Words]]

II. Speech

III. Syntax

IV. Semantics and Pragmatics

V. Applications