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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,9 @@ particular the [`RegexpQuery` and related functions](https://code.google.com/p/c
10
10
from Go to JavaScript. Since JavaScript doesn't have an equivalent to Go's [`regexp/syntax`](http://golang.org/pkg/regexp/syntax/),
11
11
we also use [PEG.js](http://pegjs.majda.cz/) to introduce a simplified regular
12
12
expression grammar to obtain parse trees for a subset of valid [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp)
13
-
patterns. The goal of this work is to enable JS clients an effective way to
14
-
query Trigram indexes for candidate documents.
13
+
patterns.
14
+
15
+
The goal is to query trigram indexes from JS clients.
0 commit comments