About the Lambda Notebook project
About the package
The Jupyter Lambda Notebook is a project that aims to implement compositional semantics and supporting formal theories from linguistics in Python, integrated tightly with Jupyter. One main goal is to provide a useful interface for linguists who want to implement their semantic analyses – allowing the construction of interactive ‘digital fragments’ (following the classic method of fragments from Montague grammar).
- Author: Kyle Rawlins, kgr@jhu.edu
- Dependencies: python 3, svgling, (optional) Jupyter
- Repository and issue tracker: https://github.com/rawlins/lambda-notebook/
- Installation: download from github, or
pip install lambda-notebook
to install the current release version from PyPI. - License: MIT License
About the website
This website is rendered from runnable Jupyter notebooks using quarto. The source notebooks and page generation code can be found at: https://github.com/rawlins/lambda-notebook/tree/master/docs.