Natural language understanding system
Project description
# Montague
[![Build Status](https://travis-ci.com/iafisher/montague.png)](https://travis-ci.com/iafisher/montague)
A natural-language understanding system.
Montague differs from most NLU systems in that is uses formal semantics rather than machine learning to interpret English sentences.
When Montague reads a sentence, it looks up each word in its lexicon to assign it a meaning in its logical language (an extension of first-order logic). Then, it recursively combines the words into phrases and computes the meaning of each phrase. Finally, when the sentence has been translated into a logical formula, Montague evaluates the formula against its model of the world to determine its truth value.
## Installation `shell $ pip3 install montague-nlu `
Alternatively, you can install a development version with setup.py:
`shell $ git clone https://github.com/iafisher/montague.git $ python3 setup.py develop --user `
Once you do so, you can play with Montague’s command-line interface:
`shell $ montague `
## Limitations The Montague system is still in early beta and suffers from many limitations.
Montague has no knowledge of syntax. Its only criterion for grouping two phrases is whether they are linearly adjacent and whether their types are compatible. This leads Montague to interpret nonsense sentences like “Every good is child.”
Montague will fail to interpret a sentence if it contains a word not in its lexicon.
Important modules of formal semantics, like plurality, tense, aspect, theta roles, intensionality, and indexicals, have yet to be implemented.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file montague-nlu-0.1.4.tar.gz
.
File metadata
- Download URL: montague-nlu-0.1.4.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 437ee03a9169113b961a980ee4e97a9a593ddd2af8f3bb92970e254a89394ad4 |
|
MD5 | 582cbf4d601d0d6b039a757f408ef1c3 |
|
BLAKE2b-256 | 25899dc2c162fbf106a845deecf6f004a116ffed5d9b82eca82eb180c07df4dd |
Provenance
File details
Details for the file montague_nlu-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: montague_nlu-0.1.4-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c306bd2732558a9f7c38cd48e7d1214f782bb3dc32e1487b639c6f7fca6f291d |
|
MD5 | 88900113196e3c3ed8e7e9ac43905918 |
|
BLAKE2b-256 | a558ad49709d9c665e3032f5e4baf4b04cb1cb8471e97bc24fdc11b0be1f979c |