aarne
4d34018abb
added UseCopula to Fin,Ger,romance since needed in YAQL
2012-11-13 09:48:26 +00:00
kr.angelov
08ee662944
two simple heuristics which speed up the statistical parser more than seven times.
2012-11-12 22:17:40 +00:00
kr.angelov
68170d5b08
a simple refactoring in the statistical parser
2012-11-12 21:48:22 +00:00
kr.angelov
a2771552d6
more counters in the profiler for the statistical parser
2012-11-12 15:36:21 +00:00
kr.angelov
46de62c452
now we store the state instead of the offset for every continuation in the chart for the statistical parser
2012-11-12 14:04:52 +00:00
kr.angelov
9967c3ad04
in the statistical parser: move the outside probability from the parse items to their continuation. this makes the value slot shared between many items
2012-11-12 13:43:43 +00:00
aarne
aa5475c8e6
number of Fin.or_Conj
2012-11-12 13:33:10 +00:00
kr.angelov
9d23093492
small refactoring in the C runtime
2012-11-12 13:05:35 +00:00
kr.angelov
a50c7c24b8
use size_t consistently as the type for constituent indices in the C runtime
2012-11-12 12:51:27 +00:00
kr.angelov
1e531e8237
implemented gu_map_count in runtime/c/gu/map.c
2012-11-12 12:42:19 +00:00
hallgren
c2b7288411
Eliminate warnings about deprecated use of catch and try
...
This is also needed for compatibility with GHC 7.6.
2012-11-08 15:53:46 +00:00
hallgren
ad74dfe527
GF.Grammar.PatternMatch: relax overly restrictive type signatures
2012-11-07 17:23:08 +00:00
hallgren
a912ad813d
Some changed/new utility functions
...
GF.Data.Utilities: Rename mapFst to apFst, mapSnd to apSnd.
Add apBoth, mapFst, mapSnd, mapBoth.
GF.Data.Operations: Remove onSnd (same as apSnd)
2012-11-07 15:31:45 +00:00
virk.shafqat
64cbf59dac
refinemtsParseUrd
2012-11-06 16:43:31 +00:00
hallgren
d441b2c629
gf -server: make it possible to pass arbitrary flags/options to gf when compiling grammars
...
For example, you can add -optimize-pgf:
http://localhost:41296/cloud?dir=...&command=remake&-optimize-pgf=&Foods2Eng.gf=&Foods2Swe.gf=
2012-11-06 15:29:38 +00:00
virk.shafqat
f7344b8f38
unicode4k-changed
2012-11-05 16:44:31 +00:00
virk.shafqat
7c04eede85
refinementsParseUrd
2012-11-04 17:06:32 +00:00
virk.shafqat
0301db4724
addDictUrd2
2012-11-04 16:39:57 +00:00
normundsg
a9d5cd527b
PhrasebookLav: synchronised with the latest changes in the resource grammar
2012-11-01 02:36:29 +00:00
Normunds Gruzitis
5a71256fda
Latvian: extensions to the verb paradigms
...
Added support for -ts/-ta participles (in addition to -is/-usi; other participles - on demand) and fixed some palatalization exceptions.
2012-10-30 22:37:11 +00:00
hallgren
78120c84b5
TransQuiz: use the grammars from the same server
...
Unlike the other web apps in the cloud, the translation quiz was configured
to use the grammars at http://www.grammaticalframework.org/grammars .
2012-10-30 14:36:55 +00:00
john.j.camilleri
7ad9b839b2
Small update to summer school 2013 page
2012-10-30 13:41:20 +00:00
john.j.camilleri
c41bfe8d7d
Add initial page for 2013 summer school
2012-10-30 13:32:42 +00:00
virk.shafqat
e0d96dc949
parseUrdChanged
2012-10-29 11:05:54 +00:00
kr.angelov
52255664be
use prob_t instead of float in a few places
2012-10-29 08:52:56 +00:00
john.j.camilleri
bcabfbc72e
Minibar: cursor over editable words is now a "hand"
...
This had been bugging me for ages!
2012-10-26 15:00:19 +00:00
hallgren
2013ee4e36
GF home page: avoid line breaks in dates in the news section
2012-10-26 14:05:27 +00:00
john.j.camilleri
58cb521629
Add RGL API grammar modules for Maltese
2012-10-26 13:12:00 +00:00
hallgren
5bfaed7b10
gf.cabal: version of parallel needs to be >=3
2012-10-26 09:25:45 +00:00
aarne
44dc93ae8f
some fixes to Chinese suggested by Shanghai colleagues
2012-10-26 08:52:20 +00:00
john.j.camilleri
c482b9f938
Added my name to authors list
2012-10-26 08:47:00 +00:00
kr.angelov
0ad2405d69
forgot to add one #ifdef
2012-10-25 18:37:22 +00:00
hallgren
4f161ee5b3
GF.Grammar.Macros: add function collectPattOp
...
collectPattOp :: (Patt -> [a]) -> Patt -> [a]
2012-10-25 16:12:21 +00:00
kr.angelov
9721833680
a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart
2012-10-25 14:42:53 +00:00
hallgren
71dd493987
GF.Grammar.Macros: add function composPattOp
...
For Patt, analogous to composOp for Term.
2012-10-24 22:40:18 +00:00
hallgren
b841664a63
Compute.ConcreteNew: support variants
...
Also add a missing check for Predef values in apply.
2012-10-24 17:49:20 +00:00
hallgren
eed724271f
GeneratePMCFG: prefix messages about "impossible" errors with 'Internal error:'
...
Just to make them easier to spot when wading through thousands of lines of
warnings...
2012-10-24 17:08:52 +00:00
hallgren
9a99bcb54d
Link to the GF Developers Guide from the download page
2012-10-24 15:08:20 +00:00
hallgren
3c24b72147
gf-cloud-api.html: document the new command=remake
...
Also improve the documentation of the responses to the upload and make
commands.
2012-10-23 21:16:31 +00:00
hallgren
87b280fd4f
gf -server: introduce command=remake for recompiling previously uploaded grammars
...
Also remove some old commented out code.
2012-10-23 20:23:01 +00:00
hallgren
c2d02e1fca
fracas: code to generate HTML treebank
2012-10-23 12:55:32 +00:00
hallgren
7565ba8b87
cleanup
...
Simplify the implementation of writeUTF8File and use it in one more place.
Remove unused imports left over after a previous change.
2012-10-23 11:48:23 +00:00
john.j.camilleri
c084e1b040
Maltese: finished morphology for derived verbs
...
Of course it's never really finished. There's more cases I should write treebanks
for and test, but I think the coverage is good enough and the implementation
for the verbs is solid enough that only minor fixes may arise.
There's also the issue of verb participles, but I'll come back to those
when I am looked more closely at the syntax.
2012-10-23 09:41:00 +00:00
Normunds Gruzitis
6fb15ecc2f
Latvian: fixed some adjective paradigms, changed the default word order in ComplN2
...
The issues were unveiled while testing AttemptoLav in a more realistic domain
2012-10-23 00:12:36 +00:00
hallgren
c70c01745b
Add Chinese to the list of installed RGL languages and support it in the web apps
...
Aarne says the Chinese resource grammar is complete, but not yet completely
correct.
2012-10-22 10:16:10 +00:00
Normunds Gruzitis
1817c7d168
Latvian: two important fixes regarding V2 clauses
...
Agreement with the focus part (the object) works not only for Pers3, but also for Pers1 and Pers2 NPs (if the verb requires non-typical subject/object valences).
Object-dependent double negation works (in addition to the subject-dependent double negation).
The first one is motivated by PhrasebookLav, the second one - by AttemptoLav.
Also a couple of minor fixes.
2012-10-21 21:23:56 +00:00
hallgren
d0e1187b10
Refactor compileSourceModule
...
There was 55 lines of rather repetitive code with calls to 6 compiler passes.
They have been replaced with 19 lines that call the 6 compiler passes
plus 26 lines of helper functions.
2012-10-19 20:14:11 +00:00
hallgren
885aaca6de
Consistenly use SourceGrammar instead of [SourceModule] when calling compiler passes
2012-10-19 19:56:00 +00:00
hallgren
edb700ddf8
Phrasebook: make clean
2012-10-19 14:08:09 +00:00
inari.listenmaa
1addebfb95
fixes to previous
2012-10-19 11:52:54 +00:00