Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.