Changeset 53
- Timestamp:
- 1999-09-17 11:05:11 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/tests/stemtest.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/tests/stemtest.cc
r46 r53 9 9 string in = *argv; 10 10 string out = st.stem_word(in); 11 cout << "\"" << in << "\" -> \"" << out << "\"" << endl; 11 12 argv++; 12 13 }
