https://github.com/rxwei/trump-semantics
CCG parses and logical forms from the Trump corpus
https://github.com/rxwei/trump-semantics
Last synced: 3 months ago
JSON representation
CCG parses and logical forms from the Trump corpus
- Host: GitHub
- URL: https://github.com/rxwei/trump-semantics
- Owner: rxwei
- Created: 2016-12-17T03:40:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T04:59:25.000Z (over 9 years ago)
- Last Synced: 2025-01-10T14:54:47.702Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 20.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trump-semantics
This is [trump-speeches](https://github.com/ryanmcdermott/trump-speeches) parsed using EasySRL.
## Contents
- [x] Combinatory Categorial Grammar derivation trees
- [x] Dependency trees
- [x] Semantic role labels
- [x] Logic forms with $\lambda$
## Usage
Join the segments of the binary file
```
make join
```
Create a new Maven Java project, add EasySRL to dependencies, and deserialize `trump.ccg` to `ArrayList`.