This commit is contained in:
ines 2017-05-08 16:11:45 +02:00
parent 3ca611fe48
commit 50b7ec03ca

View File

@ -103,7 +103,7 @@ for elision_char in ELISION:
_infixes_exc += [upper_first_letter(word) for word in _infixes_exc] _infixes_exc += [upper_first_letter(word) for word in _infixes_exc]
_infixes_exc = list(set(_infixes_exc)) _infixes_exc = list(set(_infixes_exc))
for exc_data in _infixes_exc: for orth in _infixes_exc:
_exc[orth] = [{ORTH: orth}] _exc[orth] = [{ORTH: orth}]