Commit Graph

484 Commits

Author SHA1 Message Date
aarne
39846cc94c command tb for creating treebanks 2006-02-08 10:18:00 +00:00
bringert
07b34ff780 Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation. 2006-02-03 18:43:06 +00:00
bringert
390efcd43c SRGS: add top-level rules for each GF category. 2006-02-01 19:00:48 +00:00
bringert
333d7ba42a Include GF version and compile date in SRGS meta creator tag. 2006-02-01 18:09:47 +00:00
bringert
585e6f1554 SRGS semantic results for list categories is now an array. 2006-02-01 18:03:13 +00:00
bringert
df8b2ab6b8 First version of SRGS with semantic tags. 2006-02-01 16:23:14 +00:00
bringert
b7f64b384b Escape backslashes and double quotes in SRGS attribute values. 2006-02-01 10:24:37 +00:00
bringert
cf61a92bc8 Set xml:lang in SRGS grammars to the value of the language flag. 2006-02-01 10:16:40 +00:00
aarne
9b4c57b0dd math API; lock field warnings 2006-01-31 17:10:31 +00:00
aarne
1ea78bd1fe Norwegian 2006-01-26 13:57:22 +00:00
aarne
62e4090739 optimization of selection computation 2006-01-24 20:36:37 +00:00
aarne
72b22a54cd the parser can read .gfm files (but they are not yet compiled all the way) 2006-01-24 15:18:46 +00:00
bringert
036de8d94e Use right start category names in si command. 2006-01-20 18:20:02 +00:00
bringert
05377a9a65 Report errors in at command. 2006-01-20 18:18:49 +00:00
aarne
64409337c5 more french 2006-01-20 16:56:38 +00:00
aarne
de7e50a92a started romance predication; some restructuring of modules; CheckGrammar value table bug fix 2006-01-20 10:54:38 +00:00
aarne
c40ad4e79f workaround for a compilation bug for param defs (to be fixed) 2006-01-19 17:27:46 +00:00
bringert
6370fbfec5 Use cat and language in ATK si. Support language switching with ATK. 2006-01-17 02:13:57 +00:00
aarne
cd4e4c2076 incompleteness warning and PNeg in CheckGrammar 2006-01-16 09:47:08 +00:00
aarne
17449e42ba type checking pattern bindings 2006-01-13 13:47:15 +00:00
peb
ec2cf7c4d4 peb 2006-01-13 08:42:25 +00:00
aarne
a51c85b573 matching empty string fixed 2006-01-09 09:22:39 +00:00
aarne
6b6bf9bce9 documenting regular patterns 2006-01-07 15:42:13 +00:00
aarne
69e1668f16 regular expression patterns 2006-01-07 14:39:40 +00:00
aarne
16a4868efa regex patterns for tokens 2006-01-07 12:26:11 +00:00
aarne
731aea1a03 concatenation string patterns 2006-01-06 21:49:25 +00:00
bringert
9b7ce588b2 Fixed-point iterate unneccessary node removeal. 2006-01-05 20:55:13 +00:00
bringert
ededda152b Generate monolithic FAs by expanding an MFA. 2006-01-05 20:35:22 +00:00
bringert
e76e2e754a Added monolithic SLF builind back in. 2006-01-05 19:34:12 +00:00
bringert
795078eece Sort sub-networks topologically. HTK's HBuild seems to require this. 2006-01-05 19:03:31 +00:00
bringert
af905434a2 Remove unused sub-networks when generating multiple FAs. 2006-01-05 17:46:30 +00:00
bringert
6958b7bb7b Remove more unneccessary nodes in SLF networks. 2006-01-05 16:48:55 +00:00
bringert
0603e75a14 Refactored Graph module. Remove some unneccessary states in slf networks. 2006-01-05 16:35:04 +00:00
bringert
40950c8bc1 Use language flag to select the acoustic model to use with ATK. 2006-01-05 16:34:35 +00:00
bringert
3360bd3e7b Print slf_graphviz with subgraphs. 2006-01-05 12:59:36 +00:00
bringert
718b6a5fd2 Build SLF networks with sublattices. 2006-01-04 21:41:12 +00:00
bringert
a9ae24fbc5 Finite state networks: more strictness. alternative (still unused) implementation of reachable. 2005-12-29 21:35:40 +00:00
bringert
79d771ab1d Fintie state networks: fixed stack overflow problem with strictness in Graph and FiniteState. Some clean-up and smaller performance fixes. 2005-12-29 20:24:34 +00:00
bringert
72c2289857 Finite state networks: replace some lookup tables with maps. Rewrite closure for speed. 2005-12-29 16:29:21 +00:00
bringert
999cb3bc07 Finite state minimization: improved performance by using Set State instead of [State] as DFA labels. 2005-12-29 15:55:48 +00:00
bringert
9981704c5f Finite state network generation: reimplemented getOutgoing using Data.Map to improve performance of minimize with large networks. 2005-12-29 13:33:58 +00:00
bringert
5c12a73dae Some performance improvements in the FA generation. 2005-12-22 23:16:15 +00:00
bringert
cb9769788e Some tracing and formatting stuff looking for the the stack overflow problem in the FA generation. 2005-12-22 18:04:05 +00:00
aarne
8741e77f9e nosignal 2005-12-22 19:48:17 +00:00
aarne
19c57dbd29 Hebrew Letter; news on index 2005-12-22 18:01:35 +00:00
aarne
8e2d67bfba version number, encoding 2005-12-22 16:46:38 +00:00
aarne
d91d8043e0 parsing escaped strings from command line fixed 2005-12-21 19:46:48 +00:00
aarne
9bb7364234 bug fix in updateShellState 2005-12-21 09:20:53 +00:00
aarne
a7d36ea1f8 full disjunctive patterns ; more prec levels for Exp 2005-12-20 22:38:38 +00:00
bringert
5d61388d77 Don't import toLower in PrSLF. 2005-12-20 15:17:43 +00:00