1
0
forked from GitHub/gf-core
Commit Graph

23 Commits

Author SHA1 Message Date
aarne
168e7d54a3 solved the issue with it_Pron not having possessive suffix in Fin; fixed a number of warnings in Fin 2013-12-11 08:06:01 +00:00
aarne
19d2e41781 at last, proper possessive suffixes in Finnish Prep. This needs a parameter and vowel harmony: "opettajan mukaan" (according to the teacher), "meidän mukaamme" (according to us), "hänen jälkeensä" (after her). 2013-12-10 20:35:52 +00:00
aarne
52a6c03605 Fin.VPSlashPrep is cyclic in the presence of empty-strinc prepositions. Therefore omitted it from ParseFin. 2013-12-10 15:17:35 +00:00
aarne
c4ac0bd0f7 adverbs at_home, from_home in Eng,Fin,Swe ; display categories in ParseFin ; some corrections in Fin and Swe Dict 2013-12-09 15:08:09 +00:00
aarne
a03037b830 changed Finnish VP so that the verb is stored as such. This makes compilation and parsing several times faster. TODO: treat passivization correctly; optimize further by only storing the stems. 2013-12-07 11:13:17 +00:00
aarne
0f2cc75490 make ParseFin compile with Construction 2013-12-07 08:01:28 +00:00
aarne
4f877ef885 added constructions to Parse grammars 2013-12-06 17:13:53 +00:00
aarne
376ed50c2e PassAgentVPSlash for Eng, Swe, Fin, Fre 2013-12-06 08:32:53 +00:00
aarne
996e0141e2 three new uses of "self" in Idion(Eng,Fin,Ger,Swe): SelfAdvVP (he is singing himself), SelfAdVVP (he is himself singing), SelfNP (he himself is singing; I know the president himself) 2013-12-03 18:54:56 +00:00
aarne
7a446f5cd1 refactored Fin so that the stemmed and the unstemmed versions share all code except StemFin. It is chosen by setting the path; a functor solution would be purer, but it feels like overkill. 2013-08-06 21:36:12 +00:00
aarne
830e7bfa53 fixes in FIn syntax and lexicon 2013-04-07 21:34:11 +00:00
aarne
d6014786ab SlashSlashV2V in ParseEng added; new set of checked DictFin words 2013-04-07 13:23:23 +00:00
aarne
16c0fb00f7 missing ParseFin syntax constructs 2013-04-04 13:14:02 +00:00
aarne
8d4bde1787 a separate compound form for Fin nouns, needed e.g. for nainen->nais 2013-03-30 21:52:25 +00:00
aarne
07d12bdffc Finnish passive Impf and Condit fixed (both in rgl and stemmed) 2013-03-30 20:44:28 +00:00
aarne
73e0a8e5c6 an improvement in Fin passive infinitives - but still not perfect 2013-03-30 17:39:36 +00:00
aarne
68bf1cc2f9 bug fix in stemmed/NounFin with sp forms of IndefArt 2013-03-30 17:07:57 +00:00
aarne
660d21000d Some more DictFin items. 50 of the 3220 Penn examples remain to be covered. 2013-03-29 21:34:50 +00:00
aarne
01f12a135b preliminary implementation of GerundN and GerundAP in ParseFin. More coverage, but some strange translations. 2013-03-29 12:45:24 +00:00
aarne
27a1811446 second round of completing ParseFin with missing constructs: hundreds more translations 2013-03-29 08:03:20 +00:00
aarne
eb9685e911 added generalized ComplVV to ParseFin 2013-03-25 14:21:46 +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
23a310be57 a stemmed version of DictEngFin and ParseFin - now works without trouble! 2013-03-15 15:07:14 +00:00