Commit Graph

454 Commits

Author SHA1 Message Date
bringert
ca84f92302 Remove unused sub-networks when generating multiple FAs. 2006-01-05 17:46:30 +00:00
bringert
bffc7df07e Remove more unneccessary nodes in SLF networks. 2006-01-05 16:48:55 +00:00
bringert
12187f684e Refactored Graph module. Remove some unneccessary states in slf networks. 2006-01-05 16:35:04 +00:00
bringert
a373760ebb Use language flag to select the acoustic model to use with ATK. 2006-01-05 16:34:35 +00:00
bringert
5c0d9d52b3 Print slf_graphviz with subgraphs. 2006-01-05 12:59:36 +00:00
bringert
a4ba93cc55 Build SLF networks with sublattices. 2006-01-04 21:41:12 +00:00
bringert
14079a9d7c Finite state networks: more strictness. alternative (still unused) implementation of reachable. 2005-12-29 21:35:40 +00:00
bringert
d854890820 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
f4f1f04123 Finite state networks: replace some lookup tables with maps. Rewrite closure for speed. 2005-12-29 16:29:21 +00:00
bringert
5ad1ca8827 Finite state minimization: improved performance by using Set State instead of [State] as DFA labels. 2005-12-29 15:55:48 +00:00
bringert
cb5e52bd2e 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
e32472a9bb Some performance improvements in the FA generation. 2005-12-22 23:16:15 +00:00
bringert
29ba681242 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
0f85146395 nosignal 2005-12-22 19:48:17 +00:00
aarne
aa59c14b5a Hebrew Letter; news on index 2005-12-22 18:01:35 +00:00
aarne
14f70e478d version number, encoding 2005-12-22 16:46:38 +00:00
aarne
89ec5b808b parsing escaped strings from command line fixed 2005-12-21 19:46:48 +00:00
aarne
24953789b0 bug fix in updateShellState 2005-12-21 09:20:53 +00:00
aarne
59ee1bfd7c full disjunctive patterns ; more prec levels for Exp 2005-12-20 22:38:38 +00:00
bringert
7383e6d93e Don't import toLower in PrSLF. 2005-12-20 15:17:43 +00:00
aarne
a205829623 end of tutorial sketched 2005-12-17 22:21:23 +00:00
aarne
14defedc65 tutorial; mkMorpho bug fix 2005-12-17 20:44:20 +00:00
bringert
74792360f1 ATK: set CMNDEFAULT programmatically. Requires latest version of atkrec. 2005-12-16 15:13:37 +00:00
bringert
068180ecc0 Include atk config file in GF. Use environment variable to find the file. 2005-12-16 14:17:39 +00:00
bringert
9e19f5ab44 ATK: prepare for supporting multiple languages. 2005-12-16 13:05:56 +00:00
bringert
ed3700c5b3 Fixed conflict from Aarne's ATK path changes. Added NOILINE pragma to ATK initialized variable. 2005-12-16 09:54:31 +00:00
bringert
82cb712132 Use ATK_HOME variable to find resources. 2005-12-14 15:11:26 +00:00
aarne
f4cd764f2a mp3 example 2005-12-14 16:28:57 +00:00
bringert
cee5ee4b66 Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK. 2005-12-14 14:53:28 +00:00
bringert
f996c8b186 Added explicit type signature to GF.System.NoSpeechInput.recognizeSpeech. 2005-12-13 21:09:29 +00:00
bringert
5a480fac52 Added semi-working speech_input command. 2005-12-13 21:03:56 +00:00
aarne
9f867c4922 float parsing fixed 2005-12-11 17:48:55 +00:00
bringert
bf44a7aae3 Use tags in SLF generation to get out a parsable string. 2005-12-09 13:35:50 +00:00
bringert
cb18297ace SLF generation: make sure that there is only one final node, and that it is actually final. 2005-12-08 16:01:13 +00:00
bringert
5be879dd54 Transfer: Changed BNFC's layout syntax resolver to add a semicolon at EOF if using top-level layout sytax. Changed transfer syntax to use this to force semicolon after imports when pretty printing transfer. transfer grammar printer now produces Transfer syntax, not core. It also imports prelude and includes Eq and Compos instances. 2005-12-06 15:57:43 +00:00
aarne
a6dc944356 opers in cnc 2005-12-06 12:39:36 +00:00
aarne
66caf2aa65 bug fix in Shell commands at, wt 2005-12-06 11:46:35 +00:00
aarne
9db6f69d0a multimodal resource recreated for new API 2005-12-05 18:31:15 +00:00
aarne
066d5bb0a9 tidy up res; bug fix in ShellState.addTransfer 2005-12-05 16:14:12 +00:00
aarne
dea5158cbf floats in GF and GFC (parsing user input still doesn't work) 2005-12-02 13:13:14 +00:00
bringert
6cba6eb004 Make words in SLF language models upper case. 2005-12-02 12:55:24 +00:00
aarne
8de44f741e EInteger 2005-12-02 08:46:30 +00:00
aarne
da22eac180 making apply_transfer work 2005-12-01 17:58:31 +00:00
aarne
68d4cc143f added transfer cases 2005-11-30 09:14:07 +00:00
aarne
ac08470c22 transfer added to GF command interpreter[ 2005-11-30 09:04:45 +00:00
bringert
2be80a7e3b Transfer generation: cat constructors should not have tree types. 2005-11-29 14:55:45 +00:00
bringert
dc06abd643 Transfer data type generation now uses the Tree type constructor for data constructor types. 2005-11-29 13:59:27 +00:00
bringert
3564aa406b Added GrammarToTransfer. It works, except that the constructor types are missing Tree here and there. 2005-11-29 12:22:40 +00:00
aarne
fe1fdf3afd questions and transfer in shell state 2005-11-25 17:40:51 +00:00
peb
78e272be3c solved: path problem in SimpleGFC 2005-11-24 10:02:53 +00:00