Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rxwei/trump-semantics
CCG parses and logical forms from the Trump corpus
https://github.com/rxwei/trump-semantics
Last synced: 15 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T04:59:25.000Z (about 8 years ago)
- Last Synced: 2024-11-11T22:34:18.022Z (2 months 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`.