Commit Graph

86 Commits

Author SHA1 Message Date
krasimir
59172a0380 expose the tree visualization via PGF API 2009-10-24 09:03:40 +00:00
krasimir
d5f4669aec experimental robust parser 2009-10-23 08:35:32 +00:00
aarne
e82b6e02e9 Malt parser .conll format by vd -output=malt 2009-10-20 13:04:33 +00:00
aarne
499ac428d3 labels read from config files for dependency trees, eg lib/src/dep.labels 2009-10-19 15:53:30 +00:00
aarne
df7f4ab34d rudimentary dependency tree by command vd 2009-10-08 07:03:29 +00:00
aarne
9896fcaad1 parse tree visualization command vp 2009-10-07 16:18:33 +00:00
krasimir
b1a51f46f5 change the data types and the syntax in PGF to match the new syntax for implict arguments 2009-09-20 11:43:41 +00:00
krasimir
288ef038f2 export the morphology API from PGF 2009-09-28 12:06:20 +00:00
krasimir
884747508e better error message for the ai command 2009-09-19 10:24:02 +00:00
krasimir
c3f0986275 command ai doesn't need typechecking from the shell 2009-09-18 14:43:04 +00:00
krasimir
b8a7e50107 added pt -transfer 2009-09-17 15:47:06 +00:00
krasimir
49ca46d958 bugfix in the ai command 2009-09-17 13:14:04 +00:00
krasimir
14dfbcc624 clean up the GF.Grammar API 2009-09-14 16:23:23 +00:00
krasimir
cc151c4279 added needsTypeCheck parameter to CommandInfo. The argument to the command is typechecked only if needsTypeCheck=True 2009-09-13 15:39:11 +00:00
krasimir
1cdf171251 polish the PGF API and make Expr and Type abstract types. Tree is a type synonym of Expr 2009-09-11 13:45:34 +00:00
krasimir
28a7c4b5c7 now the datatype Tree is only internal. All API functions are working with Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker 2009-09-08 08:40:28 +00:00
krasimir
b97d6abb81 hopefully complete and correct typechecker in PGF 2009-09-06 20:31:52 +00:00
aarne
acb930a349 transliteration now needs addition only in one file; a code can be more than 2 chars; ancientgreek added 2009-08-07 13:20:45 +00:00
aarne
30f90d707a function for printing the help file in txt2tags 2009-06-20 07:02:13 +00:00
krasimir
13232a5e81 in the ai command don't show the fun keyword if there aren't any functions. 2009-06-18 17:44:29 +00:00
krasimir
e5c8636a5f now in the command shell the primary type in the pipe is Expr not Tree. This makes the pt -compute and pt -typecheck more interesting 2009-05-23 21:33:52 +00:00
krasimir
41b263cf6a some work on evaluation with abstract expressions in PGF 2009-05-22 18:54:51 +00:00
krasimir
7db4b641ce refactor the PGF.Expr type and the evaluation of abstract expressions 2009-05-20 21:03:56 +00:00
krasimir
0b2e093416 now a single line comment (--) is recongized as an empty command. Usefull for GF shell scripts 2009-05-20 12:10:54 +00:00
krasimir
2c68b1ba88 in command 'ai' send the output through the pipe 2009-05-13 06:49:37 +00:00
krasimir
fdba7d20ee now command 'ai' prints the list of functions for given category 2009-05-13 06:27:31 +00:00
krasimir
b037cbc361 added command ai which prints information about given identifier 2009-05-12 20:52:18 +00:00
aarne
f3fdd5ea2d on-line course announced on the summer school page 2009-04-14 08:12:45 +00:00
aarne
8bd97f9e75 hebrew transliteration added 2009-04-08 20:01:35 +00:00
aarne
215d74e58e examples of file conversion with ps 2009-03-28 13:41:29 +00:00
aarne
ba2c0a7b02 flag -env=quotes (and possible other flags) to restrict ps 2009-03-18 12:49:46 +00:00
aarne
793dd89f7e Greek (modern) transliteration scheme 2009-03-17 22:04:20 +00:00
krasimir
6be08d77e0 fix the handling of flag coding 2009-02-23 14:17:16 +00:00
krasimir
01fef5109c Perhaps -> Maybe refactoring and better error message for conflicts during module update 2009-02-23 12:42:44 +00:00
krasimir
5c2ce87cde PMCFG pretty printer 2009-02-07 23:31:22 +00:00
aarne
10675e29ca visualization of word alignment based on bracketing (command aw); does not work for syncategorematic words yet 2008-12-15 10:33:53 +00:00
aarne
3e293ae3e0 bracketing with tree node reference: l -bracket 2008-12-13 20:19:37 +00:00
aarne
6e511e5fbd morphological analyser in shell state - now reasonably fast 2008-12-12 08:12:24 +00:00
aarne
288ffd290a restored "?" as system pipe command 2008-11-18 15:31:30 +00:00
aarne
ca59050abc print "no trees found" in GF shell if an empty tree list is returned by p or pt 2008-11-10 16:23:09 +00:00
aarne
d9ff5aa48c lexer documentation in help and tutorial updated 2008-11-10 15:53:38 +00:00
krasimir
03d86ba05c remove some redundant imports of GF.Text.UTF8 2008-10-28 15:47:04 +00:00
bjorn
d41616dd6a Added Read and Show instances for CId. Also added readCId :: String -> Maybe CId, and use that for readLanguage. 2008-10-20 11:59:31 +00:00
bjorn
a26290659d Replace Category with Type in the PGF API. Added readLanguage and showLanguage. 2008-10-20 11:35:05 +00:00
krasimir
eb0fefec28 preparation for dep. types. The -cat option can take any type instead of just a category. The PGF API is generalized as well. 2008-10-20 08:42:39 +00:00
krasimir
9837fb8fb1 move PGF.Quiz to GF.Quiz. It is not part of the PGF API 2008-10-19 16:38:56 +00:00
bjorn
176dc3e730 In shell "p" command, only try languages that have a parser. 2008-10-16 11:33:09 +00:00
aarne
856c31a64b restored the possibility to compile .cf files to gf 2008-10-15 15:08:38 +00:00
aarne
e4dc63f665 rudimentary abstract syntax type checker and solver in PGF 2008-10-14 14:34:08 +00:00
aarne
a11f1b1437 paraphrase works a little better now ; added examples/paraphrase for testing 2008-10-14 11:19:30 +00:00