https://github.com/adimit/analyse
Small corpus analysis toolkit written in Haskell
https://github.com/adimit/analyse
Last synced: 7 months ago
JSON representation
Small corpus analysis toolkit written in Haskell
- Host: GitHub
- URL: https://github.com/adimit/analyse
- Owner: adimit
- Created: 2009-12-07T00:19:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-26T01:17:28.000Z (over 16 years ago)
- Last Synced: 2025-02-15T16:42:30.944Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Analysis tool for the CAFE class.
Author: Aleksandar Dimitrov
Depends on the Glasgow Haskell Compiler, 6.10.x (www.haskell.or/ghc). To build
it, it's advisable to have the Cabal build system installed (www.haskell.org/cabal).
Then it's as easy as typing:
> cabal configure
> cabal build
> cabal install
at a command line (or just 'cabal configure && cabal install'). After
installation, executables can be found in ~/.cabal/bin or ./dist/build/analyse.
Since this system does not (for now) depend on 3rd party libraries, one can also
build it directly with ghc:
> cd ./src
> ghc --make -O2 -fglasgow-exts -o analyse -Wall Main.hs
Invocation of the executable:
analyse [-v] -c CORPUS -l {german,english}