Skip to content

Commit 08ac866

Browse files
committed
en/{wordnet-dic,ir-verben}.txt: Renamed to match standard pattern.
Also added to en.lang for immediate use.
1 parent 60c7ca9 commit 08ac866

5 files changed

Lines changed: 16 additions & 15 deletions

File tree

de.lang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ language:
7272
min-avg-part-size: "4"
7373
append-wordclass: "+"
7474
skip-sequences: [ xx ]
75-
75+
7676
suffix:
7777
# Suffixliste, Stand: 30-06-2005
7878
# Suffixklasse: s = Substantiv, a = Adjektiv, v = Verb, e = Eigenwort, f = Fugung
@@ -105,6 +105,6 @@ language:
105105
- [ fl, st ]
106106
- [ li, h ]
107107
- [ i, s ]
108-
108+
109109
sequencer:
110110
sequences: [ [AS, "2, 1"], [AK, "2, 1"], [AAK, "3, 1 2"], [AAS, "3, 1 2"] ]

en.lang

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,16 @@
4343
# lingo language definition
4444
---
4545
language:
46-
4746
name: 'Englisch'
4847

4948
dictionary:
50-
5149
databases:
52-
5350
# Systemwörterbücher
5451
sys-dic: { name: en/lingo-dic.txt, txt-format: WordClass, separator: '=' }
5552
sys-syn: { name: en/lingo-syn.txt, txt-format: KeyValue, separator: '=', def-wc: y }
5653
sys-mul: { name: en/lingo-mul.txt, txt-format: SingleWord, use-lex: 'sys-dic', def-wc: m }
57-
54+
sys-irr: { name: en/lingo-irr.txt, txt-format: WordClass, separator: '=' }
55+
sys-wdn: { name: en/lingo-wdn.txt, txt-format: WordClass, separator: '=' }
5856
# Benutzerwörterbücher
5957
usr-dic: { name: en/user-dic.txt, txt-format: WordClass, separator: '=' }
6058

File renamed without changes.
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
#
2-
# englischsprachiges Wörterbuch
3-
# Quelle: WordNet WordNet 3.0 Copyright 2006 by Princeton University
4-
# URL: http://wordnet.princeton.edu/
5-
#
6-
# Stand: 26.05.08 / Thomas Müller
7-
#
1+
# Systemwörterbuch lingo-wdn.txt
2+
# enthält englischen Grundformen mit Wortklassen
3+
# #s = Substantiv
4+
# #a = Adjektiv
5+
# #v = Verben
6+
# #t = Takeitasis
7+
# Quelle: WordNet WordNet 3.0 Copyright 2006 by Princeton University
8+
# URL: http://wordnet.princeton.edu/wordnet/license/
9+
# Stand: 07.04.2009
10+
811
aachen=aachen #s
912
aaium=aaium #s
1013
aaland=aaland #s

ru/lingo-dic.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# enthält russische Grundformen mit Wortklassen
33
# #s = Substantiv
44
# #a = Adjektiv
5-
# #v = Verbe
5+
# #v = Verben
66
# #t = Takeitasis
77
# Quelle: WordNet WordNet 3.0 Copyright 2006 by Princeton University
8-
# URL: http://wordnet.ru/LICENSE.txt
8+
# URL: http://wordnet.ru/LICENSE.txt
99
# Stand: 07.09.2012
1010

1111
а=а #t

0 commit comments

Comments
 (0)