Commit Graph

7199 Commits

Author SHA1 Message Date
kr.angelov
643ca7987c added Eclipse project for building the Java binding 2013-09-04 14:06:06 +00:00
kr.angelov
d3dad68c9b fix a few warnings in the Java binding 2013-09-04 13:37:40 +00:00
kr.angelov
94e84a3a77 updated files src/ui/android 2013-09-04 13:34:44 +00:00
kr.angelov
d62cf1363c added make file for compiling the C runtime for Android. The JIT compiler for Android is temporary disabled 2013-09-04 11:56:47 +00:00
kr.angelov
a690fb7d6f the code in the C runtime is now complete independent from config.h 2013-09-04 11:51:05 +00:00
kr.angelov
91bb633d1d remove the dependency on the CHAR_ASCII flag 2013-09-04 10:27:08 +00:00
kr.angelov
49c7a029b6 remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces the dependency on the ./configure script 2013-09-04 10:06:07 +00:00
Herbert Lange
1f91d2287b Merge private git for latim grammar into official darcs.
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf 
for full git commit history
2013-09-03 17:13:58 +00:00
kr.angelov
d2ea52e0ec avoid using nan() in libgu for portability with Android 2013-09-04 07:36:39 +00:00
kr.angelov
6fa330b49e added for_sure_Adv in DictEng. renamed ourself -> ourselves & themself -> themselves 2013-09-04 07:11:56 +00:00
kr.angelov
d91762239b slight optimization for the linearizer in the C runtime 2013-09-04 07:11:14 +00:00
kr.angelov
783b0a0773 bugfix in the robust linearizer 2013-09-04 07:05:27 +00:00
kr.angelov
d3d4400c0e added ExtAdvNP and ExtAdvVP in the resource grammar 2013-09-03 08:59:47 +00:00
kr.angelov
fd17023eeb fix for linearization with 'pre' 2013-09-03 08:58:04 +00:00
kr.angelov
e53132fd44 more changes in DictEng/DictEngBul 2013-09-03 08:57:18 +00:00
kr.angelov
321732aad5 "that" in ComplVS and SlashV2S is now optional 2013-09-03 08:12:07 +00:00
kr.angelov
2d06fdfbe4 PredVPovs now puts comma before the verb 2013-09-03 08:11:01 +00:00
kr.angelov
1eadd9f275 exposed ComplSlashPartLast in the parse grammar 2013-09-03 08:08:57 +00:00
kr.angelov
69881dccac a couple of changes in DictEng/DictEngBul. Added infVV in ParadigmsEng which allows the definition of VVs that take a bare infinitive 2013-09-03 08:06:44 +00:00
kr.angelov
b9192ccccf RelNP and ApposNP should put a final comma after the inserted phrase. 2013-09-03 08:00:59 +00:00
kr.angelov
ee7307fbfb fix in the GF compiler and runtime which let us to define pre construct detecting whether this is the last token. 2013-09-03 07:51:25 +00:00
hallgren
c6fbe3d23f gf.cabal: version: 3.5-darcs 2013-09-02 20:27:47 +00:00
kr.angelov
44db7d7c8b fix the placement of AdV in PassVPSlash for English 2013-09-02 08:14:31 +00:00
kr.angelov
445c980a00 fix in the spelling of Hong Kong in DictEng 2013-09-02 08:13:52 +00:00
kr.angelov
07b0cc7926 fix the compilation of LangTur 2013-09-01 11:48:02 +00:00
aarne
1f3f604c99 new synopsis again 2013-09-01 09:15:08 +00:00
aarne
906ad92958 restored Afrikaans in synopsis 2013-08-23 17:18:42 +00:00
john
e23cac8513 Maltese RG: add some missing lins for AdV in ConjunctionMlt 2013-08-30 08:00:25 +00:00
john
4f15fe390a Maltese RG: make pro-drop explicit. Other small fixes in Structural, Lexicon. 2013-08-30 07:40:42 +00:00
kr.angelov
9134df05bb almost functional version of the javascript runtime 2013-08-29 20:36:06 +00:00
aarne
010e97fc47 gf-english.html added (to be web reachable) 2013-08-29 09:06:08 +00:00
kr.angelov
b37fed3d2d the PGF class is now using the new Pool class to manage the life time of the memory allocated in C. 2013-08-29 05:38:07 +00:00
kr.angelov
48b6af710d more carefull tracking of references in the Java binding 2013-08-29 05:35:45 +00:00
kr.angelov
93db90e99c now Concr.parseBest throws ParseError 2013-08-28 15:35:57 +00:00
kr.angelov
39b82041ea bugfix which caused the runtime to crash on Android 2013-08-28 15:19:39 +00:00
kr.angelov
de7fbd22e7 fix the error handling in the Java binding 2013-08-28 08:51:53 +00:00
kr.angelov
0efde1e2b0 make the Expr constructor private 2013-08-28 07:09:31 +00:00
aarne
cc259fea43 getting into syntax in the grammar document 2013-08-28 05:59:06 +00:00
aarne
b60cf09a9f morphological types of English documented 2013-08-26 06:13:40 +00:00
kr.angelov
cb33a971f0 fixes in the Java binding 2013-08-28 00:04:50 +00:00
kr.angelov
109546b227 added PGF.getStartCat() 2013-08-27 23:02:00 +00:00
kr.angelov
416996b713 added method for best first parsing in the Java binding 2013-08-27 22:54:10 +00:00
kr.angelov
2995a16da3 bugfix in the java binding 2013-08-27 22:53:38 +00:00
kr.angelov
c9c599977f linearization in the Java binding 2013-08-27 22:39:26 +00:00
kr.angelov
75c1100575 small refactoring in the Java binding 2013-08-27 22:37:31 +00:00
kr.angelov
8d82dc66bf parsing from the Java binding 2013-08-27 21:53:13 +00:00
kr.angelov
59650c0bdb PassVPSlash must add the preposition 2013-08-27 14:32:12 +00:00
kr.angelov
d866a09633 laugh_at_V2 in DictEng(Abs,Eng,Bul) 2013-08-27 14:31:12 +00:00
kr.angelov
02903a0743 added silly_A to DictEngBul 2013-08-27 14:03:00 +00:00
kr.angelov
35d4b6e846 fix PresPartRS for phrasal verbs 2013-08-27 12:02:57 +00:00