Grew-match: Online Graph Matching


Grew-match is a one-page online web application for searching graph requests in treebanks. There are several instances, each one with its own URL. The address https://match.grew.fr displays a portal with links to these instances. See below for a the list of instances.

If you want to run your own Grew-match instance, see Local installation of Grew-match.


Basic usage

Once you have selected an instance,

  1. Select the corpus on which you want to search:
    • Use the top navigation bar to select the collection (a subset of corpora)
    • Use the left pane to select the corpora on which the request will be executed
  2. Enter the search request in the text area. You can use the snippets on the right of the text area)
  3. Click on Search or Count

With Search:

With count, all the solutions are computed, but, it is not possible to visualize annotation examples. For instance, with the same request as above, we observe 18,980 occcurences of nsubj: .


Learning syntax

A tutorial with a progressive sequence of requests is available. You may also explore snippets given on the right of the text area to learn with other examples. A more comprehensive documentation is available in the requests page.


Clustering the occurrences

In addition to the main request, it is possible to perform clustering on the set of occurrences returned by this request.

When a clustering key is used, the set of occurrences (or the first 1,000 occurrences if Search is selected) is divided into subsets according of the key value. Each possible value is presented as a button showing the size of the associated subset. The button provides access to the corresponding occurrences (in Search mode).

When a whether sub-request is used, the results are split in two clusters Yes and No.

See the clustering documentation page for syntax and examples of usage.


Display options

Below the text area, a few options are available:


About CoNLL-U field names

The fields 2, 3, 4 and 5 of CoNLL-U files are considered as features with the following feature names.

CoNLL-U field FORM (col 2) LEMMA (col 3) UPOS (col 4) XPOS (col 5)
Grew syntax form lemma upos xpos

For instance:

For other features, defined in CoNLL-U fields FEATS (col 6) and MISC (col 10), the name of the feature can be used directly with exceptions:


Enhanced dependencies

In the UD framework, a few corpora are also provided with an additional annotation layer called Enhanced dependencies. These corpora are available by default with the enhanced layer and another corpus (with prefix bUD, for “basic” UD) is also available.

If the default treebank is selected, the enhanced dependencies are displayed in blue below the sentence. In the pattern, an enhanced dependency can be searched with the prefix E:. For example, the following pattern searches for an enhanced obl relation in UD_English-EWT without a basic (i.e. non-enhanced) counterpart: :

pattern { X -[E:obj]-> Y }
without { X -[obj]-> Y }

Grew-match instances

The https://universal.grew.fr instance

This instance contains the version 2.18 of the UD and the SUD treebanks, as well as a few more recent versions synchronised with the GitHub data. The top navigation bar provides access to:

Other instances


Contact

For any remark or request, you can either contact us or open an issue on GitHub.