Skip to content

Commit 6a8e751

Browse files
committed
grammar
1 parent 4c319fd commit 6a8e751

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ particular the [`RegexpQuery` and related functions](https://code.google.com/p/c
1010
from Go to JavaScript. Since JavaScript doesn't have an equivalent to Go's [`regexp/syntax`](http://golang.org/pkg/regexp/syntax/),
1111
we also use [PEG.js](http://pegjs.majda.cz/) to introduce a simplified regular
1212
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.
1516

1617
Usage
1718
-----

0 commit comments

Comments
 (0)