#!/bin/sh

# 
#  FASt Term Recognizer
# 
#   DISTRIB/lib/CelexPreProc
#   Version 2.04/04-02-01
# 
#   Copyright (C) 2004  Christian Jacquemin, LIMSI-CNRS
# 
#   Building morphological families from the Celex database
# 

source /etc/fastr.conf
[ -f $HOME/.fastrrc ] && source $HOME/.fastrrc

# generation of the derivational families from Celex database
# into the standard format for fastr
${FASTRBIN}/CelexPreProc.pl ${CELEXDIR}/EML/eml.cd ${CELEXDIR}/ESL/esl.cd | sort > ${FASTR}/lib/der-families-en
