Changeset 53

Show
Ignore:
Timestamp:
1999-09-17 11:05:11 (9 years ago)
Author:
olly
Message:

Output word and stem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/tests/stemtest.cc

    r46 r53  
    99        string in = *argv; 
    1010        string out = st.stem_word(in); 
     11        cout << "\"" << in << "\" -> \"" << out << "\"" << endl; 
    1112        argv++; 
    1213    }