Queries

From Icelandic Parsed Historical Corpus (IcePaHC)
Jump to: navigation, search

To write a query, open terminal window. Then write vim newfilename.q.

In the vim window, press i for "insert". Now write, for example:

node: IP*
query: (NP-POS* iDoms N-N)

Now press esc and write : and then wq to save and quit (q! to quit, w to save without quitting).

To run the query:

CS newfilename.q $ice

To view the results:

vim newfilename.out