Skip to content

Attempto/Clex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Clex

clex_lexicon.pl is a large English lexicon derived from COMLEX. It conforms to the ACE Lexicon Specification and can be used as a drop-in replacement for the (small) lexicon file included in the APE source distribution.

In order to replace the lexicon that is included in the APE source with this large lexicon go into the root directory of the APE source, copy the large lexicon over lexicon/clex_lexicon.pl and recompile APE, e.g. by using these commands.

curl -L https://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > prolog/lexicon/clex_lexicon.pl
make build

Instead of curl one can also use wget to download the lexicon.

wget -O - http://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > prolog/lexicon/clex_lexicon.pl

About

Large lexicon for APE (~100,000 entries)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages