Faroese NLP Grammar

Finite state and Constraint Grammar based analysers, proofing tools and other resources

View the project on GitHub giellalt/lang-fao

Page Content

S Y N T A C T I C F U N C T I O N S F O R F A R O E S E

Sámi language technology project 2003-2014, University of Tromsø #

This file adds syntactic functions. It was copied from sme.

!! Syntactic sets

These sets model noun phrases (NPs). The idea is to first define whatever can occur in front of the head of the NP, and thereafter negate that with the expression WORD - premodifiers.

The set NOT-NPMOD is used to find barriers between NPs. Typical usage: … (*1 N BARRIER NPT-NPMOD) … meaning: Scan to the first noun, ignoring anything that can be part of the noun phrase of that noun (i.e., “scan to the next NP head”)

!!HNOUN MAPPING

!! The leftovers are tagged @X

! missingX adds @X to all missings

! therestX adds @X to all what is left, often errouneus disambiguated forms


This (part of) documentation was generated from src/cg3/korp.cg3