From e2342cfee69f98fb2efc83bad5025987f68c9a9f Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 20 Aug 2010 01:38:49 +0200 Subject: typos --- regexvis.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/regexvis.html b/regexvis.html index e2f6ed7..2e7c97d 100644 --- a/regexvis.html +++ b/regexvis.html @@ -42,7 +42,7 @@ Reload Description - This is a little tool to visualize regular expressions + This is little application to visualize regular expressions using a deterministic finite state automaton. It was developed for a seminar by Karin Haenelt -- "Endliche Automaten für die Sprachverarbeitung" @@ -50,7 +50,7 @@ Raphaël and jQuery libraries. The corresponding presentation can be downloaded here (in German).
The project includes a parser for basic regular expressions, a simulator for testing if a given word is included in the - language defined by the regular expression and another relatively fancy simulator for checking includance graphically step + language defined by the regular expression and additional a relatively fancy simulator for checking includance graphically step by step. These parts are based on several standard algorithms which can be found in the following literature:
  • Recursive descent parser, Thompson's algorithm: @@ -60,7 +60,7 @@
  • Epsilon closure: The treatment of epsilon moves in subset construction. (Gertjan van Noord)
The user interface should be self explanatory and fail safe but you can obtain help for each step by hovering over The - corresponding ? symbol. If something goes wrong just click Reload. + corresponding ? symbol. If there's a problem just click Reload.

Browser compatibility:

  • Firefox (3): full functionality
  • @@ -69,7 +69,7 @@
  • Internet Explorer: unknown, probably none

-

Click Description again to hide this text.

+

To hide this text click Description again.

@@ -85,7 +85,8 @@
?
@@ -98,7 +99,7 @@ -
?
@@ -128,9 +129,9 @@
Draw Graph was ticked before parsing, otherwise click on Check to simulate the word. + Backspace works as expected. Do not type too fast during graphical simulation, + because synchronization is not perfect, you can press backspace several times in case of problems." id="helpWord" class="message green greenc help">?
-- cgit v1.2.3