Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scott-fleischman/greek-grammar
Modeling Ancient Greek Grammar
https://github.com/scott-fleischman/greek-grammar
agda ancient-greek grammar greek haskell morphology phonology
Last synced: 2 months ago
JSON representation
Modeling Ancient Greek Grammar
- Host: GitHub
- URL: https://github.com/scott-fleischman/greek-grammar
- Owner: scott-fleischman
- License: mit
- Created: 2014-12-18T16:31:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T18:33:42.000Z (over 6 years ago)
- Last Synced: 2024-11-01T12:52:35.276Z (3 months ago)
- Topics: agda, ancient-greek, grammar, greek, haskell, morphology, phonology
- Language: Agda
- Homepage: https://scott-fleischman.github.io/greek-grammar
- Size: 311 MB
- Stars: 50
- Watchers: 10
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Modeling the Morphophonology of Ancient Greek
A Human-directed Computational Approach### Building
[![Build Status](https://travis-ci.org/scott-fleischman/greek-grammar.svg?branch=master)](https://travis-ci.org/scott-fleischman/greek-grammar)- Download [Stack](https://github.com/commercialhaskell/stack/wiki)
- Run the following commands in a terminal:
```Shell
git clone git://github.com/scott-fleischman/greek-grammar.git
cd greek-grammar
git submodule update --init
stack build
```### Running
#### Generate data
```Shell
stack exec run
```#### View data
* Start a web server in the `html/dev` directory.
* You may also view it at: https://scott-fleischman.github.io/greek-grammar### Documents
[LambdaConf 2016 slides](docs/2016-05%20LambdaConf%20Slides.pdf) / [video](https://www.youtube.com/watch?v=DA1-swDeeCE)[SBL 2015 slides](docs/2015-11%20SBL%20Slides.pdf)
[SBL 2015 proposal](docs/2015-03%20SBL%20Proposal.md)