1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/polish/ExtraPolAbs.gf
hallgren fc2f5b0a1a Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00

15 lines
559 B
Plaintext

abstract ExtraPolAbs = Cat, Extra [AP,CN,Pron,ProDrop] **
{
flags coding=utf8;
-- in Polish there exists a distinction between
-- attributes describing a quality of some object (e.g. cold water)
-- and qualifying that object (e.g. sparkling water).
-- attributes of the firs kind are called "przydawka wartościująca"
-- and they are characterized in that the attribure precedes a noun.
-- the other kind is called "przydawka gatunkująca vel klasyfikująca"
-- and the attribute follows the noun.
fun QualifierCN : AP -> CN -> CN ;
}