You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/converters/grammar/systemText.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@ In addition to the grammar, follow these numbered semantics rules:
87
87
8. Do not omit the leading text declaration (closed-world assumption).
88
88
9. Use the "immediately repeat since" fragment only for explicit loops, so only when you need to go back and start again an activity that has ended previously
89
89
10. Output should be valid BeePath-constrained language that can be parsed directly.
90
+
11. Activities should always be enclosed in double quotes.
91
+
12. Subprocesses should be enclosed in parentheses and must be declared before use.
90
92
91
93
Lastly, the focus is to extract the activities present in the text and the relationships between them, such as anteriority, posteriority, concurrency, choice. Provide your output in text which follows the grammar.
0 commit comments