-
From testing, it looks like Tetra is pretty susceptible to false positives (i.e. false stars).
Currently given a 4-star pattern, Tetra just returns immediately if it matches some catalog pattern. …
-
Hello Frictionless Team,
I'm exploring schema validation in frictionless and would like to know more about the JSON Schema validation properties it currently supports. Specifically, could you confi…
-
**Description**: Implement weighted random selection in the generate_text function, using trigram counts as weights.
**Checklist**:
- [ ] Research weighted random selection and how to apply it wit…
-
I would like to contribute to the above problem. It will contain the full implementation of a trie class.
-
The basic idea is to have a syntax similar to this:
```
(
["foo", $bar] -> $bar.value * 2,
[$first, {"baz": $value}] -> [$value, $first],
$value, $value >= 3.14 -> "Bigger than 3.14",
…
-
### Description
a FILTER_THROW_ON_FAILURE alternative to the existing [FILTER_NULL_ON_FAILURE](https://www.php.net/manual/en/filter.constants.php#constant.filter-null-on-failure) would be nice. Cou…
-
Classes should support the PEP 622 Structural Pattern Matching feature of Python 3.10. From [reading the PEP](https://www.python.org/dev/peps/pep-0622/#runtime) it seems this should be rather simple,…
-
This should be a compile-time error:
```
let x = match None
case (Some x) = x
console.log x
```
The match is partial.
Currently the above code outputs `undefined`.
-
``` javascript
var m = match([
['Cons(a, Cons(b, Nil)) if(a === b)', function(x, y) {
return x + y;
}],
['_', function() {
return 0;
}]
]);
…
-
Hi,
since the pattern ELB_ACCESS_LOG will fail to match some special cases for ELB Access Logs (e.g. TCP Listener Logs) I built an optimized version:
```
"%{TIMESTAMP_ISO8601:timestamp} %{NOTSPACE:e…