[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
user:zeman:interset:features [2013/11/18 17:28]
zeman Numeral type range.
user:zeman:interset:features [2014/06/16 15:48]
zeman New features split from subpos: nountype, adjtype, verbtype and conjtype.
Line 22: Line 22:
  
 | **Value** | **Main pos** | **Description** | | **Value** | **Main pos** | **Description** |
-| prop | noun | proper noun ("George", "Bush", "Paris") | 
-| class | noun | classifier (measure word) between number and counted noun, e.g. Chinese "個 gè" | 
-| pdt | adj | predeterminer (adjectival word that can stand before an article, such as "all" in "all the flowers") | 
-| det | adj | determiner (function word modifying a noun phrase: English "this", "that"); regarded indefinite/demonstrative pronoun in some tagsets; includes articles (see below) in some tagsets | 
-| art | adj | article, i.e. determiner bearing only the feature of definiteness or indefinitess and nothing more (English "a", "an", "the", German "der", "die", "das", Portuguese "um", "uma", "o", "a", "os", "as") | 
-| aux | verb, part | auxiliary verb used to construct complex verb forms (Czech "být", English "have", "will") | 
-| cop | verb | copula verb (Czech "být") | 
-| mod | verb | modal verb (German "dürfen", "können", "mögen", "müssen", "sollen", "wollen", "wissen"; Czech "muset", "mít", "moci", "smět", "umět", "chtít"; English "must", "can", "shall"); note that adverbs and particles have their own ''mod'' subpos | 
-| verbconj | verb | finite verb with the enclitic "-ť" (Czech "neboť" = "because") | 
 | mod | adv, part | modal particle (Bulgarian "май" = "possibly", "нека" = "let"; Czech "ať", "kéž", "nechť") or adverb of modal nature (Bulgarian "апропо"); note that verbs have their own ''mod'' subpos | | mod | adv, part | modal particle (Bulgarian "май" = "possibly", "нека" = "let"; Czech "ať", "kéž", "nechť") or adverb of modal nature (Bulgarian "апропо"); note that verbs have their own ''mod'' subpos |
 | adadj | adv | ad-adjective: special form in Finnish, derived from adjectives, used only to modify other adjectives (http://archives.conlang.info/pei/juenchen/phaelbhaduen.html) | | adadj | adv | ad-adjective: special form in Finnish, derived from adjectives, used only to modify other adjectives (http://archives.conlang.info/pei/juenchen/phaelbhaduen.html) |
Line 39: Line 30:
 | preppron | prep | preposition and pronoun in one word (Czech "proň" = "pro něj", "nač" = "na co") | | preppron | prep | preposition and pronoun in one word (Czech "proň" = "pro něj", "nač" = "na co") |
 | comprep | prep | first part of compound preposition (Czech "nehledě na", "vzhledem k") | | comprep | prep | first part of compound preposition (Czech "nehledě na", "vzhledem k") |
-| coor | conj | coordinating conjunction | 
-| sub | conj | subordinating conjunction | 
-| comp | conj | comparing conjunction (German "wie", "als") | 
 | emp | part | particle of emphasis (Bulgarian "даже" = "even") | | emp | part | particle of emphasis (Bulgarian "даже" = "even") |
 | res | part | particle of response ("yes", "no") | | res | part | particle of response ("yes", "no") |
 | inf | part | infinitive marker (English "to", German "zu", Danish "at", Swedish "att"). Sometimes tagged as particle, sometimes as conjunction, sometimes has its own part of speech. | | inf | part | infinitive marker (English "to", German "zu", Danish "at", Swedish "att"). Sometimes tagged as particle, sometimes as conjunction, sometimes has its own part of speech. |
 | vbp | part | separated verb prefix (German "vor" in "stellen Sie sich vor"); analogical verbal particles in English? | | vbp | part | separated verb prefix (German "vor" in "stellen Sie sich vor"); analogical verbal particles in English? |
 +
 +===== nountype =====
 +
 +| **Value** | **Description** |
 +| com | common noun ("man", "dog", "house", "idea") |
 +| prop | proper noun ("George", "Bush", "Paris") |
 +| class | classifier (measure word) between number and counted noun, e.g. Chinese "個 gè" |
 +
 +===== adjtype =====
 +
 +| **Value** | **Description** |
 +| pdt | predeterminer (adjectival word that can stand before an article, such as "all" in "all the flowers") |
 +| det | determiner (function word modifying a noun phrase: English "this", "that"); regarded indefinite/demonstrative pronoun in some tagsets; includes articles (see below) in some tagsets |
 +| art | article, i.e. determiner bearing only the feature of definiteness or indefinitess and nothing more (English "a", "an", "the", German "der", "die", "das", Portuguese "um", "uma", "o", "a", "os", "as") |
  
 ===== prontype ===== ===== prontype =====
Line 54: Line 56:
  
 | **Value** | **Description** | | **Value** | **Description** |
-| | Empty value means that this is not a pronoun but a real noun, adjective, adverb etc. This will be more useful once we completely remove the pronoun part of speech, distribute the pronouns to other syntactically similar parts of speech and set their prontype. |+| | Empty value means that this is not a pronoun but a real noun, adjective, adverb etc. 
 +| prn | The word is pronominal but we do not know the exact type. |
 | prs | Personal or possessive pronoun. Possessives are recognizable by the value of their poss feature. | | prs | Personal or possessive pronoun. Possessives are recognizable by the value of their poss feature. |
 | rcp | Reciprocal pronoun (German "einander", Danish "hinanden"). Similar to personal pronouns but occurs as special case in object position. | | rcp | Reciprocal pronoun (German "einander", Danish "hinanden"). Similar to personal pronouns but occurs as special case in object position. |
Line 110: Line 113:
  
 Řada výskytů číslovek nemá (ani v té verzi 1) vyznačenu ani jednu hodnotu, např.: o kilku artykułach, przedstawił trzy swoje dzieła, wystąpił z sześcioma prelekcjami, z których trzy zostały... Řada výskytů číslovek nemá (ani v té verzi 1) vyznačenu ani jednu hodnotu, např.: o kilku artykułach, przedstawił trzy swoje dzieła, wystąpił z sześcioma prelekcjami, z których trzy zostały...
 +
 +===== verbtype =====
 +
 +| **Value** | **Description** |
 +| aux | auxiliary verb used to construct complex verb forms (Czech "být", English "have", "will") |
 +| cop | copula verb (Czech "být") |
 +| mod | modal verb (German "dürfen", "können", "mögen", "müssen", "sollen", "wollen", "wissen"; Czech "muset", "mít", "moci", "smět", "umět", "chtít"; English "must", "can", "shall"); note that adverbs and particles have their own ''mod'' subpos |
 +| verbconj | finite verb with the enclitic "-ť" (Czech "neboť" = "because") |
  
 ===== advtype ===== ===== advtype =====
Line 121: Line 132:
 | deg | adverb of quantity or degree ("how much") | | deg | adverb of quantity or degree ("how much") |
 | cau | adverb of cause ("why") | | cau | adverb of cause ("why") |
 +
 +===== conjtype =====
 +
 +| **Value** | **Description** |
 +| coor | coordinating conjunction |
 +| sub | subordinating conjunction |
 +| comp | comparing conjunction (German "wie", "als") |
  
 ===== punctype ===== ===== punctype =====
Line 156: Line 174:
 | adv | adverbial (like an adverb) | | adv | adverbial (like an adverb) |
 | pred | predicative adjective | | pred | predicative adjective |
 +
 +===== morphpos =====
 +
 +A word's morphological paradigm may behave like a different part of speech than the word is assigned to. For example, Slovak noun //vstupné// “admission (fee)” behaves syntactically as noun, is tagged as noun, but it originates from an adjective and retains adjectival paradigm. The ''paradigm'' feature of the sk::snk tagset maps to this Interset feature.
 +
 +| **Value** | **Description** |
 +| noun | nominal paradigm |
 +| adj | adjectival paradigm |
 +| pron | pronominal paradigm |
 +| num | numeral paradigm |
 +| adv | adverbial paradigm |
 +| mix | mixed paradigm |
 +| def | deficient paradigm (some declension forms are missing) |
  
 ===== poss ===== ===== poss =====

[ Back to the navigation ] [ Back to the content ]