Commit Graph

248 Commits

Author SHA1 Message Date
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
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
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
aarne
8e43ac968f completed PhrasebookChi with many expressions, using Google translate as main source 2013-10-12 20:32:05 +00:00
aarne
7f74cdcb76 Chi phrasebook bootstrapped from Tha; far from finished 2013-10-11 12:16:03 +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
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
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
inari.listenmaa
921951a5e2 Small corrections in Spa files
* WordsSpa: Married with state copula; Warm from "tibio" to "caliente"; corrected a typo in Romania
2013-03-08 12:33:21 +00:00
aarne
88d7adfa85 fixed details of Romance clitics for reflexives, imperatives, infinitives. A change in the type of VP.clit3 was needed. 2013-02-20 19:34:20 +00:00
aarne
e7db50b9bd fixed the construction for English indirect questions of name in Phrasebook 2013-01-23 09:29:39 +00:00
Nikita Frolov
67380fa398 RG and Phrasebook fixes
- added a paradigm for alternative plurals
- fixed usage of alternative plurals in Numerals
- added a distinction between numerals and posessive pronouns
- verb omission and appropriate cases in some uses of to be/to have 
- fixed declination of personal names
- added a gender parameter to pronouns (similar to Polish RG)
- vowel insertion before short adjective suffix
- don't generate short forms for relative adjectives (might need lexicon update)
- minor Phrasebook fixes
2012-12-27 21:04:26 +00:00
normundsg
cf0d94c1b0 Some fixes to the Russian Phrasebook 2012-12-17 09:57:13 +00:00
aarne
45a2629ee5 added functions to Ron and Chi needed for YAQL 2012-12-09 19:01:19 +00:00
aarne
768bec4073 superlative agreement and position in PhrasebookFre 2012-12-07 15:37:37 +00:00
aarne
c4931fccaf fixed external case for countries in PhrasebookFin 2012-12-07 15:25:27 +00:00
normundsg
17c6b26728 PhrasebookLav: synchronised with the latest changes in the resource grammar 2012-11-01 02:36:29 +00:00
hallgren
921b37834c Phrasebook: make clean 2012-10-19 14:08:09 +00:00
inari.listenmaa
db81099c4f fixes to previous 2012-10-19 11:52:54 +00:00
inari.listenmaa
2c2c83f11c spanish_catalan_corrections 2012-10-19 11:45:45 +00:00
aarne
e2817244a2 some fixes to make Phrasebook compilable more easily 2012-10-15 09:02:39 +00:00
Normunds Gruzitis
c4faf2dddd PhrasebookLav: few more improvements
- Alternative variants in AScared.
- The order of adv. modifiers: first time, then place (PSeeYouPlaceDate).
- Fixed: the object valence in QWhatAge; Day.point linearization.
- PSeeYouPlaceDate is now less formal.
- Open/Closed and SeeYou functions are ok now, except that the word order in Open/Closed is a bit clumsy. TODO: "<what> <when> is open/closed" (currently not supported by the RG).
2012-10-08 07:30:16 +00:00
Normunds Gruzitis
5835c8ad58 PhrasebookLav: fixed four more functions and introduced few typical alternatives (paraphrases)
Fixed QWhatName, QWhatAge, HowMuchCost and ItCost, however, the solutions have to be reviewed.
Introduced a Lav-specific type for Language (affected also NPNationality etc.) to support a different realization of ASpeak.
Introduced alternative realizations for AHasName and ASpeak (the most typical/simple variant is the default one).
2012-10-06 21:16:46 +00:00
hallgren
1b359acbf2 phrasbook/Compile.hs: make it work with ghc>=7.2 2012-09-26 15:37:37 +00:00
Normunds Gruzitis
900067b109 PhrasebookLav: the word order generated by "action" functions (ALike, ALive etc.) is now natural 2012-09-17 13:45:22 +00:00
aarne
e4948050f5 make Lang for languages that have complete morphology when running make in lib/src 2012-09-13 07:20:57 +00:00
aarne
27196778ac added Lav in compilation; commented out extensions of Words that are only available for a fraction of languages; fixed a couple of type errors in WordsLav, to be checked 2012-08-28 11:29:54 +00:00
Normunds Gruzitis
57b260508c Improvements to PhrasebookLav
AHasAge, AHasChildren, AHasRoom, AHasTable, ALike - "almost" done: phrases (cases) are grammatically correct, but the word order has to be changed (TODO in the resource grammar).
2012-08-23 13:12:08 +00:00
Normunds Gruzitis
59c97c72b0 First (public) version of PhrasebookLav
Tested on Actions:
- Temp: AHasName, ALike.
- ToDo: AHasAge, AHasChildren, AHasRoom, AHasTable.
- FixMe (in the resource grammar):
+ YouPolMale/YouPolFemale agreement (AHungry, AIll, AMarried, AReady, AScared, AThirsty, ATired);
+ Missing commas in multiple ObjAndObj constructions (AWant);
+ Use (the currently missing) Irreg_Give (AWantGo).
2012-08-18 05:07:10 +00:00
aarne
4a778acdad overload problem in Phrasebook fixed 2012-06-22 09:02:13 +00:00
aarne
dcbb31cae2 Emil Djupfeldt's correction to PhrasebookGer 2012-05-08 12:10:36 +00:00
aarne
f254312595 added Pes to the list of langs in make Symbolic 2012-03-06 07:20:31 +00:00
aarne
de14021d25 Phrasebook now compiles for Hin and Pes 2012-03-05 15:13:28 +00:00
aarne
66a0fb0732 some additions to help compile PhrasebookUrd and Pes 2012-03-05 13:28:56 +00:00
virk.shafqat
696e5c290d extrahin 2012-03-05 14:02:15 +00:00
virk.shafqat
f4fb8fe57d HinPesPhrasebook 2012-03-05 09:46:05 +00:00
virk.shafqat
2ffa5f70da refinements 2012-03-05 09:33:23 +00:00
hallgren
4a1fe5012f doc-phrasebook.txt: update link to minibar doc 2012-03-01 15:53:22 +00:00
hallgren
53d57cdb5b doc-phrasebook.txt: update hyperlinks
Link to www.grammaticalframework.org instead of code.haskell.org/gf.
2012-03-01 15:45:05 +00:00
aarne
d560a2aa79 fixed Italian loro->li 2012-02-28 07:55:38 +00:00