Commit Graph

24 Commits

Author SHA1 Message Date
Inari Listenmaa
9aa31fdcdd (Fin) Add prefix field to A 2018-10-08 16:10:41 +02:00
Aarne Ranta
0a1460ee85 added comma to Fin.RelCN 2018-04-26 16:03:34 +02:00
aarne
58df464c6a refactored adjectives in StemFin to get correct tags in tagged/ 2016-09-22 06:33:43 +00:00
aarne
aa22cd6022 fixed NounFin.DetCN treatment of NPSep in the case of numeral determiners: now it correctly gives partitive "kolme olutta" 2014-10-15 05:46:13 +00:00
aarne
c5b6b79aec bug fix in NounFin.DetCN: special case for NPSep with possessive determiners, to avoid things like "nimisi", which is a bug recently detected in PhrasebookFin 2014-10-01 16:44:50 +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
f3d4c7f4d7 added the constructor Noun.NumeralSuperlOrd for phrases like "third largest", which have special linearizations in many languages e.g. German (drittgrösste) and Finnish (kolmanneksi suurin). Implemented for Chi (to check), Dut, Eng, Fin, Ger, Romance, Scand so far 2014-08-24 14:32:44 +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
e77e6fb7e4 fixed type errors in finnish revealed by improved type checker 2014-04-04 16:38:36 +00:00
aarne
cc4f37ff92 import Construction in AllEng 2013-12-11 09:49:43 +00:00
aarne
8b22d10062 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
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
35a6424818 Finnish passive Impf and Condit fixed (both in rgl and stemmed) 2013-03-30 20:44:28 +00:00
aarne
aea2c42e06 Poss,Part,Count NP implemented in Finnish: tehtaan johtaja, lasi viiniä, kolme pojista 2013-03-13 14:48:23 +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
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
6624bece17 adjustments in Phrasebook 2010-05-27 20:44:39 +00:00
aarne
ec39c2315b fixed Finnish youPol complement number to Sg ; some encoding things in French 2010-04-06 12:24:41 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00