Diff for /texttool-architecture/soft-cgi.tex between versions 1.19 and 1.20

version 1.19, 2004/08/16 22:15:28 version 1.20, 2004/08/16 22:34:04
Line 189  Parameters: Line 189  Parameters:
 No parameter--update all lemmatization indices  No parameter--update all lemmatization indices
 [latin | ital | greek | en | nl | de]--  update this language  [latin | ital | greek | en | nl | de]--  update this language
   
 Currently stores the indices with the name xml:hit:\$lang, where \$lang is one of  The indices are produced from the corpus word index 'xml:raw:norm',
 [ital,greek,latin,de,en,fr,nl] in the directory  which correlates raw forms to normalized forms, and
   '\$lang:inc_lemma', which correlates incidentia to lemmata. The basic
   rule is, if exists \$raw->\$norm->\$inc_lemma, then \$raw is included
   in the 'fast' index for that language.
   
   Currently stores the indices with the name xml:hit:\$lang, where
   \$lang is one of [ital,greek,latin,de,en,fr,nl] in the directory
 /usr/share/perlobjects/wordindex in Archim::Object::Depot format  /usr/share/perlobjects/wordindex in Archim::Object::Depot format
 (Storable). Access to these indices is provided by  (Storable). Access to these indices is provided by
 Archim::Toc::Utils->get_hits_hash(\$lang)   Archim::Toc::Utils->get_hits_hash(\$lang) . 
   
   The functionality of makefast.pl is duplicated by Archim::Toc::Index->make_fast_lemma(\$lang);
   
   
 \subsubsection{summary of differences btwn the archimedes toc.cgi implementation and the echo toc.cgi impelementation (toc.x.cgi)}  \subsubsection{summary of differences btwn the archimedes toc.cgi implementation and the echo toc.cgi impelementation (toc.x.cgi)}
Line 211  Archim::Toc::Utils->get_hits_hash(\$lang Line 219  Archim::Toc::Utils->get_hits_hash(\$lang
 \item remote text method may work differently  \item remote text method may work differently
   
   
   
 \end{enumerate}  \end{enumerate}
 \paragraph{differences}  \paragraph{differences}
 \begin{enumerate}  \begin{enumerate}

Removed from v.1.19  
changed lines
  Added in v.1.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>