1
0
forked from GitHub/gf-core
Commit Graph

16 Commits

Author SHA1 Message Date
hallgren
1846e6bf65 Nonlinear patterns in concrete syntax are now detected and reported as errors
Before, they were silently converted to linear patterns.
Nonlinear patterns in MorphoCat.gf, ParadigmsGre.gf and ParadigmsFin.gf have
been make linear by renaming pattern variables.
2013-09-09 19:52:08 +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
d14589804e worst case of Fin mkA; default case endings for Fin symbol as PN 2013-03-12 20:01:07 +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
6e6d2611dc DictEngFin: a translation dictionary based on Finnish wordnet, Kotus, and frequency list. Not yet quite functional. 2012-05-23 15:46:12 +00:00
aarne
6d2484f91c more smartness in ParadigmsFin enabled by the efficient compiler 2011-09-13 08:41:16 +00:00
aarne
525bf8f410 Finnish SDP paradigm ported to lower-case by using Predef.toUpper 2011-06-02 16:12:01 +00:00
aarne
c2d382746e more work on Finnish ClausePlus 2011-02-08 19:27:35 +00:00
aarne
fbbd1981e3 fetching DictFin words by Paradigms functions 2010-12-29 10:16:10 +00:00
aarne
4f244b6eec remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal inflection 2010-12-21 09:58:12 +00:00
aarne
6b682ebd55 paradigms annotated in Fin 2010-12-14 13:06:56 +00:00
aarne
27ae61f9ca fixed LexiconFin.near_A and the documentation of ParadigmsFin.mkA 2010-04-29 14:03:55 +00:00
aarne
7c7f8112c9 generalized and extended Phrasebook in many ways 2010-04-05 16:36:38 +00:00
aarne
2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00