Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wetneb/yanker
Model-agnostic parsing and semantics with type-theoretic grammars
https://github.com/wetneb/yanker
Last synced: 29 days ago
JSON representation
Model-agnostic parsing and semantics with type-theoretic grammars
- Host: GitHub
- URL: https://github.com/wetneb/yanker
- Owner: wetneb
- License: gpl-3.0
- Created: 2014-05-10T01:02:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T12:09:01.000Z (over 9 years ago)
- Last Synced: 2024-10-13T14:15:15.249Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 645 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yanker
===========Model-agnostic framework to parse type-theoretic grammars and derive representation of sentences in
abstract models of meaning.In Haskell.
It can be installed from the repository:
```
git clone http://github.com/wetneb/yanker
cd yanker
cabal configure
cabal build
cabal install
```
Then, assuming that the place where `cabal` stores its binaries in in your path, running `yanker` starts the editor.If you use Ubuntu or Debian, you can also use one of the following packages:
* http://antonin.delpeuch.eu/yanker/haskell-yanker_0.1.0.1_amd64.deb
* http://antonin.delpeuch.eu/yanker/haskell-yanker_0.1.0.1_i386.deb![Screenshot of yanker](doc/screenshot.png)