Queries
From Icelandic Parsed Historical Corpus (IcePaHC)
To write a query, open terminal window. Then write vim newfilename.q
In the vim window, press for 'insert'. Now write, for example:
node: IP* query: (NP-POS* iDoms N-N)
Now press <esc> and write <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