/[stem-hr]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Thu Jun 28 10:33:37 2007 UTC (16 years, 9 months ago) by dpavlin
File size: 298 byte(s)
don't memoize stem, new tests

1 all:
2 ./stem.pl < test.txt | tee stem.txt | grep -v '^#rule' | grep -v '^#stem'
3
4 test:
5 @date >> log
6 @grep "# " log
7 @./stem.pl words | grep '^#' | tee -a log | grep -v '#stem'
8
9 @date >> log.vl
10 @grep "# " log.vl
11 @cut -d" " -f2 words.vl | ./stem.pl | grep '^#' | tee -a log.vl | grep -v '#stem'

  ViewVC Help
Powered by ViewVC 1.1.26