Commit Graph

38 Commits

Author SHA1 Message Date
Aarne Ranta
8ff47abd59 added ExtraFin.CompNomAP 2018-06-19 17:51:38 +02:00
aarne
7bd6b4c13a added PartPlCN to ExtraFin 2017-06-04 10:30:15 +00:00
aarne
dc2e103622 fixed subject agreement with non-Nom case in ExtraFin.MkVPS 2017-04-24 13:34:43 +00:00
aarne
2d6a343937 reflexive possessives in Fin and Ger ; in Fin, it also makes a difference in the recognized strings, because it always involves pro-drop unlike ordinary possessives 2016-06-07 13:59:09 +00:00
aarne
9dd42f472a added ExtraFin.AdjAsCN 2016-04-24 08:44:29 +00:00
aarne
ddf5f58b2f Fin: replaced a few selections of NPCase Nom by NPSep to work properly with prodrop: pronouns should not be dropped in those cases. This moreover gave rise to lots of spurious ambiguities. 2014-09-25 07:02:15 +00:00
aarne
e866d9ac0d Finnish NPSep form, to avoid empty Nominative forms in wrong places in case of pro drop. 2014-09-15 07:17:11 +00:00
hallgren
4c38803eea Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +00:00
aarne
53f1174996 removed spurious substantival possessives created from empty strings in NounFin in the presence of ProDrop 2014-05-23 14:10:36 +00:00
aarne
9c2f13b37b improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing 2014-04-22 19:50:45 +00:00
aarne
e560a59646 shrinking the size of some Fin datatypes (in general RGL) results in pgf size reduction to 25% of previous size 2014-02-09 17:38:24 +00:00
aarne
fed8d38361 ParseFin ProDrop variants ; ParseFre question word order and pronoun gender variants 2013-12-17 09:54:11 +00:00
aarne
a0ab71424b 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
7fc7addb53 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
e4996502d3 corrected the treatment of passives in Fin 2013-12-08 14:58:29 +00:00
aarne
c8d91cd407 another doubling of parsing speed for Fin by using stems inside VP as well. Now just 10% of the time before these optimizations. 2013-12-07 15:55:20 +00:00
aarne
b4e08ae60c 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
2843fae2af PassAgentVPSlash for Eng, Swe, Fin, Fre 2013-12-06 08:32:53 +00:00
hallgren
2c8fed764b lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas
  
	--# -coding=latin1
  
so that grammars will continue to work when we change the default character
encoding to UTF-8.
2013-11-22 17:26:00 +00:00
aarne
5610b93e30 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
bb0f5cf6a8 ExistsNP in Extra for Cat,Eng,Fre,Ita,Spa 2013-05-22 14:25:15 +00:00
aarne
647b6945d8 added GenRP to ExtraFin 2013-05-16 16:28:24 +00:00
aarne
f7f40e3ec7 particle verbs in Finnish, to ease Wordnet translation 2013-01-26 21:24:53 +00:00
inari.listenmaa
cb3669a8e5 Finnish vowel harmony
Changed the structure of N,CN,Det,Quant, and functions that build and use them.
2013-01-22 18:16:24 +00:00
aarne
29751ac69e possessive fixes in Fin 2012-12-28 14:24:56 +00:00
aarne
907ae50978 fixes in ExtraFin 2012-11-20 13:51:08 +00:00
aarne
96cbe372e0 polarity handling for Fin, e.g. "kukaan ei nuku" as equivalent to "nobody sleeps" 2012-05-27 15:03:50 +00:00
aarne
05251820c4 fixes in Fin: cases of plural indefinites; VPS and its conjunction; negative determiners (only work in negated sentences though) 2012-05-26 08:16:00 +00:00
aarne
646426dab6 OVS in ExtraFin 2012-03-14 09:58:06 +00:00
aarne
14fdcfe722 some ExtraFin functions to improve query language 2011-09-19 14:36:59 +00:00
aarne
7cd09c88db more general discourse particles in Finnish 2011-02-09 16:42:15 +00:00
aarne
1f5fd10640 more work on Finnish ClausePlus 2011-02-08 19:27:35 +00:00
aarne
11332d735e ExtraFin functions for word order variations 2011-02-08 15:49:04 +00:00
aarne
23fc46867c possessive prodrop in Finnish 2010-05-28 09:32:51 +00:00
aarne
938a35562f some additions to lib API 2010-04-10 07:32:11 +00:00
aarne
fe6b58fd65 pro drops and 'how AP' in Extra for some languages 2010-04-09 14:38:33 +00:00
aarne
573215d2f8 change in Romance agreement to produce correct number for polite singular pronouns ; linking functions that involve mkClause now takes a long time and should be revised 2010-04-06 14:08:01 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00