Spaces:
Runtime error
Runtime error
TIMAX-159
commited on
Commit
•
954a1cc
1
Parent(s):
5668b25
enw
Browse files- description.md +4 -4
description.md
CHANGED
@@ -6,16 +6,16 @@ Type English for logic symbols! This is a simple string replacement program dedi
|
|
6 |
|
7 |
### Steps
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
### Notice
|
14 |
|
15 |
* Note that you can input **multi-line** sentences!
|
16 |
* Please don’t include the exact same uppercase spelling of any of the tags in your FOL sentence if you don’t mean it, or the program will replace them without thinking. For example, it your input sentence is: **WALL(berlin wall)** meaning “berlin wall is a wall”, the program output would be **W∀(berlin wall)** with the **ALL** after **W** replaced by **∀**, which is not what you want.
|
17 |
|
18 |
-
|
19 |
| Logic Symbol | Tag |
|
20 |
| :----------: | :---: |
|
21 |
| ∧ | AND |
|
|
|
6 |
|
7 |
### Steps
|
8 |
|
9 |
+
1. Input your FOL sentence in the box of **string**. If you want to type a specific logic symbol at some point of your FOL sentence, just type its corresponding tag (uppercase English words) instead, and keep everything else the same. You will find the translation and five examples below.
|
10 |
+
2. The translation is **real-time**. The result would be shown in the box of **output**.
|
11 |
+
3. Just copy the result for your need!
|
12 |
|
13 |
### Notice
|
14 |
|
15 |
* Note that you can input **multi-line** sentences!
|
16 |
* Please don’t include the exact same uppercase spelling of any of the tags in your FOL sentence if you don’t mean it, or the program will replace them without thinking. For example, it your input sentence is: **WALL(berlin wall)** meaning “berlin wall is a wall”, the program output would be **W∀(berlin wall)** with the **ALL** after **W** replaced by **∀**, which is not what you want.
|
17 |
|
18 |
+
## Translation
|
19 |
| Logic Symbol | Tag |
|
20 |
| :----------: | :---: |
|
21 |
| ∧ | AND |
|