[ 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 [2014/06/24 18:10]
zeman Numerals.
user:zeman:interset:features [2014/07/15 22:15]
zeman A more specific explanation of the tagset feature.
Line 23: Line 23:
 | prop | proper noun ("George", "Bush", "Paris") | | prop | proper noun ("George", "Bush", "Paris") |
 | class | classifier (measure word) between number and counted noun, e.g. Chinese "個 gè" | | class | classifier (measure word) between number and counted noun, e.g. Chinese "個 gè" |
 +
 +===== nametype =====
 +
 +Semantic classification of named entities and terms.
 +
 +| **Value** | **Description** |
 +| geo | geographical name ("Praha", "Ústí nad Labem") |
 +| prs | personal name (no first/last distinction available) |
 +| giv | given (first) name ("Petr", "John") |
 +| sur | surname (last name) ("Dvořák", "Zelený", "Agassi", "Bush") |
 +| nat | nationality ("Čech", "Kolumbijec") or a name of an inhabitant of certain location ("Pražan") |
 +| com | company ("Tatra" (the company)) |
 +| pro | product ("Tatra" (the car)) |
 +| oth | other named entity, e.g.: mines, stadiums, guerilla bases etc. Also used for functional words in names. |
 +| col | color indication |
 +| sci | term from natural sciences |
 +| che | chemical term |
 +| med | medical term |
 +| tec | general technical term |
 +| cel | term from computers and electronics |
 +| gov | term from politics, government, military |
 +| jus | term from justice |
 +| fin | financial or economic term |
 +| env | term from ecology, environment |
 +| cul | term from culture, education, arts, humanities |
 +| spo | term from sports |
 +| hob | term from hobby, leisure, traveling |
  
 ===== adjtype ===== ===== adjtype =====
Line 115: Line 142:
 | 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") |
-| mod | adverb of modal nature (Bulgarian "апропо") |+| mod | adverb of modal nature (Bulgarian "апропо", Czech "možno", "nutno", "radno", "třeba") | 
 +| sta | adverb of state (Czech "plno", "zima", "chyba", "škoda", "volno", "nanic") |
 | adadj | ad-adjective: special form in Finnish, derived from adjectives, used only to modify other adjectives (http://archives.conlang.info/pei/juenchen/phaelbhaduen.html) | | adadj | ad-adjective: special form in Finnish, derived from adjectives, used only to modify other adjectives (http://archives.conlang.info/pei/juenchen/phaelbhaduen.html) |
 | ex | existential "there" in English | | ex | existential "there" in English |
Line 134: Line 162:
 | sub | subordinating conjunction | | sub | subordinating conjunction |
 | comp | comparing conjunction (German "wie", "als") | | comp | comparing conjunction (German "wie", "als") |
 +| oper | mathematical operator (Czech "krát") |
  
 ===== parttype ===== ===== parttype =====
Line 170: Line 199:
  
 ===== synpos ===== ===== synpos =====
 +
 +**WARNING!** This feature is deprecated. Most likely it will not be used in Interset version 2 drivers.
  
 Does the pronoun or numeral behave syntactically as a noun, adjective, or adverb? Does the pronoun or numeral behave syntactically as a noun, adjective, or adverb?
Line 510: Line 541:
  
 | **Value** | **Description** | | **Value** | **Description** |
-| arch | archaic, obsoleterare |+| arch | archaic, obsolete 
 +| rare | rare |
 | form | formal, literary | | form | formal, literary |
 +| poet | poetic |
 | norm | normal, neutral | | norm | normal, neutral |
 | coll | colloquial | | coll | colloquial |
 | vrnc | vernacular | | vrnc | vernacular |
 | slng | slang | | slng | slang |
 +| expr | expressive, emotional |
 | derg | derogative | | derg | derogative |
 | vulg | vulgar | | vulg | vulgar |
Line 552: Line 586:
 Only information that cannot be stored in other features should be stored here.  Only information that cannot be stored in other features should be stored here.
 The apparently easiest approach — to store the complete original tag — will not work if the user needs to change feature values between decode() and encode(). The apparently easiest approach — to store the complete original tag — will not work if the user needs to change feature values between decode() and encode().
 +
 +Note that the ''tagset'' feature may sometimes refer to a related but different driver. For instance, drivers ''cs::pmk'' and ''cs::pmkkr'' are related. The latter is a reduced version of the former and its implementation uses the code of the driver for ''cs::pmk''. Both drivers share their interpretation of the values of the ''other'' feature. They thus also use the same value of the ''tagset'' feature, namely ''cs::pmk''. Sharing this identifier helps one driver understand the ''other'' values set by the other driver. The derived driver has its own identifier, ''cs::pmkkr'', but this identifier is never mentioned in the feature structures. It would be more precise to say that the ''tagset'' feature identifies the language used in the feature structure, rather than the source tagset.

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