Commit Graph

828 Commits

Author SHA1 Message Date
aarne
88cf84613e more passives in App. Import changes are now produced with MkApp.hs, which copies the exclude list from App.gf to the concrete syntax files. 2014-04-09 14:01:06 +00:00
aarne
a3921bffd7 rewrote App so that it just inherits Translate and excludes some functions. This minimizes the duplication of code between Translate and App. Also added some functions, which make App 15% slower but increase the coverage and quality. This trade-off has to be studied further. 2014-04-09 13:04:19 +00:00
aarne
44521edd2d small fixes in App grammar - don't affect performance 2014-04-08 16:14:05 +00:00
aarne
ad5f7397ad path in AppFin 2014-04-04 14:32:36 +00:00
aarne
1bd5bcfad3 polarities restored in Hin translation 2014-04-04 12:05:20 +00:00
aarne
dafaef7fec AdvS added to app 2014-04-04 07:30:06 +00:00
aarne
942808bc84 added AdvVP and AdVVP to App 2014-04-03 07:25:57 +00:00
aarne
cae40d2b0e Android app sources in examples/app - read README for advice 2014-04-02 21:34:40 +00:00
aarne
2a6cbe9a46 room_N in DictionaryChi 2014-03-31 14:30:31 +00:00
aarne
035d367b1f added the phrase "what time is it" in ten languages. For simplicity, this is a Greeting and not a Question, which means that it has a variant appearing with ! rather than ? , similar to "how are you". Correcting this would require analysing the structure of the phrase so that it can be constructed in QS. 2014-03-28 08:02:14 +00:00
aarne
7899bb8cbe moved the small app chunking grammars from lib/src/experimental to examples/translator; the proper place might be in the git contributions, but this can be decided later 2014-03-14 13:28:42 +00:00
aarne
2ee2769146 reference to DictEngChi changed to DictionaryChi 2014-03-10 18:00:15 +00:00
hallgren
41e3b28bfa examples/Phasebook/Makefile2: Lativan is fixed, include it again 2014-01-13 14:18:32 +00:00
normundsg
d89b5bd8c1 Phrasebook: Latvian is fixed (according to the latest RG) 2014-01-11 20:26:44 +00:00
hallgren
ac33c8a851 examples/Phasebook/Makefile2: Lativan is broken, omit it for now
Also rewrote Makefile2 in a more compact way.
2014-01-10 13:26:42 +00:00
hallgren
9c43c2bae3 examples/phrasebook/Makefile2: Finnish needs a larger stack 2013-12-17 15:13:44 +00:00
hallgren
8455435b75 examples/phrasebook/Makefile2: remove duplicated rule 2013-12-16 13:41:29 +00:00
hallgren
91d8bd8e10 examples/phrasebook/Makefile2: Romanian needs a larger stack 2013-11-29 17:34:09 +00:00
hallgren
de33d7dd7c examples/foods: remove all -path flags
All languages n the Foods grammar compile fine with alltenses.
2013-11-29 13:03:19 +00:00
aarne
63e338cb80 Translate grammar for Ger and Hin added. Some functions in Ger phrasebook need to be commented out to compile. Now a system for 7 languages can be built, but including Fre as well is too heavy on my laptop although it can be compiled separately. 2013-11-28 08:03:50 +00:00
hallgren
3210a50648 examples/phrasebook: add Makefile2 for parallel grammar compilation
Makefile2 specificies the dependencies accurately enough that you can use
make's support for parallel compilation. Run

	make -f Makefile2 -j

to utilize all the cores in your computer to significantly speed up the
creation of Phrasebook.pgf.
2013-11-26 16:32:38 +00:00
hallgren
bfea06561d examples/letter: convert grammar files to UTF-8 2013-11-26 12:52:05 +00:00
hallgren
4a82481a1f examples/phrasebook: adding --# -coding=latin1 to 18 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:47:50 +00:00
hallgren
9c479393f6 examples/foods: add --# -coding=latin1
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:21:36 +00:00
aarne
2b1794010e more stack in Translate Makefile 2013-11-20 12:48:53 +00:00
aarne
fe4242275a changed startcat in Translate to get robustness; typo in DictEngSwe 2013-11-06 17:25:39 +00:00
aarne
a927944c80 added robustness flags to Translate; added or fixed a number of words in DictEngSwe detected in PhD regulations 2013-11-06 16:26:58 +00:00
aarne
9ff8c28676 Make entry for TranslateEngChiFinSwe 2013-10-27 16:34:05 +00:00
aarne
5be985f0c8 Phrasebook lin's that create punctuation and "please" for NP's overridden, to give uniformity to Translate translations 2013-10-27 15:42:54 +00:00
aarne
ccc18da2d4 added TranslateSwe to the Parse+Phrasebook translators 2013-10-27 15:17:10 +00:00
aarne
8e43ac968f completed PhrasebookChi with many expressions, using Google translate as main source 2013-10-12 20:32:05 +00:00
aarne
e50594a83c added TranslateChi and TranslateFin 2013-10-12 18:54:47 +00:00
aarne
7f74cdcb76 Chi phrasebook bootstrapped from Tha; far from finished 2013-10-11 12:16:03 +00:00
aarne
75380bc0e4 harmonized the paths of Translate*.gf to guarantee the usage of the same DictEngAbs 2013-10-11 11:24:58 +00:00
aarne
3ca480f57d added TranslateBul and translator/Makefile 2013-10-11 08:36:09 +00:00
aarne
824cf32226 integration of Parse with Phrasebook, to get idiomatic translations whenever possible 2013-10-11 08:19:04 +00:00
john.j.camilleri
b138899512 Rename README to READ_ME so that Apache doesn't hide it 2013-09-27 09:31:20 +00:00
john.j.camilleri
8f23ced7ad Remove empty contrib folder and place README in examples 2013-09-27 09:18:08 +00:00
john.j.camilleri
f5461eb3d4 Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
2013-09-16 07:17:27 +00:00
aarne
a05856ec93 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
virk.shafqat
8abd16bace added Sindhi Phrasebook 2013-06-15 20:12:48 +00:00
aarne
f33059ae39 Prasad's sanskrit transliteration ; MiniresourceSan now compiles but is mostly incorrect due to missing paradigms 2013-05-31 16:25:42 +00:00
aarne
0ede1365dc started MiniresourceSan ; doesn't compile yet 2013-05-31 08:00:09 +00:00
aarne
a5a269ac35 phrasebook Nor compiles again; added make ParseChi and ParseEngChi 2013-05-30 15:08:45 +00:00
normundsg
f2ffe8bc7d PhrasebookLav is now compatible with the latest resource grammar 2013-05-30 14:48:21 +00:00
kr.angelov
51ae8bbce1 the Bulgarian phrasebook works again 2013-05-30 13:16:35 +00:00
aarne
3e30dd78ec annotated Adv's in SentencesI to Syntax.Adv to avoid some clashes 2013-05-20 06:40:40 +00:00
aarne
4f831291b1 miniresource functor 2013-04-28 09:42:56 +00:00
virk.shafqat
3e453b44be refinementsDiffHindustani 2013-04-20 09:15:49 +00:00
inari.listenmaa
8c8c63b2e9 Copula and lexical corrections to PhrasebookCat 2013-03-26 16:47:36 +00:00