Name: festlex-poslex Summary: A lexicon for English part-of-speech tagging # This is unversioned, but the only existing release. I'm # using the oldest version of festival I can find which # shipped with this exact tarball. That's what other distributs # seem to do as well. Version: 1.4.1 Release: 0.1%{?dist} URL: http://www.cstr.ed.ac.uk/projects/festival/ Group: System Environment/Libraries License: MIT-style Source0: http://festvox.org/packed/festival/1.4.1/festlex_POSLEX.tar.gz Provides: festlex-POSLEX BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch %description This package contains a lexicon (wsj.wp39.poslexR) and an ngram (wsj.wp39.tri.ngrambin) for English part-of-speech tagging. Information in these files was derived from the Penn Tree Bank distributed by the Linguistic Data Consortium, in turn derived from data from the Wall Street Journal. %prep %setup -q -c -a0 # Too many subdirs... mv festival/lib/dicts/* . rmdir -p festival/lib/dicts %build # nothing to do here. %install mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib/dicts for f in wsj.wp39.poslexR wsj.wp39.tri.ngrambin ; do install -m 644 $f $RPM_BUILD_ROOT%{_datadir}/festival/lib/dicts/ done %clean rm -rf $RPM_BUILD_ROOT %files %doc COPYING.poslex %dir %{_datadir}/festival %dir %{_datadir}/festival/lib %dir %{_datadir}/festival/lib/dicts %{_datadir}/festival/lib/dicts/wsj.wp39.poslexR %{_datadir}/festival/lib/dicts/wsj.wp39.tri.ngrambin %changelog * Wed Apr 4 2007 Matthew Miller 1.4.1-0.1 - split from festival package into its own subpackage - make noarch