kr.angelov
72556ad1ae
a long list of prepositions from Wikipedia is now imported in DictEng in addition there are a number of small other changes in the dictionary. The statistical model is updated and is now moved to treebanks/PennTreebank/ParseEngAbs.probs
2013-03-25 10:24:24 +00:00
kr.angelov
466813f1e8
fix in ParseHin which made it impossible to load the grammar with the C runtime
2013-03-20 10:34:37 +00:00
virk.shafqat
648b3c53a9
pathbugfixParseHin
2013-03-20 10:21:12 +00:00
virk.shafqat
af4ac56b35
smallfixDictHin
2013-03-20 09:17:55 +00:00
kr.angelov
8041999405
the ParseFin grammar now excludes ComplVV from VerbFin since this function has a more general type in the parsing grammar
2013-03-19 10:49:13 +00:00
aarne
ed8611c94b
Makefile entries for ParseHin and ParseGer
2013-03-19 07:59:04 +00:00
aarne
6660a47404
Makefile entries for pgf's for robust parsing
2013-03-19 07:26:06 +00:00
kr.angelov
c775d0c5c5
filterout all adjectives and adverbs which could be derived morphologically
2013-03-18 17:31:20 +00:00
virk.shafqat
4fd9c860f3
factorUrdandAddDictGer
2013-03-18 14:42:10 +00:00
kr.angelov
34fddf669f
some of the newly added nouns in DictEng were actually variations of already existing lexical entries. Those are removed now.
2013-03-15 23:23:06 +00:00
kr.angelov
e5913189db
massive extensions in DictEng and DictEngBul. This includes all new nouns imported from WordNet by Shafqat, phrasal verbs that I collected from internet and the PennTreebank, plus various other small additions.
2013-03-15 20:18:22 +00:00
aarne
ff879641c8
uncomment a VerbFin function left commented by mistake
2013-03-15 17:40:28 +00:00
aarne
23a310be57
a stemmed version of DictEngFin and ParseFin - now works without trouble!
2013-03-15 15:07:14 +00:00
inari.listenmaa
2295f491c7
Corrections in LexiconSpa
...
Corrected many verbs in LexiconSpa. Also added in BeschSpa oir_51 and corrected morder_50b. In MorphoSpa added words ending in é and á to a regexp for regular nouns.
2013-03-15 17:13:25 +00:00
aarne
87d465594b
stemming in Fin also for verbs now
2013-03-15 11:13:49 +00:00
aarne
3b66a870d1
stemmed version of verbs: from 102 forms to 13 "technical stems" in Fin
2013-03-15 08:55:14 +00:00
aarne
330a2ae094
Stemmed Finnish for N and A. Cuts down the number of forms stored in the lexicon to 30%, requiring more often -bind in linearization. Stored as alternative files in finnish/stemmed; perhaps to be functorized later.
2013-03-14 20:55:59 +00:00
aarne
59cbd2867f
experimental stem-based morphology for Finnish, to minimize lexicon size, started
2013-03-14 15:13:44 +00:00
aarne
54324d5de3
added PassVPSlash to ExtraRomance; it is a generalization of PassV2 already implemented for some languages. As a variant in Spa and Cat, added PassVPSlash_ser with another copula.
2013-03-13 17:07:57 +00:00
aarne
18324e5e04
Poss,Part,Count NP implemented in Finnish: tehtaan johtaja, lasi viiniä, kolme pojista
2013-03-13 14:48:23 +00:00
aarne
b3e1908c78
Poss,Part,Count NP in Scandinavian
2013-03-13 14:21:26 +00:00
aarne
31b4b13b65
constructors PossNP, PartNP, CountNP to separete "of" constructions
2013-03-13 13:42:41 +00:00
aarne
05c9934af0
added the nominal possessive form NPNomPoss to NPCase in Eng (covering mine, yours, etc)
2013-03-13 12:34:22 +00:00
aarne
f61a013a40
case endings in Fin symbols: Nom is a special case, since there is no ending
2013-03-12 20:29:31 +00:00
aarne
367123c81b
the proper place of verb particle in Eng passives
2013-03-12 20:06:51 +00:00
aarne
d14589804e
worst case of Fin mkA; default case endings for Fin symbol as PN
2013-03-12 20:01:07 +00:00
aarne
77171607a9
some additions to DictEngGer, e.g. said_Quant
2013-03-12 16:59:38 +00:00
aarne
c5d03231d8
removed variants from IrregGer, introducing extra fun's for irregular variants, but none for regular ones.
2013-03-12 16:21:37 +00:00
aarne
9cd632497b
AdvVPSlash in Fin
2013-03-12 10:00:15 +00:00
aarne
cae80a3074
fixed DictEngGer to changed lincats
2013-03-12 09:07:15 +00:00
aarne
3eab279825
verb particles in place in DictEng
2013-03-11 19:20:35 +00:00
aarne
dfd314520b
a typo in ParadigmsGer.mkV2 ; added comma in NounGer.RelCN
2013-03-10 16:17:28 +00:00
inari.listenmaa
d58b0e21d6
Corrected accents in interrogative pronouns
2013-03-08 12:37:12 +00:00
aarne
dc6812c304
refined the check whether a complement has a preposition by adding a parameter, in Ger
2013-03-08 08:02:06 +00:00
aarne
defdba3d27
in Ger, an NP can be light only if the complement case is Acc
2013-03-07 20:49:04 +00:00
aarne
949d03f90b
more fine-grained place of German negation
2013-03-07 20:47:21 +00:00
aarne
988d5970d6
particle verbs in English: make discontinuous (at last). Accessed by ParadigmsEng.partV (as before, but without real effect) and ExtraEng.ComplSlashPartLast.
2013-03-07 18:12:56 +00:00
inari.listenmaa
2689d1a6a1
Fixed typos in MorphoSpa
...
Just some things that were mistyped in the previous fix (like forgotten parentheses).
2013-03-07 10:56:05 +00:00
virk.shafqat
76902d3215
accedentalBugFixedAllHin
2013-03-05 20:37:48 +00:00
inari.listenmaa
dc56fedfa5
Better smart paradigms for diphthong verbs ending in -er and nouns ending in n
...
In BeschSpa: Fixed bugs in regAlternV and added regAlternVEr. Now the two-place constructor mkN "mostrar" "muestro" now works also for verbs in -er conjugation. (Not for -ir though, they are more irregular.)
In MorphoSpa: Added smart paradigms for nouns with alternation "jardín" "jardines". Now they only need one form.
In LexiconSpa: Corrected Paris to París.
2013-03-05 15:55:27 +00:00
virk.shafqat
c77412d35b
added LinkedDictUrd
2013-03-04 09:09:55 +00:00
virk.shafqat
5e835de380
few changes in ParseHin
2013-03-04 09:05:56 +00:00
kr.angelov
d924b70888
a bunch of changes in DictEng and DictEngBul plus an updated statistical model
2013-02-27 09:21:29 +00:00
kr.angelov
1a0f85d297
fixes and extensions in DictEng and DictBul
2013-02-22 09:53:54 +00:00
aarne
ed3867789d
spacing in Romance reflexives with infinitives
2013-02-21 16:02:40 +00:00
aarne
f92e245c0a
inversions with intervening -t- for Fre, e.g. fera-t-il, parle-t-elle
2013-02-21 08:40:57 +00:00
aarne
5cb47b863d
the word order of Romance DInv sentences: dove è X esposto -> dove è esposto X. Perhaps a bit too strong; the old version is left in comments, to make later finer distinction easy.
2013-02-20 20:34:28 +00:00
aarne
8eaf3c319e
fixed details of Romance clitics for reflexives, imperatives, infinitives. A change in the type of VP.clit3 was needed.
2013-02-20 19:34:20 +00:00
aarne
07eaf86ab4
fixed agreement to object in Romance SlashVP
2013-02-20 15:55:53 +00:00
aarne
48204048d3
some fixes with Romance clitics and imperatives
2013-02-20 15:27:54 +00:00