Commit Graph

11 Commits

Author SHA1 Message Date
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
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
c1046c74a2 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
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
faa0bc3396 fixed the ordinals 1st and 2nd in Fin 2013-05-16 18:53:18 +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
c1b3a46b4c remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal inflection 2010-12-21 09:58:12 +00:00
aarne
cca54b275c restricted Cat import in Numeral (for some languages; to do more) 2010-09-29 07:07:07 +00:00
aarne
dae6b94540 numeral spacing in some languages 2010-05-26 21:29:27 +00:00
aarne
cd399004d6 bindings to NumeralsFin and NumeralsSwe 2010-04-05 20:23:25 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00