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.
- Host: GitHub
- URL: https://github.com/bgutter/speech-and-language-processing
- Owner: bgutter
- Created: 2020-03-30T00:42:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T03:10:05.000Z (about 6 years ago)
- Last Synced: 2025-07-25T19:54:10.185Z (10 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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