2021-01-25 00:26:54 -08:00
|
|
|
{ lib, attemptoClex, callPackage }:
|
2018-03-13 23:10:59 -07:00
|
|
|
|
|
|
|
callPackage ./. {
|
|
|
|
pname = "ape-clex";
|
2020-10-04 09:00:16 -07:00
|
|
|
lexiconPath = "${attemptoClex}/clex_lexicon.pl";
|
2018-03-13 23:10:59 -07:00
|
|
|
description = "Parser for Attempto Controlled English (ACE) with a large lexicon (~100,000 entries)";
|
2021-01-14 21:42:41 -08:00
|
|
|
license = with lib; [ licenses.lgpl3 licenses.gpl3 ];
|
2018-03-13 23:10:59 -07:00
|
|
|
}
|