Closed mahmouddiab2000 closed 1 year ago
That is not a bug, when using ie functions from rust your patterns should follow rust's regex syntax. for example your code should look like this:
%%rgxlog
Spans(X) <- rgx_span("corona virus 2019","corona[[:space:]]virus") -> (X)
?Spans(X)
Here is a link to rust's regex syntax: Rust's regex syntax
A simple code to reproduce the bug:
We got an empty table, maybe it's related to the space, because when we tried the pattern "corona " it worked. currently we wrote our own ie function that do the same functionality Priority: medium