PLEASE SEE THE README AT ./natural4-server.
The Legal Spreadsheet helps users to automate their legal writing.
- Install clasp
- Run
clasp login
. Please use account you are going to use for spreadsheet development - Enable App Script API
- Run
clasp create
. This will create a.clasp.json
file locally. - Finally run
clasp push
. This will compile and push the code to your google account. - Open spreadsheet in your google account. It has name of the code checkout folder.
The typed keywords here are outlined in blue in the automatically generated layouts.
Type the Keyword | Google Sheet Will Output This Layout |
---|---|
AND | |
OR | |
EVERY | |
IF | |
WHEN | |
MEANS1 | |
IS1 | |
IT IS1 | |
HENCE | |
LEST | |
UNLESS |
1: MEANS, IS and IT IS starts a constitutive rule.
These are the ways the keyword sequences can be typed out. Each keyword must be typed in each cell from top to bottom as shown below. There should only be one keyword per row of cells. Each output layout will then appear as shown when each keyword is typed. There is a waiting time of 3-5 seconds for each keyword's output to show completely.
Type these keywords | Keyword Sequence Logic | Layouts of these keywords2 |
---|---|---|
IF, OR, OR | IF C4 OR C5 OR C6 | |
IF, AND, AND | IF C4 AND C5 AND C6 | |
IF, IF, OR, AND | IF (D5 OR D6) AND C7 | |
IF, IF, OR, OR, AND, AND | IF (D5 OR D6 OR D7) AND C8 AND C9 |
2: The logic formula is at the top left outlined in red. The cell outlined in blue is the cell where the logic formula resides in.
Term | Explanation |
---|---|
Constitutive rules | Rules that make possible new forms of behaviour. |