head	1.3;
access;
symbols
	REL8_2_17:1.2
	REL8_2_16:1.2
	REL8_2_15:1.2
	REL8_2_14:1.2
	REL8_2_13:1.2
	REL8_2_12:1.2
	REL8_2_11:1.2
	REL8_2_10:1.2
	REL8_2_9:1.2
	REL8_2_8:1.2
	REL8_2_7:1.2
	REL8_2_6:1.2
	REL8_3_BETA2:1.2
	REL8_3_BETA1:1.2
	REL8_2_5:1.2
	REL8_2_4:1.2
	REL8_2_3:1.2
	REL8_2_2:1.2
	REL8_2_1:1.2
	REL8_2_STABLE:1.2.0.2
	REL8_2_0:1.2
	REL8_2_RC1:1.2
	REL8_2_BETA3:1.2
	REL8_2_BETA2:1.2
	REL8_2_BETA1:1.2;
locks; strict;
comment	@# @;


1.3
date	2007.11.13.21.02.28;	author tgl;	state dead;
branches;
next	1.2;

1.2
date	2006.06.06.16.25.55;	author teodor;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.31.14.05.31;	author teodor;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Replace the now-incompatible-with-core contrib/tsearch2 module with a
compatibility package.  This supports importing dumps from past versions
using tsearch2, and provides the old names and API for most functions
that were changed.  (rewrite(ARRAY[...]) is a glaring omission, though.)

Pavel Stehule and Tom Lane
@
text
@#
# Theasurus config file. Character ':' splits
# string to part, example: 
# sample-words : substitute-words
#
# Any substitute-word can be marked by preceding '*' character,
# which means do not lexize this word
# Docs: http://www.sai.msu.su/~megera/oddmuse/index.cgi/Thesaurus_dictionary

#one two three : *123
#one two : *12
#one : *1
#two : *2

#foo bar : blah blah
#f   bar : fbar
#e   bar : ebar
#g   bar bar : gbarbar
#asd:sdffff
#qwerty:qwer wert erty

@


1.2
log
@Allow do not lexize words in substitution.
 Docs will be submitted some later, now it's at
 http://www.sai.msu.su/~megera/oddmuse/index.cgi/Thesaurus_dictionary
@
text
@@


1.1
log
@Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.
It required some changes in lexize algorithm, but interface with
dictionaries stays compatible with old dictionaries.

Funded by Georgia Public Library Service and LibLime, Inc.
@
text
@d3 2
a4 3
# string to part: 
#     to be substituted string
#     substituting string
d6 3
d10 4
a13 4
#one two three : 123
#one two : 12
#one : 1
#two : 2
@

