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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T18:33:42.000Z (about 7 years ago)
- Last Synced: 2025-03-29T03:22:59.850Z (about 2 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: 9
- 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
[](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)