summary refs log blame commit diff
path: root/pkgs/applications/misc/ape/apeclex.nix
blob: 81096d9877f7608bfeade51acf788cd380159eec (plain) (tree)
1
2
3
4
5
6
7
8
                                   


                     
                                                  
                                                                                                       
                                                       
 
{ lib, attemptoClex, callPackage }:

callPackage ./. {
  pname = "ape-clex";
  lexiconPath = "${attemptoClex}/clex_lexicon.pl";
  description = "Parser for Attempto Controlled English (ACE) with a large lexicon (~100,000 entries)";
  license = with lib; [ licenses.lgpl3 licenses.gpl3 ];
}