模組:Es-conj/data/-ir/concernir

維基詞典,自由的多語言詞典
local data = {}

data["replacement"] = {[1] = "1e2"}

data["patterns"] = {[40] = '-',
		[ 7]= '1ie2o', [ 8]='1ie2es', [10]='1ie2e', [13]='1ie2en',
		[38]= '1ie2a', [39]='1ie2as', [41]='1ie2a', [44]='1ie2an',
		[63]= '1ie2e', [65]= '1ie2a',               [68]='1ie2an',
		               [69]='1ie2as', [70]='1ie2a', [73]='1ie2an'
	}
	
data["ref"] = {
		[63] = '1ie2ete',
		[64] = '-',
		[65] = '1ie2ase',
		[68] = '1ie2anse'
	}

data["defective"] = {
	7, 8, 9, 11, 12,
	14, 15, 17, 18,
	20, 21, 23, 24,
	26, 27, 29, 30,
	32, 33, 35, 36,
	38, 39, 40, 42, 43,
	45, 46, 48, 49,
	51, 52, 54, 55,
	57, 58, 60, 61,
	63, 64, 65, 66, 67, 68,
	69, 70, 71, 72, 73
}

return data