Ignore:
Timestamp:
2000-11-02T14:03:55+13:00 (24 years ago)
Author:
paynter
Message:

The phind phrase browsing interface is now a Greenstone classifier. The
user simply puts a line similar to

classify Phind -text=section:text,section:Title

in their collect.cfg and the new phind classifier object will generate
the phrase hierarchy and add the browser interface to the web page.

Location:
trunk/gsdl/src/phind/generate
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/Makefile.in

    r1620 r1643  
    5454EXEC    = suffix
    5555
    56 PERL_SCRIPTS = phindgen.pl
    57 PERL_MODULES = phproc.pm
    58 
    5956LEXICON_ENGLISH = lexicons/english/brown.sw lexicons/english/fao.sw lexicons/english/punctuation.sw
    6057
     
    6966    install -d $(GSDLHOME)/bin/$(GSDLOS)
    7067    install -m 775 -s $(EXEC) $(GSDLHOME)/bin/$(GSDLOS)
    71     install -d $(GSDLHOME)/bin/script
    72     install -m 775 $(PERL_SCRIPTS) $(GSDLHOME)/bin/script
    73     install -d $(GSDLHOME)/perllib
    74     install -m 664 $(PERL_MODULES) $(GSDLHOME)/perllib
    7568    install -d $(GSDLHOME)/etc/phind/english
    7669    install -m 664 $(LEXICON_ENGLISH) $(GSDLHOME)/etc/phind/english
Note: See TracChangeset for help on using the changeset viewer.