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
**kotgll** is an open-source project for implementing the GLL algorithm and its modifications in Kotlin
20
+
**UCFS** is an **U**nuversal **C**ontext-**F**ree **S**olver: a tool to solve problems related to context-free and regular language intersection. Examples of such problems:
@@ -152,17 +167,17 @@ S -> subClassOf_r S subClassOf | subClassOf_r subClassOf
152
167
| type_r S type | type_r type
153
168
```
154
169
155
-
The representation of **G<sub>1</sub>** context-free grammar in the repository can be found [here](https://github.com/vadyushkins/kotgll/blob/main/src/test/resources/cli/TestCFGReadWriteTXT/g1.txt).
170
+
The representation of **G<sub>1</sub>** context-free grammar in the repository can be found [here](https://github.com/FormalLanguageConstrainedPathQuerying/kotgll/blob/main/src/test/resources/cli/TestCFGReadWriteTXT/g1.txt).
156
171
157
-
The representation of **G<sub>1</sub>** context-free grammar as recursive automaton in the repository can be found [here](https://github.com/vadyushkins/kotgll/blob/main/src/test/resources/cli/TestRSMReadWriteTXT/g1.txt).
172
+
The representation of **G<sub>1</sub>** context-free grammar as recursive automaton in the repository can be found [here](https://github.com/FormalLanguageConstrainedPathQuerying/kotgll/blob/main/src/test/resources/cli/TestRSMReadWriteTXT/g1.txt).
158
173
159
174
### Results
160
175
161
176
The results of the **all pairs reachability** queries evaluation on graphs related to **RDF analysis** are listed below.
162
177
163
178
In each row, the best mean time in seconds is highlighted in **bold**.
@@ -173,4 +188,4 @@ In each row, the best mean time in seconds is highlighted in **bold**.
173
188
174
189
#### More results
175
190
176
-
More results, but in raw form, can be found in repository [kotgll_benchmarks](https://github.com/vadyushkins/kotgll_benchmarks/)
191
+
More results, but in raw form, can be found in repository [kotgll_benchmarks](https://github.com/FormalLanguageConstrainedPathQuerying/kotgll_benchmarks/)
0 commit comments