Skip to content

Commit

Permalink
Remove Known Issues from beginning of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yowgf committed Dec 4, 2023
1 parent 9d65ee7 commit a87c053
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ whenever the string event occurs. That reaction can be obfuscation of the
string, counting occurrences, sending an alert email, etc.
To know more about Lushu, read its companion [paper](https://homepages.dcc.ufmg.br/~fernando/publications/papers/Lushu23.pdf) or watch its [video tutorial](https://youtu.be/s17i2BhI_Eo).

**Known issues**

- The context-sensitive implementation described in some of our postings is not
entirely ready. The reaction to string events is currently hardcoded to be the
"count" action.

- The following documentation refers to the implementation that can generates a
regular grammar for the text under analysis. Regular grammars are equivalent
in power to a regular expression. It cannot, for instance, count balanced
parenthesis pairs.

- The regular grammar representation which the `gradle grammarJar` bytecode
produces is incorrect, as described in
[issues#17](https://github.com/lac-dcc/lushu/issues/17).

## Running

### Video Tutorial
Expand Down

0 comments on commit a87c053

Please sign in to comment.