Turkish PropBank
Project description
Turkish PropBank (TRopBank)
Turkish PropBank (TRopBank) is a corpus of over 17.000 Turkish verbs, each annotated with their syntactic arguments and thematic roles. Arguments are bits of essential information attached to a verb (such as subject or object), and thematic roles are semantic classifications associated with these arguments (such as agent or patient). This resource allows matching between the syntax layer and the semantics layer for the processing of Turkish data.
In the field of SRL, PropBank is one of the studies widely recognized by the computational linguistics communities. PropBank is the bank of propositions where predicate- argument information of the corpora is annotated, and the semantic roles or arguments that each verb can take are posited.
Each verb has a frame file, which contains arguments applicable to that verb. Frame files may include more than one roleset with respect to the senses of the given verb. In the roleset of a verb sense, argument labels Arg0 to Arg5 are described according to the meaning of the verb. For the example below, the predicate is “announce” from PropBank, Arg0 is “announcer”, Arg1 is “entity announced”, and ArgM- TMP is “time attribute”.
[ARG0 Türk Hava Yolları] [ARG1 indirimli satışlarını] [ARGM-TMP bu Pazartesi] [PREDICATE açıkladı].
[ARG0 Turkish Airlines] [PREDICATE announced] [ARG1 its discounted fares] [ARGM-TMP this Monday].
The following Table shows typical semantic role types. Only Arg0 and Arg1 indicate the same thematic roles across different verbs: Arg0 stands for the Agent or Causer and Arg1 is the Patient or Theme. The rest of the thematic roles can vary across different verbs. They can stand for Instrument, Start point, End point, Beneficiary, or Attribute. Moreover, PropBank uses ArgM’s as modifier labels indicating time, location, temporal, goal, cause etc., where the role is not specific to a single verb group; it generalizes over the entire corpus instead.
Tag | Meaning |
---|---|
Arg0 | Agent or Causer |
ArgM-EXT | Extent |
Arg1 | Patient or Theme |
ArgM-LOC | Locatives |
Arg2 | Instrument, start point, end point, beneficiary, or attribute |
ArgM-CAU | Cause |
ArgM-MNR | Manner |
ArgM-DIS | Discourse |
ArgM-ADV | Adverbials |
ArgM-DIR | Directionals |
ArgM-PNC | Purpose |
ArgM-TMP | Temporals |
- Directional modifiers give information regarding the path of motion in the sentence. Directional modifiers may be mistakenly tagged as locatives.
- Locatives are used for the place where the action takes place.
- Manners define how the action is performed.
- Extent markers represent the amount of change that occurs in the action.
- Temporal modifiers keep the time of the action.
- Reciprocals are reflexives that refer to other arguments, like “himself,” “itself,” “together,” “each other,” and “both.”
- Secondary predication markers are used for adjuncts of the predicate, which holds predicate structure.
- Purpose clauses show the motivation for the action. Cause clauses simply show the reason for an action.
- Discourse markers connect the sentence to the previous sentence, such as “also,” “however,” “as well,” and “but.”
- Adverbials are used for syntactic elements that modify the sentence and are not labeled with one of the modifier tags stated above.
- “Will,” “may,” “can,” “must,” “shall,” “might,” “should,” “could,” “would,” and also “going (to),” “have (to),” and “used (to)” are modality adjuncts of the predicate and tagged as modal in PropBank.
- Negation is used to tag negative markers of the sentences.
Data Format
The structure of a sample frameset is as follows:
<FRAMESET id="TR10-0006410">
<ARG name="ARG0">Engeli kaldıran kişi</ARG>
<ARG name="ARG1">Engelini kaldırdığı şey</ARG>
</FRAMESET>
Each entry in the frame file is enclosed by and tags. id shows the unique identifier given to the frameset, which is the same ID in the synset file of the corresponding verb sense. tags denote the semantic roles of the corresponding frame.
For Developers
You can also see Cython, Java, C++, Swift, Js, or C# repository.
Requirements
Python
To check if you have a compatible version of Python installed, use the following command:
python -V
You can find the latest version of Python here.
Git
Install the latest version of Git.
Pip Install
pip3 install NlpToolkit-Propbank
Download Code
In order to work on code, create a fork from GitHub page. Use Git for cloning the code to your local or below line for Ubuntu:
git clone <your-fork-git-link>
A directory called PropBank will be created. Or you can use below link for exploring the code:
git clone https://github.com/starlangsoftware/TurkishPropBank-Py.git
Open project with Pycharm IDE
Steps for opening the cloned project:
- Start IDE
- Select File | Open from main menu
- Choose
TurkishPropBank-PY
file - Select open as project option
- Couple of seconds, dependencies will be downloaded.
Detailed Description
FramesetList
Frame listesini okumak ve tüm Frameleri hafızada tutmak için
a = FramesetList()
Framesetleri tek tek gezmek için
for i in range(a.size()):
frameset = a.getFrameset(i)
Bir fiile ait olan Frameseti bulmak için
frameset = a.getFrameSet("TUR10-1234560")
Frameset
Bir framesetin tüm argümanlarını bulmak için
getFramesetArguments(self) -> list
Cite
@inproceedings{kara-etal-2020-tropbank,
title = "{TR}op{B}ank: {T}urkish {P}rop{B}ank V2.0",
author = {Kara, Neslihan and
Aslan, Deniz Baran and
Mar{\c{s}}an, B{\"u}{\c{s}}ra and
Bakay, {\"O}zge and
Ak, Koray and
Y{\i}ld{\i}z, Olcay Taner},
booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference",
month = may,
year = "2020",
address = "Marseille, France",
publisher = "European Language Resources Association",
url = "https://www.aclweb.org/anthology/2020.lrec-1.336",
pages = "2763--2772",
ISBN = "979-10-95546-34-4",
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file NlpToolkit-PropBank-1.0.20.tar.gz
.
File metadata
- Download URL: NlpToolkit-PropBank-1.0.20.tar.gz
- Upload date:
- Size: 716.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.26.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db17114bedb8e7894c8529b6308089ee9bb900cda8730dec4915c0b36563c0f5 |
|
MD5 | 55bd297244dbb8ae1051024ab5f03c8b |
|
BLAKE2b-256 | 1c8e54db2bf328145cf48310d7376c4a8e9b66367e4216e90a43c50d090cef15 |