Commit Graph

261 Commits

Author SHA1 Message Date
aarne 58ecdf7cff a couple more generic structural words in LargeFin 2016-09-23 17:56:21 +00:00
aarne d7f88e46eb LargeFin with no lexicon, but just one word in each category+inherent features; still incomplete 2016-09-23 12:32:51 +00:00
aarne 02358dbd80 added top-level punctuation to tagged Finnish 2016-09-22 19:49:26 +00:00
aarne ce6ebf9330 added derivable adverbs to LargeFin (the tagged lexicon from Kotus) 2016-09-22 08:55:47 +00:00
aarne bd60279dc0 Omorfi tagging mostly complete for open classes in Fin, some closed classes and syncat words missing 2016-09-22 08:23:04 +00:00
aarne ddf24a0a4e refactored adjectives in StemFin to get correct tags in tagged/ 2016-09-22 06:33:43 +00:00
aarne 1eb83dad9e adapted most of the tags to UD parsebank notation in TagFin 2016-09-21 15:37:33 +00:00
aarne a891f9fdc0 experimental LargeFin parsing grammar with Kotus lexicon and morphological tags. 2016-09-21 13:29:35 +00:00
aarne 11978b4f29 tagged/LangFin.gf now compiles but conversion to tags is not yet complete 2016-09-21 12:28:09 +00:00
krasimir 8fae09f325 add ready_VP in Constructions 2016-07-05 09:49:30 +00:00
krasimir c0fd96061a added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages 2016-07-05 06:22:06 +00:00
krasimir 10378917ff added tired_VP in Constructions 2016-07-04 21:15:00 +00:00
aarne b528a5b4a9 reflexive possessives in Fin and Ger ; in Fin, it also makes a difference in the recognized strings, because it always involves pro-drop unlike ordinary possessives 2016-06-07 13:59:09 +00:00
aarne 18287165e0 a fix in Fin verb paradigms 2016-05-12 08:06:27 +00:00
aarne 8a2d41d89f fixed Fin determiners that put CN into the partitive (paljon maitoa); works for the singular ones now 2016-05-03 07:20:40 +00:00
aarne f48585151f added ExtraFin.AdjAsCN 2016-04-24 08:44:29 +00:00
aarne a2460d6fde bogus words in DictFin and DictionaryChi removed 2015-12-07 16:50:34 +00:00
aarne ed43431da0 just_because_Subj with Swedish variant bafatt: an example of the agility of our translator 2015-12-07 12:10:09 +00:00
krasimir 07b381ee63 change in the Documentation module to accomodate topics visualization 2015-11-29 08:01:07 +00:00
krasimir 80ccd0493d now the Documentation module contains a category Definition which is used to generate definitions and examples for words in the App. 2015-11-16 14:57:32 +00:00
aarne 38c6bbc71b made Lexicon.give_V3 ditransitive in a number of languages; corrected the default order for V3 in Romance (was accusative dative, now the other way around as it should be) 2015-10-15 14:43:20 +00:00
inari 1041456fc1 fix bug in stemmed/StemFin: essive case appeared twice, now only once 2015-07-22 15:02:45 +00:00
inari 25fff39f79 initial version, only nouns 2015-07-15 14:01:45 +00:00
krasimir f716974e89 the Android app now can show Glosses from WordNet 2015-07-01 09:44:56 +00:00
krasimir 3c2740c079 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
aarne ab5d911141 new words in DictionaryFin and rules in ExtensionsFin ; some fun's in Dictionary commented out with ----* 2015-04-17 15:48:01 +00:00
aarne 73976ec803 started finnish/tagged/ as a variant of the RGL that uses external morphological analysis 2015-03-17 15:04:28 +00:00
aarne 1bce002fdb changed default for Fin.mkN with endings ain/uin/äin: no strong grade, so that we get avain - avaimen instead of avain - avakimen 2015-02-22 19:07:56 +00:00
aarne 145fca17fd mkQuant added to ParadigmsFin ; added missing Quants to DictionaryFin 2014-12-05 17:02:56 +00:00
aarne ef59dee4d5 Constructions: languageNP and languageCN ; languagePN removed. Requires the change of lincat from PN to N. Done for 10 languages, not yet Bul and Hin. Enables "my English is bad", "this is bad English" 2014-11-20 22:10:24 +00:00
inari efe6b11d4c add constructions to English and Finnish 2014-11-13 15:34:12 +00:00
aarne 31f2e8cae0 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 feff23951f 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 f6a9a88cef 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 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
aarne e9d83e1f9d 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 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
hallgren 7dee933802 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +00:00
aarne d6e9fb5edf Fin prepositions with possessive suffixes had a double BIND token ; placement of "luo" etc in DictionaryFin 2014-06-20 07:03:49 +00:00
aarne f50009de83 a couple of fixes in Fin and Swe dictionaries 2014-06-20 06:28:33 +00:00
aarne 08e27cd56e moved Names to Construction, to make the structure simpler ; use months and weeks as PN's as well 2014-06-18 09:27:57 +00:00
aarne 97b0294208 typo in ConstructionFin giving a type error 2014-06-18 08:17:07 +00:00
aarne ad519cd44a coercions from special categories in Construction to N and PN 2014-06-18 06:29:34 +00:00
aarne 613594d732 moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages 2014-06-17 19:12:18 +00:00
aarne b6881e1521 ParadigmsFin.foreignPN, to deal with foreign names 2014-06-17 15:45:57 +00:00
aarne 8c0592b399 some fixes in Fin and Swe 2014-06-15 13:49:48 +00:00
aarne 85e37dbec4 mkSeparateN in Fin for multiword "compounds" 2014-06-12 06:45:28 +00:00
aarne 6e1bb5446d removed spurious substantival possessives created from empty strings in NounFin in the presence of ProDrop 2014-05-23 14:10:36 +00:00
aarne 2a5ed29a30 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 651449a87d fixes in DictionaryFin - mainly missing lin's up to BNC 2000 2014-04-15 16:40:18 +00:00