A small demo web user interface for testing the NICTA t3as Named-Entity Recognition software.
This UI is a webapp written in Haskell using the Yesod framework.
- Mats Henrikson
Copyright (c) 2014, National ICT Australia All rights reserved.
This software is under the GPL version 3. Please see the license file LICENSE.txt
First, make sure you have haskell-platform
installed for your OS, with a cabal-install
version of 1.18 or higher. Run this command to check:
cabal --version
Change into the directory of this README.md, and run the following commands (which will also build the nicta-ner-client-hs dependency):
cabal sandbox init
cabal install ../nicta-ner-client-hs/ . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals -j4
yesod devel
Deploying is easiest done by building a Keter package, and then making use of that:
cabal install -j4 ../nicta-ner-client-hs/ .
yesod keter