Rev 8976 | Rev 9294 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8578 | bpr | 1 | #! /bin/sh |
2 | |||
3 | cd classification; |
||
4 | ./classif.pl |
||
5 | |||
6 | cd ../sys; |
||
8974 | bpr | 7 | |
8 | for a in en fr ; do |
||
8990 | bpr | 9 | taxonomy/taxo.pl --module=1 --output=adm/browse/taxoext --lang=$a |
8974 | bpr | 10 | done; |
11 | |||
12 | for a in en fr it nl ca es si ; do |
||
13 | taxonomy/taxo.pl --option=1 --output=adm/browse --lang=$a |
||
14 | done; |
||
15 | |||
8590 | bpr | 16 | taxonomy/taxo.pl --output=adm/tool/classification/keywords |