Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "R13-1004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:55:55.010501Z"
},
"title": "Annotating Events, Time and Place Expressions in Arabic Texts",
"authors": [
{
"first": "Hassina",
"middle": [],
"last": "Aliane",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Amina",
"middle": [],
"last": "Guendouzi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "USTHB",
"location": {
"country": "Algeria"
}
},
"email": ""
},
{
"first": "Amina",
"middle": [],
"last": "Mokrani",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "USTHB",
"location": {
"country": "Algeria"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We present in this paper an unsupervised approach to recognize events, time and place expressions in Arabic texts. Arabic is a resource-scarce language and we don't easily have at hand annotated corpora, lexicons and other needed NLP tools. We show in this work that we can recognize events, time and place expressions in Arabic texts without using a POS annotated corpus and without lexicon. We use an unsupervised segmentation algorithm then a minimalist set of rules allows us to get a partial POS annotation of our corpus. This partially annotated corpus will serve as a basis for the recognition process which implements a set of rules using specific linguistic markers to recognize events, and expressions of time and place.",
"pdf_parse": {
"paper_id": "R13-1004",
"_pdf_hash": "",
"abstract": [
{
"text": "We present in this paper an unsupervised approach to recognize events, time and place expressions in Arabic texts. Arabic is a resource-scarce language and we don't easily have at hand annotated corpora, lexicons and other needed NLP tools. We show in this work that we can recognize events, time and place expressions in Arabic texts without using a POS annotated corpus and without lexicon. We use an unsupervised segmentation algorithm then a minimalist set of rules allows us to get a partial POS annotation of our corpus. This partially annotated corpus will serve as a basis for the recognition process which implements a set of rules using specific linguistic markers to recognize events, and expressions of time and place.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The considerable development of information and communication technology has fundamentally changed the way we access knowledge. To deal with the huge volumes of information, constantly increasing, efficient and robust technologies are needed. In this context, named entities (persons, places, organizations, dates ...) are requested in order to categorize, index, summarize, this information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A very useful resource for conducting research in the area of NLP is an annotated corpus which can be used as data in the development of algorithms and as data in the evaluation of those algorithms (Mazur, 2012) . However, natural languages are not all equal regarding the availability of such corpora. Arabic is among the resourcescarce languages and the Arabic NLP (ANLP) community still suffers from the lack of free available annotated corpora, electronic lexicons and other needed NLP tools. Moreover, there are no established (theoretical) linguistic studies to rely on, in the field of NER though there is recently an increasing interest from the ANLP community. We propose in this work a minimalist approach that allows recognition and annotation of key expressions in a raw corpus using only formal indices in the texts. This is not an exhaustive annotation of NEs but rather an empirical approach to provide a useful ANLP resource. The rest of the paper is organized as follows: section 2 is a survey of related work, section 3 describes our minimalist approach to event, time and place expressions recognition in Arabic texts, section 4 reports the results and evaluation of the approach and finally, we end with a conclusion and future work in section 5.",
"cite_spans": [
{
"start": 198,
"end": 211,
"text": "(Mazur, 2012)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the growing field of Information Extraction (IE), Named Entity Recognition (NER) refers to the recognition and categorization by types of person names, organizations, locations, numerals as well as time/dates. Nadeau and Sekine (2009) provide a pretty large survey of work on NER where we can find a large variety of NER tools for a few widely used languages. There are generally three main approaches to NER. Linguistic rule based, statistical based, and hybrid.",
"cite_spans": [
{
"start": 213,
"end": 237,
"text": "Nadeau and Sekine (2009)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Rule-based methods are usually based on an existing lexicon of proper names and a local grammar that describes patterns to match NEs using internal evidence (gazetteers) and external evidence provided by the context in which the NEs appear (Zaghouani, 2012) . Statistical and machine learning approaches generally require a large amount of manually annotated training data. Hybrid methods are a combination of the statistical and the rule-based approaches. A remaining challenge in the field is how to develop such systems quickly with minimal costs.",
"cite_spans": [
{
"start": 240,
"end": 257,
"text": "(Zaghouani, 2012)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Unfortunately, the main efforts to build reliable NER systems for Arabic has been conducted in a commercial framework and the approach used as well as the accuracy of the performance are not known. Nevertheless, we can find recently interesting research works in this topic. Zaghouani (2012) surveys the most significant works in the field. Most of the reported work concerns recognition of proper names of persons and organizations. In (Traboulsi, 2006) , we find a rule-based named-entity recognition model using local grammar and dictionaries and which gives good results when tested in a small-scale experiment with a Reuter corpus. Shaalan and Raza (2009) presented an Arabic NER system based on a rule-based approach, a dictionary of names, a local grammar and a filtering mechanism that rejects the incorrect NEs. The system obtained an F-measure of 87.7% for persons, 85.9% for locations, 83.15% for organizations and 91.6% for dates. Zaghouani (2012) described a rule-based system for Arabic NER which adapts a multilingual NER system to Arabic. The system obtained an F-measure of 61.54% for persons and 52.23% for organizations.",
"cite_spans": [
{
"start": 275,
"end": 291,
"text": "Zaghouani (2012)",
"ref_id": "BIBREF16"
},
{
"start": 437,
"end": 454,
"text": "(Traboulsi, 2006)",
"ref_id": "BIBREF14"
},
{
"start": 637,
"end": 660,
"text": "Shaalan and Raza (2009)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "On the machine learning side, Zitouni et al (2005) developed a system which allows recognition of nominals, pronominals, references to entities and named entities. They used a maximum entropy markov model and the evaluation of their system on the ACE data set gave an Fmeasure of 69%. Benajiba also has a continuing work in this approach: Benajiba et al (2008) proposed a system that combines Support Vector Machine and Conditional Random Fields approaches. The system also used lexical, morphological and syntactic features and a multi-classifier approach where each classifier was designed to tag a NE class. The system obtained an Fmeasure of 83.5%. In his thesis, Benajiba (2009) concluded that no single Machine Learning approach is better than another for the Arabic NER task and that the best results were obtained when he used a multi-classifier approach where each classifier used the best ML technique to specific NE class. In another experiment, Benajiba et al (2009) explored a combination of lexical, contextual and morphological features. The impact of the different features has been measured in isolation and combined and an F-measure of 82.71% was obtained.",
"cite_spans": [
{
"start": 30,
"end": 50,
"text": "Zitouni et al (2005)",
"ref_id": "BIBREF17"
},
{
"start": 339,
"end": 360,
"text": "Benajiba et al (2008)",
"ref_id": "BIBREF3"
},
{
"start": 668,
"end": 683,
"text": "Benajiba (2009)",
"ref_id": "BIBREF2"
},
{
"start": 957,
"end": 978,
"text": "Benajiba et al (2009)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Related to event extraction, Abuleil (2007) presented a work for event detection in Arabic texts that is based on collecting key-word events like in natural disasters, bombing, elections ...",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "The system was able to identify 439 events out of 467 on the test corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Saleh et al (2011) described a Machine Learning approach to automatic detection of temporal and numerical expressions in Arabic texts based on processing the dashtag-TMP used in the Arabic tree-bank. The system obtained an Fmeasure of 73.1% for temporal expressions and 94.4% for numerical expressions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "3 A minimalist approach to recognition of event, time and place expressions in Arabic texts",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Arabic is a Semitic language spoken by more than 330 million people as a native language, in an area extending from the Arabian/Persian Gulf in the East to the Atlantic Ocean in the West. Arabic is a highly structured and derivational language where morphology plays a very important role. Arabic NLP applications must deal with several complex problems pertinent to the nature and structure of the Arabic language. For instance, Arabic is written from right to left. Like Chinese, Japanese, and Korean there is no capitalization in Arabic. In addition, Arabic letters change shape according to their position in the word. Modern Standard Arabic (the modern version of classical Arabic) does not have orthographic representation of short letters which requires a high degree of homograph resolution and word sense disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Arabic Language",
"sec_num": "3.1"
},
{
"text": "In order to provide an Arabic resource that will be useful for our NLP applications such as text summarization and question-answering, we propose an approach which is minimalist in the sense that it allows annotation of key expressions in a raw corpus of Arabic texts without any exhaustive pre-processing like POS tagging and without using dictionaries. The structure of event is relevant since at a conceptual point of view a structure of event engages participants such as actor, time and location. In this work, we adopt the conceptual event scheme as defined by Saval et al (2009) who built an ontology for natural disasters and which is shown in figure above.",
"cite_spans": [
{
"start": 567,
"end": 585,
"text": "Saval et al (2009)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "We then, try to identify events, time and place expressions using surface indices from the texts. We don't deal with named entities of persons yet.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Segmentation and Partial POS tagging: As we have chosen to work by using only surface indices from the texts, we opted to adapt to our needs the algorithm described in (Aliane, 2011) which is an algorithm of segmentation based on Arabic linguistic theory. It is an unsupervised, knowledge-free discovery algorithm in the sense of (Bieman, 2006) . It allows the discovery of the morphemes and affixes of the corpus without using lexicons or predefined tables of affixes as schematized in figure 2:",
"cite_spans": [
{
"start": 168,
"end": 182,
"text": "(Aliane, 2011)",
"ref_id": "BIBREF1"
},
{
"start": 330,
"end": 344,
"text": "(Bieman, 2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Nevertheless, this algorithm doesn't give the categories of the segmented units. It aims to simulate the underlying distributional analysis of the Arabic linguistic theory in a larger work (Aliane, 2011) . The result of the segmentation process is [left affix +morpheme+ right affix] <Lexie> ; a lexie here, is a word between two pauses (a blank or a punctuation sign).",
"cite_spans": [
{
"start": 189,
"end": 203,
"text": "(Aliane, 2011)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Then, our idea is that we can detect significant key expressions in the texts by adding to such segmented corpus some POS tagging by observing the texts in order to build a minimal set of rules depending on the form of the affixes. Arabic linguistic theory defines three part of speech which are: Noun (ism), Verb (fi'l) and Particle (harf) (Sibawayh, 77). Further sub-categorization can be found in (Ghoul, 2011) . However, we don't aim at an exhaustive tagging so we manually build using the right and left affixes obtained by the segmentation process and other surface indices, a set of rules to annotate verbs and nouns in the corpus. From the indication of the affixes we obtained four rules, one for Noun (ism) and three for verbs: past, present and future. Nouns are labeled as <LN> for nominal lexie and verbs are labeled as <LV> for verbal lexie. We don't use the tense indication in this paper but we've made it for later work.",
"cite_spans": [
{
"start": 400,
"end": 413,
"text": "(Ghoul, 2011)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Besides the rules induced from the affixes, we have also two contextual rules which are: R1/ if a lexie is preceded by \u202b\"\u0633\u0648\u0641\"\u202c then annotate the lexie as verb at present time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "R2/ if a lexie is preceded by lexie 1 \u0454 L then annotate the lexie as noun. L= { \u202b\u0639\u0646\u060c\u202c \u202b\u0645\u0646\u060c\u202c \u202b\u0641\u064a\u060c\u202c \u202b\u0625\u0644\u0649\u060c\u202c \u202b\u0633\u0648\u0649\u202c \u202b\u0644\u0648\u0627\u0644\u060c\u202c \u202b\u0625\u0627\u0644\u060c\u202c \u202b\u060c\u063a\u064a\u0631\u060c\u202c \u202b\u0644\u0648\u0627\u0644\u202c \u202b\u0625\u0627\u0644\u060c\u202c \u202b\u063a\u064a\u0631\u060c\u202c \u202b\u062d\u0627\u0634\u0627\u060c\u202c \u202b\u0639\u062f\u0627\u060c\u202c \u202b.}\u0639\u0644\u0649\u060c\u202c Verbal Event detection: We are interested in this work only in the annotation of verbal events. Arabic grammarians define a verb as a form denoting \"a happening\" \u202b.)\u062d\u062f\u062b(\u202c This definition is sufficient to assume that any verb denotes \u00e0 priori an event. Nevertheless, there are some lexies that have the form of verbs but that rather denotes modalities. The study of the classification and semantic of Arabic modalities is out of the scope of this work, thus, we apply a filtering rule to exclude the lexies which belong to the list of modalities and then every lexie annotated as verb in the partial POS tagging step described in the precedent sub-section will be annotated as a verbal event by adding the label <event>.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Temporal expressions detection: In this step, we identify non verbal linguistic units that convey temporal information by detecting temporal markers and then applying a contextual analysis right and left of the identified markers. This approach is inspired from (Vazov, 2001) and (D\u00e9cles et al,1997) . The detection phase looks for a particular set of markers (regular expressions) encoding temporal information. These markers can be stand-alone or trigger markers. The stand-alone markers represent autonomous temporal expressions. The contextual analysis is launched if the system identifies a trigger marker. A trigger marker signals the presence of a larger temporal expression and triggers a rule for the limitation and annotation of this expression. The contextual analysis determines the boundaries of the temporal expression in the analyzed utterance. The trigger markers are of two kinds: M1 contains the markers which are linguistic units always appearing in the most right position in the temporal expression and that trigger a contextual analysis from right to left like: \u202b\u0645\u0646\u0630\u202c \u202b\u062d\u064a\u0646\u060c\u202c (when, since).",
"cite_spans": [
{
"start": 262,
"end": 275,
"text": "(Vazov, 2001)",
"ref_id": "BIBREF15"
},
{
"start": 280,
"end": 299,
"text": "(D\u00e9cles et al,1997)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "M2 contains markers which can be involved in any position in the temporal expression and that trigger contextual analysis both from right to left and from left to right such as: \u202b\u062f\u0642\u064a\u0642\u0629\u060c\u202c \u202b\u062c\u0627\u0646\u0641\u064a\u060c\u202c \u202b\u064a\u0648\u0645\u060c\u202c (day, January, minute, ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detecting Key expressions in Arabic texts",
"sec_num": "3.2"
},
{
"text": "Morphemes discovery figure2: the segmentation algorithm",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Raw texts affixes discovery segmented texts",
"sec_num": null
},
{
"text": "We have grouped the observed stand-alone markers in Arabic texts in the set \u00a3 shown in ta-ble1. example: \u202b\u0635\u0628\u0627\u062d\u0627\u202c \u202b.\u062c\u0627\u0621\u202c (he came morning.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Raw texts affixes discovery segmented texts",
"sec_num": null
},
{
"text": "The trigger markers are grouped in two sets M1 and M2 shown in Table2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table1: Stand-alone markers",
"sec_num": null
},
{
"text": "Besides the markers in M1 and M2, we use some \"heuristic\" other markers which may determine the search space for the context analysis rules and they are the following sets:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table2: Trigger markers",
"sec_num": null
},
{
"text": "D1 contains some adverbs that may precede a temporal expression as well as a location expression like: \u202b\u0628\u0639\u062f\u202c \u202b\u0642\u0628\u0644\u060c\u202c (before, after)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table2: Trigger markers",
"sec_num": null
},
{
"text": "D2 contains words that we find near to temporal expressions like: \u202b\u0628\u062f\u0627\u064a\u0629\u060c\u202c \u202b\u0645\u0646\u062a\u0635\u0641\u060c\u202c (middle, beggining)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table2: Trigger markers",
"sec_num": null
},
{
"text": "D3 contains words that denote numerals like: \u202b\u062b\u0645\u0627\u0646\u064a\u0629\u060c\u202c \u202b\u0633\u0628\u0639\u0629\u060c\u202c Context analysis rules: We have two rules: Rule1 which is triggered by markers from M1. On encountering a marker from M1, a left con-text analysis is launched (from right to left) by adding all encountered lexies left to the marker until we find a punctuation sign or a lexie which is labeled <LV> (verbal lexie) or a lexie labeled <L> (this means it remains ambiguous from the partial POS tagging step) and that does not belong to \u00a3. example1: temporal expression detected by Rule1, a left context analysis is performed on encountering the trigger marker \u202b.\u0645\u0646\u0630\u202c Rule2 is triggered on encountering a marker from M2, both left and right context of the marker are scanned. Analyzing the left context consists in building a larger temporal expression by adding all the lexies encountered until finding a punctuation sign or a lexie which is labeled <LV> (verbal lexie) or a lexie labeled <L> and that does not belong to \u00a3. The right context analysis adds all the lexies that are right to the marker if they belong to one of M1, M2, D1, D2, D3 and until encountering a lexie that doesn't belong to one of these sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table2: Trigger markers",
"sec_num": null
},
{
"text": "Example2: temporal expression recognized when Rule2 is triggered by the marker \u202b\u0627\u0644\u0639\u0627\u0645\u202c (year) Example3:Rule2 is triggered on encountering the marker \u202b\u064a\u0648\u0645\u202c (day).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table2: Trigger markers",
"sec_num": null
},
{
"text": "In order to detect location expressions, we also use surface markers from the texts. These markers are standalone markers or trigger markers. The trigger markers are lexies that always come in the most right position of the expression and trigger a con- Then, we have one contextual analysis rule which is Rule3 and which principle is: On encountering a marker m from M, a left contextual analysis is launched that builds a larger location expression by adding all the words encountered left to the marker until finding a punctuation sign or a lexie which is labeled <LV> (verbal lexie) or a lexie labeled <L> (this means it remains ambiguous from the partial POS tagging step) and that does not belong to \u00a3.or a particle (lexie which length is<3). example4: place expression detected by rule3, the left context analysis here stops on encountering the two letter word \u202b.\u062b\u0645\u202c",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Place expressions detection:",
"sec_num": null
},
{
"text": "The overall approach is resumed in figure3",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Place expressions detection:",
"sec_num": null
},
{
"text": "We have tested our system on a corpus of 30 articles from the web, written in Modern standard Arabic. The texts are not vowelized. The corpus is annotated by the tags <event> for verbal events detected, <Timex> for time expressions and <Pl> for place expressions, example is given in appendix1. The system was able to recognize 168 verbal events out of 268 and shows an Fmeasure of 84% for temporal expressions and 45% for place expressions. These recognition rates are influenced by the ambiguities left from the partial POS tagging step which didn't detect all the verbs and the nouns of the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and evaluation",
"sec_num": "4"
},
{
"text": "Appendix1 shows an example of annotated text after processing. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and evaluation",
"sec_num": "4"
},
{
"text": "We have shown in this work that we can perform annotation of key expressions in Arabic texts without any resources at hand. We have proposed a minimalist approach that uses only surface indices from the texts. We used those indices as markers to manually build a minimal set of general rules: two rules for time expressions recognition and one rule for location expression recognition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "This approach is independent from the nature of the texts. The results are encouraging and competitive with other works which use lexical resources or machine learning techniques. We aim to use these results to get further recognition and annotation by building contextual analysis rules where the time and location expressions already recognized help recognizing verbs and nouns that have not been annotated in the partial POS tagging step. This is possible by enlarging the conceptual schema of an event to involve the actor of the event. Hence, we can reiterate the whole annotation process to improve the scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Using NLP Techniques for Tagging Events in Arabic Text. the 19th IEEE",
"authors": [
{
"first": "S",
"middle": [],
"last": "Abuleil",
"suffix": ""
}
],
"year": 2007,
"venue": "Tools with Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abuleil S. 2007. Using NLP Techniques for Tagging Events in Arabic Text. the 19th IEEE Internation- al Conference on Tools with Artificial Intelligence.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Discovering Arabic Structures: What a formal analysis can tell us?",
"authors": [
{
"first": "H",
"middle": [],
"last": "Aliane",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Alimazighi",
"suffix": ""
}
],
"year": 2011,
"venue": "Computer Applications in Intelligent Natural Language Processing",
"volume": "40",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aliane H. and Alimazighi Z. 2011. Discovering Ara- bic Structures: What a formal analysis can tell us?\" Special Issue on: \"Computer Applications in Intel- ligent Natural Language Processing\" of IJCAT, inderscience publisher Volume 40 n4.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Named entity recognition. Doctoral dissertation",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Benajiba",
"suffix": ""
}
],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benajiba Y. 2009. Named entity recognition. Doctoral dissertation, Universidad Politecnica de Valencia.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Arabic named entity recognition using optimized feature sets",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Benajiba",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Diab",
"suffix": ""
},
{
"first": "Rosso",
"middle": [
"P"
],
"last": "",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the Joint Meeting of the Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "284--293",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benajiba Y., Diab M., and Rosso P. 2008. Arabic named entity recognition using optimized feature sets. In Proceedings of the Joint Meeting of the Conference on Empirical Methods in Natural Lan- guage Processing: 284-293.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Using language independent and language specific features to enhance Arabic NER",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Benajiba",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Diab",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Rosso",
"suffix": ""
}
],
"year": 2009,
"venue": "Int. Arabic J. Inf. Technology",
"volume": "",
"issue": "",
"pages": "463--471",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benajiba Y., Diab M., and Rosso, P. 2009. Using lan- guage independent and language specific features to enhance Arabic NER. Int. Arabic J. Inf. Tech- nology: 463-471.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Unsupervised and Knowledge-free Natural Language Processing in the Structure Discovery Paradigm",
"authors": [
{
"first": "C",
"middle": [],
"last": "Biemann",
"suffix": ""
}
],
"year": 2007,
"venue": "",
"volume": "",
"issue": "",
"pages": "Leipzig universi-- ty",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Biemann C. 2007. Unsupervised and Knowledge-free Natural Language Processing in the Structure Dis- covery Paradigm\". PHD Thesis, Leipzig universi- ty.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Textual processing and contextual exploration method",
"authors": [
{
"first": "J",
"middle": [
"P"
],
"last": "Descl\u00e9s",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Cartier",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Jackiewicz",
"suffix": ""
},
{
"first": "J",
"middle": [
"L"
],
"last": "Minel",
"suffix": ""
}
],
"year": 1997,
"venue": "CONTEXT'97",
"volume": "",
"issue": "",
"pages": "189--197",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Descl\u00e9s J.P, Cartier E, Jackiewicz E, and Minel J.L. 1997. Textual processing and contextual explora- tion method. In CONTEXT'97, pages 189-197.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Outils g\u00e9n\u00e9riques pour l'\u00e9tiquetage morphosyntaxique de la langue arabe : segmentation et corpus d'entra\u00eenement",
"authors": [
{
"first": "D",
"middle": [],
"last": "Ghoul",
"suffix": ""
}
],
"year": 2011,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ghoul D. 2011. Outils g\u00e9n\u00e9riques pour l'\u00e9tiquetage morphosyntaxique de la langue arabe : segmenta- tion et corpus d'entra\u00eenement. M\u00e9moire de Master, Universit\u00e9 Sthendal, Grenoble.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Broad-coverage rule based processing of temporal information",
"authors": [
{
"first": "P",
"middle": [],
"last": "Mazur",
"suffix": ""
}
],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mazur P. 2012. Broad-coverage rule based pro- cessing of temporal information. PHD thesis, Marcquarie University.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A survey of named entity recognition and classification",
"authors": [
{
"first": "D",
"middle": [],
"last": "Nadeau",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sekine",
"suffix": ""
}
],
"year": 2009,
"venue": "Benjamins Current Topics",
"volume": "19",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nadeau D. and Sekine S. 2009. A survey of named entity recognition and classification. In Named En- tities -Recognition, Classification and Use. S. Sekine and E. Ranchhod Eds., Benjamins Current Topics, Vol. 19, John Benjamins Publishing Com- pany, Amsterdam.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Genabith ZamAn and Raqm: Extracting Temporal and Numerical Expressions in Arabic in Information Retrieval",
"authors": [
{
"first": "I",
"middle": [],
"last": "Saleh",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Tounsi",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van",
"suffix": ""
}
],
"year": null,
"venue": "Lecture notes in computer science",
"volume": "7097",
"issue": "",
"pages": "562--573",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Saleh I., Tounsi L. and J. Van Genabith ZamAn and Raqm: Extracting Temporal and Numerical Ex- pressions in Arabic in Information Retrieval, Lec- ture notes in computer science vol. 7097, pp562- 573.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "A semantic extension for event modelisation",
"authors": [
{
"first": "A",
"middle": [],
"last": "Saval",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Bouzid",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Brunessaux",
"suffix": ""
}
],
"year": null,
"venue": "21st IEEE International Conference on Tools with Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Saval A., Bouzid M. and Brunessaux S. A semantic extension for event modelisation. 21st IEEE Inter- national Conference on Tools with Artificial Intel- ligence",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "NERA: Named entity recognition for Arabic",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shaalan",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Raza",
"suffix": ""
}
],
"year": 2009,
"venue": "J. Amer. Soc. for Inf. Science .Technology",
"volume": "60",
"issue": "",
"pages": "1652--1663",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shaalan K. and Raza, H. 2009. NERA: Named entity recognition for Arabic. J. Amer. Soc. for Inf. Sci- ence .Technology. 60, 8, 1652-1663.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Al-Kitab\", in Haruin, al-hay'a almisriyya l-amma li-l-kitab editions",
"authors": [
{
"first": "",
"middle": [],
"last": "Sibawayhi ; Le Caire",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sibawayhi.1977. \"Al-Kitab\", in Haruin, al-hay'a al- misriyya l-amma li-l-kitab editions, le Caire.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Named Entity Recognition: A local grammar-based approach. Doctoral dissertation",
"authors": [
{
"first": "H",
"middle": [
"N"
],
"last": "Traboulsi",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Traboulsi H. N. 2006. Named Entity Recognition: A local grammar-based approach. Doctoral disserta- tion, Department of Computing, Surrey University, Guildford, U.K",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "A System for extraction of temporal expressions from French texts. proceedings of TALN",
"authors": [
{
"first": "N",
"middle": [],
"last": "Vazov",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vazov N. 2001. A System for extraction of temporal expressions from French texts. proceedings of TALN 2001.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Rule-Based Arabic Named Entity recognition System",
"authors": [
{
"first": "W",
"middle": [],
"last": "Zaghouani",
"suffix": ""
}
],
"year": 2012,
"venue": "ACM Transactions on Asian Information Processing",
"volume": "11",
"issue": "",
"pages": "1--2",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zaghouani W. , 2012. a Rule-Based Arabic Named Entity recognition System. in ACM Transactions on Asian Information Processing Vol. 11, No 1 Ar- ticle2.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The impact of morphological stemming on Arabic mention detection and coreference resolution",
"authors": [
{
"first": "I",
"middle": [],
"last": "Zitouni",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Sorensen",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Luo",
"suffix": ""
},
{
"first": "Florian",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Workshop of Computational Approaches to Semitic Languages (ACL'05",
"volume": "",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zitouni I., Sorensen J., Luo X., and Florian, R. 2005. The impact of morphological stemming on Arabic mention detection and coreference resolu- tion. In Proceedings of the Workshop of Computa- tional Approaches to Semitic Languages (ACL'05). 79-86.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"num": null,
"text": "of an event",
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"num": null,
"text": "Architecture of the approach",
"type_str": "figure"
}
}
}
}