1
0
forked from GitHub/gf-rgl
Commit Graph

1298 Commits

Author SHA1 Message Date
bjorn
4fa7f664b5 Inflect German Numeral pot01 ("ein") in gender and case. Needed to get phrases such as "eine grosse Pizza" correct when "eine" is a Numeral rather than indef art. 2008-06-25 17:30:50 +00:00
aarne
cc4c0d7a49 resource gold standard in UTF8, since test output is also 2008-06-25 17:25:30 +00:00
aarne
8474fd5d34 changed names of resource-1.3; added a note on homepage on release 2008-06-25 16:54:35 +00:00
aarne
c0e0f5247e a new example in exx-resource 2008-06-25 10:14:06 +00:00
bjorn
ee3c86fa7e russian added operation for adding n prefix to pronouns after prepositions. 2008-06-25 14:16:09 +00:00
bjorn
8a2e38e15d russin: noun declesion 10: small animals 2008-06-25 13:54:18 +00:00
bjorn
acd973c887 russian: fix neutral adjective-declined nouns 2008-06-25 13:30:05 +00:00
bjorn
c189e22d2f russian: no need to import Predef. 2008-06-24 23:16:01 +00:00
bjorn
2bdfc97842 russian: new paradigms for adjectives, including overloaded smart paradigm. moved declension stuff to MorphoRus. changes LexiconRus to use new mkA. 2008-06-24 23:06:20 +00:00
bjorn
dcbb2b8558 russian: more noun paradigm work 2008-06-24 21:22:47 +00:00
bjorn
ea05be46fa Remove lots of ununsed noun stuff from MorphoRus. 2008-06-24 21:21:59 +00:00
bjorn
4d2a37bdbe Russian: remove old noun paradigm type declarations. Overload mkN2. Move internal stuff so that it is not visible in the synopsis. 2008-06-24 20:35:51 +00:00
aarne
caa8708bc1 demo prepared 2008-06-24 22:08:54 +00:00
aarne
e4f1322041 added default decodings to Make, to enable multilingual utf8 generation 2008-06-24 21:52:07 +00:00
aarne
837dde872c some fixes in Hindi and Finnish 2008-06-24 20:40:21 +00:00
aarne
c4a7622d73 a method for cloning a file to different languages: Make clone file=FileLLL.gf 2008-06-24 18:26:06 +00:00
bjorn
380392d882 russian: new noun paradigms, including smart paradigm. Some things are still unhandled, notably vowel changes, -a plurals -u prepositions. I have changed the lexicon to use the new ones even though they are not finished, since it was in a pretty sorry state to begin with. 2008-06-24 18:44:41 +00:00
aarne
2bed7d5701 cp1251 coding ; trying to recognize the coding flag in grammar 2008-06-24 13:58:04 +00:00
aarne
822ee9f66e scandinavian agreement to object 2008-06-24 12:00:40 +00:00
aarne
c03c228b8b langs option to Make.hs ; utf8 exception in linearization from the coding flag in grammar 2008-06-24 08:35:02 +00:00
bjorn
24ba2a7540 Russian: some refactoring of verb conjugation. 2008-06-23 20:01:47 +00:00
bjorn
48c65800f4 Remove prepos2Pl argument to mkN. It is always identical to preposPl. 2008-06-23 18:37:50 +00:00
bjorn
e9a2355a6e Russian: remove a big chunk of ParadigmsEng which was pasted into ParadigmsRus and commented out. 2008-06-23 18:32:51 +00:00
bjorn
e7e50f44aa russian: implement pronMu and pronVu in terms of a common operation 2008-06-23 18:28:05 +00:00
bjorn
f27dfd8ac4 russian: removed preposition o from some prepositional cases. don't understand why it was there. 2008-06-23 18:27:37 +00:00
bjorn
e067326a76 russian: use pronOn to implement pronOno. 2008-06-23 18:06:23 +00:00
bjorn
365b16c7e3 russian: reimplement pronYa and pronTu in terms of a common operation. 2008-06-23 18:01:27 +00:00
bjorn
0496872bff russin: implement -to pronouns in terms of the base ones. 2008-06-23 17:30:23 +00:00
bjorn
c04cf72bfb Russian: get rid of the Prepos2 case. Added an argument to Prepos instead to handle -y endings with the v and na prepositions. This saves us a few hundred lines of code. It's a bit pointless since the whole thing needs to be rewriten, but at least I'm getting familiar with the code. 2008-06-23 17:15:14 +00:00
bjorn
b09e0f5ee0 Collapse some unnecessairly expanded cases in the russian morphology. 2008-06-23 13:27:51 +00:00
aarne
2bf3b19c75 more demo languages; an entry for demo in Make.hs 2008-06-23 12:59:26 +00:00
krasimir
3455c64a82 fix the digits spelling in bulgarian 2008-06-23 12:21:31 +00:00
krasimir
ccfa22bb08 hfix the definitive article in case of NP with postmodifing AP 2008-06-23 11:13:28 +00:00
aarne
72300be0dc demo grammars for some new languages 2008-06-23 09:08:31 +00:00
aarne
5776c3b2a4 gold standard for restest 2008-06-22 19:47:03 +00:00
aarne
eb72aeb20a Finnish negation particle stored in VP for vowel harmony 2008-06-22 18:33:15 +00:00
aarne
82186e38b7 fixes in finnish 2008-06-21 20:15:56 +00:00
aarne
10adcdd9a1 simplified VP lincat in German and Romance 2008-06-21 16:56:18 +00:00
aarne
1872e836ad fixed Scandinavian bugs in exx-resource 2008-06-20 20:42:26 +00:00
aarne
72b1881ee0 added some words to complete resource test 2008-06-20 16:08:22 +00:00
aarne
f548ff5eec restored Makfile and synopsis in 1.4 2008-06-20 14:01:53 +00:00
aarne
3d8f5b03fa extended api with some IQuant rules 2008-06-20 11:54:37 +00:00
aarne
12fb02bf75 tutorial semantics example works except one rul 2008-06-20 10:38:03 +00:00
aarne
1ba825e75b restored Symbolic in 1.4, moved to mathematical; Int and Float don't work properly 2008-06-20 10:12:50 +00:00
aarne
a905625945 restored mathematical in 1.4; forgave some lock fields in overload resolution 2008-06-20 09:21:52 +00:00
krasimir
b698d0f90c move the prelude sources to the prelude directory and add the resource library to cabal 2008-06-19 14:16:05 +00:00
krasimir
428505b46f fix the lock fields in MorphoFunsBul.gf 2008-06-19 13:02:48 +00:00
aarne
4fc362c06b started examples-3.0 with examples that are tested to work 2008-06-17 13:16:15 +00:00
aarne
cf1210f824 fixed command abbreviations in GFI 2008-06-17 12:34:02 +00:00
bjorn
73454ab9df Handled undefined children in the gflib.js Fun.show() function.
This shouldn't really happen, but if it does, debugging is much easier.
2008-06-17 11:06:46 +00:00