aarne
|
b492666c0e
|
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
|
be301d8a5e
|
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
|
d60db9a4c3
|
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
|
599027ff18
|
ParseFin ProDrop variants ; ParseFre question word order and pronoun gender variants
|
2013-12-17 09:54:11 +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
|
39cff5a66b
|
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
|
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
|
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
|
e903f85a90
|
some missing forms in Fin (agent participle, Inf3 instructives); now also in stemmed version.
|
2013-11-29 08:05:55 +00:00 |
|
aarne
|
ece03aca51
|
added some esoteric verb forms to Fin (not used in resource API but nice to show): potential, passive imperatives, infinitives 2,4,5. Remains to carry out in stemmed/StemFin.
|
2013-11-28 22:01:38 +00:00 |
|
hallgren
|
a24d8a9506
|
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
|
4e7f3766cb
|
finished the refactoring of Fin with unstemmed (for library use) and stemmed (for large-scale parsing use). All differences are located in the file StemFin.
|
2013-08-07 09:52:40 +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
|
dba883fb21
|
a special form for Finnish verbs needed for oleva/olema; correction to weakGrade of "kt" and the like
|
2013-03-31 13:56:22 +00:00 |
|
aarne
|
fbe9db8b55
|
Finnish VV inf forms extended with "näyttää tulevan" and "toivoo tulevansa"
|
2013-03-31 10:03:41 +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
|
68bf1cc2f9
|
bug fix in stemmed/NounFin with sp forms of IndefArt
|
2013-03-30 17:07:57 +00:00 |
|
aarne
|
eb9685e911
|
added generalized ComplVV to ParseFin
|
2013-03-25 14:21:46 +00:00 |
|
aarne
|
e14f6a5488
|
particle verbs in Finnish, to ease Wordnet translation
|
2013-01-26 21:24:53 +00:00 |
|
inari.listenmaa
|
64fa0ba3fc
|
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
|
25838cc895
|
added missing adverb to infinitives in Fin and Rus (but something is still omitted in Rus)
|
2012-12-07 14:27:22 +00:00 |
|
aarne
|
590c1c55fd
|
polarity handling for Fin, e.g. "kukaan ei nuku" as equivalent to "nobody sleeps"
|
2012-05-27 15:03:50 +00:00 |
|
aarne
|
33ef398076
|
that_Subj in Finnish
|
2011-02-24 08:20:55 +00:00 |
|
aarne
|
89c3f5555f
|
that_Subj in Bul
|
2011-02-24 08:13:58 +00:00 |
|
aarne
|
0bc1fbccf5
|
more general discourse particles in Finnish
|
2011-02-09 16:42:15 +00:00 |
|
aarne
|
c2d382746e
|
more work on Finnish ClausePlus
|
2011-02-08 19:27:35 +00:00 |
|
aarne
|
ff1413e801
|
ExtraFin functions for word order variations
|
2011-02-08 15:49:04 +00:00 |
|
aarne
|
6a2912bb1c
|
more examples in synopsis
|
2010-12-13 17:28:34 +00:00 |
|
aarne
|
e745881e4a
|
trying to find some inefficiencies in Finnish resource
|
2010-10-25 19:56:47 +00:00 |
|
aarne
|
f89e8bc295
|
order of complements in Finnish
|
2010-06-22 11:29:33 +00:00 |
|
aarne
|
f6db1ad200
|
fixed Finnish youPol complement number to Sg ; some encoding things in French
|
2010-04-06 12:24:41 +00:00 |
|
krasimir
|
4f87558b55
|
fix the missing lock fields in several languages
|
2009-09-13 20:31:20 +00:00 |
|
aarne
|
2116f41bc2
|
next-lib renamed to lib, lib to old-lib
|
2009-06-22 15:39:08 +00:00 |
|