Commit Graph
100 Commits
Author SHA1 Message Date
krasimir 6c28dc2699 fixed Foods grammar for Macedonian 2016-04-07 10:49:35 +00:00
krasimir 74fecc2cfc Foods grammar for Macedonian. Probably not quite correct 2016-04-05 15:33:44 +00:00
krasimir 6028bf7679 interjections, MassNP and simple VP phrases in Slovenian 2016-03-28 21:03:00 +00:00
krasimir 9807837342 pronouns in Slovenian. Slovenian has more personal pronouns and not all are currently covered in the RGL 2016-03-27 07:03:19 +00:00
krasimir b9b7984cfc a few more words in LexiconSlv for testing 2016-03-25 06:24:31 +00:00
krasimir 7a45959d9e simple NP phrases in Slovenian 2016-03-25 06:23:54 +00:00
krasimir 39c7865e67 fix in PositA in Slovenian 2016-03-25 06:23:23 +00:00
krasimir ec6758d0e4 mkAdv in Slovenian 2016-03-24 20:48:47 +00:00
krasimir 7ed94e8cc7 forgot LangSlv.gf 2016-03-24 20:37:48 +00:00
krasimir bf0f5bcd9a some fragments of adjectives and nouns in Slovenian 2016-03-24 20:35:51 +00:00
krasimir 5e586c247a prepositions in Slovenian 2016-03-24 19:48:06 +00:00
krasimir 3e8ec361d8 fix the handling of separators in BNFC which are not nonempty 2016-03-22 13:13:35 +00:00
krasimir 4fb187b49c CFGtoPGF is now extended to support context-free grammars with primitive parameters 2016-03-22 10:28:15 +00:00
krasimir 9780b38469 added missing module GF.Grammar.BNFC 2016-03-21 20:03:28 +00:00
krasimir 2bd4f2ef04 fix comment in GF.Grammar.CFG 2016-03-21 19:33:14 +00:00
krasimir 8cd59c6d98 initial support for BNFC syntax in context-free grammars for GF. Not all features are supported yet. Based on contribution from Gleb Lobanov 2016-03-21 13:27:44 +00:00
krasimir 651eab05d8 bugfix: GF.Compile.CFGtoPGF now supports literal categories 2016-03-21 13:26:32 +00:00
krasimir 27313fb336 more progress on the typechecker 2016-03-15 14:16:17 +00:00
krasimir f4cf7493e3 current state of the experimental typechecker 2016-03-07 20:20:47 +00:00
krasimir bd337427eb add missing cases in vapply in the partial evaluator 2016-03-03 06:59:50 +00:00
krasimir cbdbd1dd8e Predef.Ints is of type PType not Type 2016-03-02 22:31:52 +00:00
krasimir c6218d768a fix in the typechecker 2016-03-02 21:28:54 +00:00
krasimir 9d71727545 a better interface between the type checker and the partial evaluator 2016-03-02 16:22:56 +00:00
krasimir e51ad77836 the experimental type checker in GF.Compile.TypeCheck.ConcreteNew is now rewriten to use the complete evaluator in GF.Compile.Compute.ConcreteNew. The old sketchy implementation in GF.Compile.Compute.ConcreteNew1 is now removed. 2016-03-02 13:38:02 +00:00
krasimir 8acbc6ba45 Now we even test in two different places for the JNI headers. Once for Linux and once for Mac OS. This is still not ideal since different Linux distributions might use different locations. 2016-02-17 14:52:48 +00:00
krasimir 6a50ccb48b typo in the new Makefile 2016-02-17 14:40:46 +00:00
krasimir be9a8f5a1f a version of the Makefile for the Java binding which should work on Linux and Mac OS 2016-02-17 14:37:55 +00:00
krasimir ad716539d4 add a skeletal morphology for Slovenian and a script for importing the SLOLEKS lexicon to GF 2016-02-10 18:12:48 +00:00
krasimir 453ad134b5 some progress on complex queries in libsg 2016-02-09 10:59:18 +00:00
krasimir 4d0b813b40 fix MkLang.hs to work with contemporary GHC versions. Haskell 98 doesn't seem to be supported anymore 2016-02-05 08:37:51 +00:00
krasimir db523ff200 fix a rather intricate bug where coercions in the PMCFG grammar didn't interact properly with the lazy parser 2016-01-26 14:29:06 +00:00
krasimir b77a0d6801 javadoc comments in the Java binding 2016-01-14 19:03:13 +00:00
krasimir 9483ad219b added API for reading a list of tuples in the SG module 2015-12-22 13:50:01 +00:00
krasimir e584be964c pgf_read should close the input file. 2015-12-22 09:29:14 +00:00
krasimir 6bf691c3af added a primitive full-text search index in libsg. This can be use for finding an abstract tree whose linearization matches given keywords 2015-12-20 14:04:52 +00:00
krasimir c6763c23e7 a fix that should solve the segmentation fault on MacOS with the exhaustive generator 2015-12-19 17:30:41 +00:00
krasimir 14769484a5 fix in the Python binding. The input sentence to the parser needs to be copied since otherwise the Python string may be discarded the garbage collector 2015-12-18 19:46:59 +00:00
krasimir 2242910b33 fixes in DictionaryBul.gf 2015-12-10 13:49:46 +00:00
krasimir 252f3e8b4e fix in the App 2015-12-09 09:02:19 +00:00
krasimir 99db978df6 fix microphage_N in Bulgarian 2015-12-08 15:40:37 +00:00
krasimir b648dec410 more spelling variantions in English are merged 2015-12-08 15:37:17 +00:00
krasimir 96c1a520f2 some revisions in the list of topics 2015-12-03 21:46:12 +00:00
krasimir dcaf75d75e fix in the app 2015-12-03 09:03:59 +00:00
krasimir 5047596d94 bugfixes in the app 2015-12-02 21:53:41 +00:00
krasimir 01008a0162 now this is a working version of the app with topic disambiguation but it is still not optimal 2015-12-02 20:47:54 +00:00
krasimir 07b381ee63 change in the Documentation module to accomodate topics visualization 2015-11-29 08:01:07 +00:00
krasimir 59ae8b0aaa visualization for topics in the Android app 2015-11-28 23:15:58 +00:00
krasimir 7eef3fd08a added some more topics 2015-11-28 12:24:01 +00:00
krasimir 57a5d01374 merge color with colour in the dictionaries 2015-11-27 20:36:33 +00:00
krasimir 8ddf367277 fix in the Java binding: the Expr class should also ensure that libjpgf.so is loaded to avoid failures if Expr is the first class that is used. 2015-11-27 15:35:53 +00:00
krasimir 5dcdf46b90 added Expr.equals method in the Java binding 2015-11-26 15:38:12 +00:00
krasimir 67615d0638 added list of topics in the assets folder for Android app 2015-11-26 15:19:48 +00:00
krasimir 63261ad94a added readTriple in libsg and its Haskell binding 2015-11-25 10:37:13 +00:00
krasimir 420793f8ec the semantic graph view in the app now shows the real number of senses 2015-11-24 20:22:01 +00:00
krasimir 49f50a28f2 modify glosses.hs to merge several examples into one 2015-11-24 19:30:19 +00:00
krasimir b0a85118e5 some fixes in the definitions 2015-11-23 13:22:45 +00:00
krasimir 3574794fae about 2000 new definitions and examples in the dictionary 2015-11-23 13:16:16 +00:00
krasimir 4888b65881 added mkInt and mkFloat in the Haskell binding to make it easy to create literal expressions 2015-11-19 13:18:19 +00:00
krasimir fd0bed8859 added a number of multi-word adverbs from WordNet. Fixed irregular forms of adjectivial adverbs in Swedish. Added a few new senses for some adverbs 2015-11-18 15:12:52 +00:00
krasimir 43011ebdb1 some more conversion patterns for Susanne 2015-11-18 10:16:55 +00:00
krasimir ee1d19555a we now support irregAdv in Swedish 2015-11-18 10:13:32 +00:00
krasimir fe003097e1 bugfix in Translator.java 2015-11-16 20:03:40 +00:00
krasimir e7b75332a0 abaft_Adv in Bulgarian 2015-11-16 20:03:15 +00:00
krasimir 7f5ab530ba a minimal implementation for DocumentationTha and DocumentationJpn which is enough for showing the lexical definitions 2015-11-16 20:02:11 +00:00
krasimir 7c0e91c3a5 bugfix in the Documentation module for German. Before Adverbs were documented as Prepositions. 2015-11-16 14:59:56 +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
krasimir fae5cba926 bugfix in the Makefile for the Java binding for creating .jar files 2015-11-16 14:39:52 +00:00
krasimir 76b5b5a4d5 remove the double definition of definition_N in the French dictionary 2015-11-16 14:37:36 +00:00
krasimir 51b6fade63 changed three words in DictionaryBul.gf 2015-11-16 14:36:53 +00:00
krasimir 611dd68b30 add a few popup characters on the qwerty and the nordic keyboards 2015-11-16 13:21:43 +00:00
krasimir cfaa7fa069 a few more fixes in the abstract syntax of the dictionary 2015-11-13 22:49:57 +00:00
krasimir 6810a9abae update glosses.hs to split definitions from examples in separate triples 2015-11-13 22:41:20 +00:00
krasimir efa275c874 prune missplaced examples from the abstract syntax of the Dictionary 2015-11-13 22:37:59 +00:00
krasimir e7afafda3a now by default the app shows glosses for the words for which we have something. this requires one more step in the App compilation which is described in the README 2015-11-13 17:28:11 +00:00
krasimir 25906435f0 bugfix in the SG binding for Java 2015-11-13 17:21:27 +00:00
krasimir ac78824c56 fix abampere_N in Bulgarian 2015-11-13 15:36:31 +00:00
krasimir 1963e5aaaf added Java API for insertion of triples in the semantic graph 2015-11-13 14:34:24 +00:00
krasimir efe380a072 changes in the ParseEng grammar to bring it closer to the Translate grammar 2015-11-13 13:26:29 +00:00
krasimir 28cb6b4465 fixed the plurals of a few words in the English dictionary 2015-11-13 13:12:33 +00:00
krasimir ce249c1dc8 a new version of the conversion script for the Susanne corpus which covers a bit less than half of the data 2015-11-13 13:05:21 +00:00
krasimir 0c229c9108 three fixes in DictionaryEng.gf 2015-10-19 07:37:16 +00:00
krasimir 84340a8c0d fix the compilation of DictionaryGer.gf 2015-10-19 07:36:41 +00:00
krasimir 8e469675df SlashV2a in English should set gapInMiddle = False to get the correct syntax for examples like "he absorbed himself into his work" 2015-10-14 07:40:26 +00:00
krasimir 36f2e7dc9a bugfix for lookupMorpho in the C runtime 2015-10-14 07:36:46 +00:00
krasimir 0753b22915 about 250 more variants in English 2015-10-09 12:08:10 +00:00
krasimir 4b3397cd1e spelling variations for all forgotten transitive verbs 2015-10-08 23:35:39 +00:00
krasimir 09bba4b653 a more systematic addition of variants in English 2015-10-08 21:40:01 +00:00
krasimir 72dd127488 more spelling variants in English from WordNet 2015-10-08 10:21:00 +00:00
krasimir dad76d2cfe bugfix ExtraEng.PartVP must also add the particle if there is one 2015-10-07 14:05:32 +00:00
krasimir 3d6aaa0fd3 more fixes in DictionaryEng spotted from WordNet 2015-10-07 09:39:15 +00:00
krasimir 5a7ff3c8ca alternative spelling of kidnapper_N with single "p" 2015-10-06 22:45:08 +00:00
krasimir 931c4faf53 merge all *ally_Adv with the adverb in *_A, e.g. academically with academicly 2015-10-06 22:01:56 +00:00
krasimir a335785f19 added bracketedLinearizeAll in Python 2015-09-30 08:35:09 +00:00
krasimir 21078c8bfe fix the debug mode in the tree generator in the C runtime 2015-09-11 09:26:17 +00:00
krasimir 1196b48b5e add readTriple in the Haskell binding 2015-09-08 13:04:31 +00:00
krasimir af3c514e18 bugfix in the parser 2015-09-08 09:42:42 +00:00
krasimir 30dfd35e59 fix the metadata for sg databases 2015-09-04 16:34:40 +00:00
krasimir ab086e7cb3 storage for literals in libsg 2015-09-04 14:45:18 +00:00
krasimir 2cfb0a41c8 libsg is now accessible on android 2015-09-04 11:18:21 +00:00
krasimir 73274da145 API for triple queries from Java 2015-09-04 11:03:46 +00:00