Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
48.5 kB
{
"paper_id": "A92-1019",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:03:29.459780Z"
},
"title": "DILEMMA-2: A LEMMATIZER-TAGGER FOR MEDICAL ABSTRACTS",
"authors": [
{
"first": "Hans",
"middle": [],
"last": "Paulussen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Universitaires Notre-Dame de la Paix",
"location": {
"addrLine": "rue de Bruxelles 61",
"postCode": "B-5000, +32",
"settlement": "Namur",
"country": "Belgium phone"
}
},
"email": ""
},
{
"first": "Willy",
"middle": [],
"last": "Martin",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Vrije Universiteit",
"location": {
"addrLine": "De Boelelaan 1105, NL-1007 MC, The Netherlands phone +31",
"settlement": "Amsterdam"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "A92-1019",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "This paper reports on the development of DILEMMA-2*, a lemmatizer-tagger for the sublanguage of medical abstracts. The program is an extension of DILEMMA-I, a lemmatizertagger for general English texts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "In the first section a brief outline is given of DILEMMA-1. Particular attention _is paid to the original concept of a default category which is linked with a categorial graph by means of a pointer system. In the second section we show why DILEMMA-1 was not able to get a suitable score when lemmatizing medical abstracts, the main reason being the inability to recognize sublanguage specific vocabulary. In the next section a description is given of the most important errors along with their solutions; these errors are then categorized as gaps or wrong assignments. The former could be dealt with in either a suffix list or a gaps filler default. The latter mainly concerned wrongly assigned past participles and errors on noun, verb or adjective assignment.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "After implementation of the proposed solutions, a comparison is made between the results of DILEMMA-1 and DILEMMA-2, showing that the results of DILEMMA-1 have been improved substantially within a sublanguage context, and this by using linguistic, i.e. sublanguage, knowledge, thus avoiding ad hoc remedies.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "DILEMMA-2 was developed as part of a research contract for Elsevier Science Publishers (ESP), Amsterdam, The Netherlands. The development of DILEMMA-lwas carried out as part of contract research for Van Dale Lexicografie Publishers, Utrecht, The Netherlands.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "In this paper we describe DILEMMA-2, a lemmatizertagger for medical abstracts, which is an updated version of DILEMMA-1, a lemmatizer-tagger for general texts. After a brief outline of DILEMMA-1 we give a description of the types of errors we found when running the general lemmatizer on medical abstracts. This is followed by some examples of the solutions we proposed and implemented into DILEMMA-2. Finally, the results of DILEMMA-I and DILEMMA-2 are compared, showing that a sublanguage approach can lead to workable results in the development of real world applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "DILEMMA-1 DILEMMA-1 is an automatic lemmatizer-tagger for general English texts, developed at the University of Antwerp during the academic year 1985-1986 (see [MARTIN 88b] ). For each word of the text it tries to find its lemma (or dictionary entry form) and its grammatical category, and subcategories (or specifiers) where necessary.",
"cite_spans": [
{
"start": 160,
"end": 172,
"text": "[MARTIN 88b]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "Being a lemmatizer, not a parser, DILEMMA-1 is as such limited to a relatively basic level of syntactic analysis, which however can be used as input to a more powerful syntactic analyzer. In this way, a lemmatizer can be considered an invaluable tool for corpus linguistics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "To carry out the task of assigning grammar categories and possible specifiers DILEMMA-1 looks at word forms from four different points-of-view. First of all word forms are looked at out-of-context (dictionary lookup, morphological procedures). In a second step the immediate context is taken into account: word forms are analyzed and checked by looking at the words immediately preceding and following them. In a third step, the protosyntactic module, a larger context (such as verb patterns) is taken into account. Finally, in the temporary memory, word forms are checked by looking at the whole text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "Like most modern lemmatizers, DILEMMA-1 uses as much linguistic knowledge as possible, by translating any regularity on the lexico-morphological level into rules, thus keeping the dictionary small. But in the case of DILEMMA-1 the size of the dictionary is exlxemely small when compared to other lemmatizer-taggers: a little over 3600 words. For a comparison between DILEMMA-1 and CLAWS, another well-known, lemmatizer-tagger for English, see [MARTIN 88b]. In passing it can be noted that DILEMMA-1 uses a dictionary only half the size of that used in CLAWS. This smallness is due to criteria adopted on the macro-and micro-level of the dictionary. The vertical macro-level is concerned with the words to select as entry, whereas the horizontal micro-level deals with the information to store next to the dictionary entry. On the micro-level, categorial information is stored preferentially. Each word is given a preferential default category which can shift to other categories along a categorial graph manipulated by the program (see Fig. 1 ). This way of storing categorial information is based on the fact that DILEMMA-1 also tries to look for regularity in the categories words can have, and that is what makes it so different from other lemmatizers. Being a morphologically poor language, English has a large number of grammatical homonyms. DILEMMA-1 starts from the assumption (i) that English words can have different categories, (ii) that each word has a default category (DC), and (iii) that the necessary categorial shifts can be systematized. The DC, which is the main category of a word, is established on the basis of frequency, analogy and/or meaning. Next to a DC, each word in the dictionary (see Table 1 ) has a pointer (left, fight or neither) indicating the direction in which a category can shift through a categorial graph which was established after calculating the combination and frequency of categories. The word \"kiss\", for example, has the category 'verb' as DC, and can shift 'right' to the 'noun' category. All categorial shifts are guided by condition-action rules in the rule component of the DILEMMA-1-program. Note also that the categories 'numeral' and 'interjection'",
"cite_spans": [],
"ref_spans": [
{
"start": 1036,
"end": 1042,
"text": "Fig. 1",
"ref_id": null
},
{
"start": 1714,
"end": 1721,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "are not integrated in the graph. The numeral only has a predecessor, viz. noun; the interjection has neither a predecessor nor a successor. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "An output sample of DILEMMA-1 is shown in Table 2 , which is a sentence from the BROWN-corpus (see [KUCERA 67]). The first column is the text, the second is the lemmatized form, and the following columns give the category and possible specifiers. When a word is not recognized, or when recognition is doubtful, it is flagged by a double asterisk.",
"cite_spans": [],
"ref_spans": [
{
"start": 42,
"end": 49,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "!4P",
"sec_num": null
},
{
"text": "DILEMMA-I was tested on a number of general language text samples and proved to be a very powerful tool. A sample of error analysis on 6 texts taken from a standard British English corpus (the LOB corpus [JOHANSSON 78]) shows e.g. that for general language texts, DILEMMA-I's success rate does not drop below 90%, nor does it exceed 97%, on the average leading to a score of + 93.50% (see Table 3 ). Table 6 ). The object of this research project was how to bring back the success rate for lemmatizing medical abstracts, without changing the philosophy behind the DILEMMA-I-program, which is developed as a robust, preferential, dynamic system in which items can take different values governed by constraints. Moreover, in a language such as English, categories are often functional instead of lexical (which explains, in part, the small size of the lexicon).",
"cite_spans": [],
"ref_spans": [
{
"start": 389,
"end": 396,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 400,
"end": 407,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "!4P",
"sec_num": null
},
{
"text": "When running the DILEMMA-1 program on medical abstracts, we found that most errors are related to the sublanguage of medical abstracts. For example, most gaps in the output are due to a lack of sublanguage specific vocabulary in the DILEMMA-1 dictionary: e.g. astrocyte, fibrillary, acidic, GFAP. Another point which supports the idea of sublanguage influence is that the more abstracts resemble general language texts, the more their results lie within the general language area. In an extreme case there was only one error in a text of 42 words (success rate = 97.62%). Very unlike the average medical abstract, this text showed no symbols or abbreviations, and it had short, non-complex sentence structures. For a fuller account of lexical differences between sublanguage and general language lexicons, see [MCNAUGHT 91 ].",
"cite_spans": [
{
"start": 810,
"end": 822,
"text": "[MCNAUGHT 91",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Sublanguage Approach",
"sec_num": "2"
},
{
"text": "An example showing that the sublanguage features are not solely confined to the lexical level is the following sentence, where 'counts' --which can be either 'verb' or 'noun' --must shift from 'verb' to 'noun' when found at the beginning of a sentence: e.g.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A Sublanguage Approach",
"sec_num": "2"
},
{
"text": "This categorial shift is a sublanguage shift, as categorial and syntactic ambiguity does not exist here, i.e. sentence initial verbal constructions such as imperatives and questions do not occur in the sublanguage of medical abstracts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Counts of neocortical cells did not reveal differences in cell numbers.",
"sec_num": null
},
{
"text": "To improve the DILEMMA-1 program, we not only tried to tackle the problems from a sublanguage approach, but we also decided to implement all program adaptations in a separate module which can be called up by the user whenever he wants. Such a modular architecture makes it easier to adapt the program to another sublanguage.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Counts of neocortical cells did not reveal differences in cell numbers.",
"sec_num": null
},
{
"text": "Although not new, the sublanguage approach is being adopted more and more in the implementation of real world applications, where computational linguists are constantly confronted with how to organize the vast amount of world knowledge. The domains can be very diverse as can be seen in the examples of [CHEVALIER 78] (automatic translation of weather forecasts), [DEVILLE 89] (automatic man-machine dialogue system handling requests for administrative information) and [PALMER 90] (physics world problems for college students involving pulley systems). Only by strictly defining the limits of the application domain can one write programs without having to resort to brute force techniques.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Counts of neocortical cells did not reveal differences in cell numbers.",
"sec_num": null
},
{
"text": "Even if we stress the sublinguistic character of the errors in the DILEMMA-1 output, there were of course also a number of general errors, most of which could not be solved within the context of the DILEMMA-1 framework which presupposes no (clause) syntactic knowledge. In the rest of this paper we will focus our attention on the modifications added at the sublanguage level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Counts of neocortical cells did not reveal differences in cell numbers.",
"sec_num": null
},
{
"text": "DILEMMA-2 DILEMMA-2 is the result of the corrections we made to DILEMMA-1 within the context of medical abstracts. The type of errors encountered were either gaps or wrong assignments (see Table 6 at the end of this section).",
"cite_spans": [],
"ref_spans": [
{
"start": 189,
"end": 196,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "As explained in section 2, most gaps were sublanguage specific words. Putting the missing scientific terms in the dictionary was not considered a good solution: this would have been against the basic principle of the DILEMMA concept, which was to keep the dictionary as small as possible; in any case, it would have been a practically impossible task (ESP has a database of more than 100.000 scientific terms). In as far as the missing terms showed some regularity at the lexico-morphological and syntactic level, they could be dealt with outside the dictionary, by using a sublanguage specific suffix list and a sublanguage specific gaps filler default. The former has been arrived at by considering medical sublanguage from a broad point-ofview, situating it within the functional domain of scientific writing. Table 4 gives a sample of scientific suffixes which have categorial power and which are typical for the formation of medical terms in a broad sense of the term. As to the default for the remaining gaps, it became apparent from the sample analysis that medical texts, like most scientific texts, heavily nominalize. As a result, we expect remaining gaps to be (part of) NPs. Given the contents of the existing DILEMMA dictionary this leads us to a choice between (predominantly) nouns and adjectives. Therefore, only in a last module is DILEMMA-2 allowed to fill out all remaining gaps as nouns unless these gaps:",
"cite_spans": [],
"ref_spans": [
{
"start": 813,
"end": 820,
"text": "Table 4",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Gaps",
"sec_num": "3.1"
},
{
"text": "(a) occur in prototypical patterns for adjectives such as (pron is mentioned here, because it has not been shifted to unless followed by Noun, then they are shifted to Adjective. These are typical endings which can also yield adjectives and/or verbs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gaps",
"sec_num": "3.1"
},
{
"text": "In these cases the gaps remain unfilled mad are flagged for further processing by a higher module, such as a clause module or a syntactic parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gaps",
"sec_num": "3.1"
},
{
"text": "Although wrong assignments are far less frequent than gaps, they can be important in so far as they can give rise to wrong results in further processing (e.g. in establishing NPs), and in so far as they are no longer easily recoverable. The most important of these errors are related to either those cases where specification of simple past o~ past participle is difficult to distinguish, or to erron concerning noun, verb or adjective assignment. Anothel problem, we will not deal with in this paper, is the ample use of differently structured abbreviations, such as: MH, VAHR, b.i.d., mRna. These were handled by ar abbreviations procedure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrong Assignments",
"sec_num": "3.2"
},
{
"text": "A major problem, well known in English taggin~ and so not only restricted to medical texts, is the wron~ specification of verbs which can be either simple past ol past participle. As long as the specifier is no~ disambiguated, it is referred to as PAST_PAPA. In the following example both 'revealed' and 'increased' were assigned PAST, whereas 'increased' should have beer assigned PAP/~ e.g.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrong Assignments",
"sec_num": "3.2"
},
{
"text": "Western blot analysis revealed increased levels of GFAP in Mo(br/y) forebrain and cerebellum.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrong Assignments",
"sec_num": "3.2"
},
{
"text": "In the context of another ESP project on automatic indexing of medical abstracts, it is important to correctl3 delineate NPs and therefore to recognize PAPA's However, within the framework of a lemmatizer-tagge this is not an easy task. Again, a sublanguage approach of great help here. Attributive PAPA's in ou sublanguage occur much more often than in genera English texts. Consequently, in some very strictly defmea contexts we could partly disambiguate the PAST_PAP/ problem, as in the following three examples: In the case of errors concerning noun, verb or adj e ct ive assignment, we encountered similar context problems, and again, only in very strict contexts could a rule be applied.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrong Assignments",
"sec_num": "3.2"
},
{
"text": "After implementation of the proposed solutions, we compared the success rates of DILEMMA-1 and DILEMMA-2. An output sample, based on six randomly selected texts from 30 ESP samples, is given in Table 5 . The results, summarized in Table 6 , show that the modifications in DILEMMA-2 have improved the success rate considerably, even passing the scoring reference point of DILEMMA-1 (93.5% vs. 96%). ",
"cite_spans": [],
"ref_spans": [
{
"start": 194,
"end": 201,
"text": "Table 5",
"ref_id": "TABREF4"
},
{
"start": 231,
"end": 238,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "3.3"
},
{
"text": "In this paper we have shown that it is possible to adapt a general lemmatizer-tagger for the specific purpose of lemmatizing medical abstracts, and this by using linguistic knowledge, rather than any ad hoc solutions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "4"
},
{
"text": "A dynamic, preferential, and constraint-based system with a very small dictionary such as DILEMMA-1 lends itself particularly well to such an adaptation, as no massive lexical importation is necessary, although it looks like that at first sight. Instead, mainly morphological and syntactic sublanguage knowledge has been made use of, leading to a sublanguage suffix list, a sublanguage default procedure and improved functions of PAS~\" PAPA specifiers. The program was modified modul~ly so that adaptations to other sublanguages could easily be carded out. In this way DILEMMA-2 is at present used as an invaluable pre-processor for an abstracts indexing program at Elsevier Science Publishers, Amsterdam. It should be clear that, generally speaking, lemmatizing-tagging performance correlates in a positive way with indexing and information retrieval in that it paves the way for finding NPs (as possible index terms) and that it abstracts away from inflectional variation (thus covering morphological variants in search words).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "4"
},
{
"text": "Although some minor corrections ate still possible (for example in the lemmatizing procedures), we believe that DILEMMA-1 cannot reach a higher score within the limits it is conceived for. Interestingly, improvements are possible 'horizontally', thus allowing extensions for other sublanguages; further 'vertical' ref'mements should be left to more powerful tools. On the other hand, by bringing in more flags to signal uncertainties, DILEMMA-2 could reach, with some small guided post-editing effort, a nearperfect score. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "4"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "TAUM-METEO: description du syst~me, Groupe de recherche en traduction automatique",
"authors": [
{
"first": "M",
"middle": [],
"last": "Chevalier",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chevalier, M.: TAUM-METEO: description du syst~me, Groupe de recherche en traduction automatique, University of Montreal, 1978.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Modelization of task-oriented utterances in a man-machine dialogue system",
"authors": [
{
"first": "G",
"middle": [],
"last": "Deville",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Deville, G.: Modelization of task-oriented utterances in a man-machine dialogue system, PhD dissertation, UIA: Antwerpen, 1989.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Manual of information to accompany the Lancaster-Oslo-Bergen corpus of British English, for use with digital computers",
"authors": [
{
"first": "S",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johansson, S., G. Leech & H. Goodluck (eds.): Manual of information to accompany the Lancaster- Oslo-Bergen corpus of British English, for use with digital computers, University of Oslo, 1978.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Computational analysis of present-day American English",
"authors": [],
"year": 1967,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kucera, H. & W. N. Francis (eds.): Computational analysis of present-day American English, Providence, Rhode Island, 1967.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The construction of a basic vocabulary: an objective-subjective approach",
"authors": [
{
"first": "W",
"middle": [],
"last": "Martin",
"suffix": ""
}
],
"year": 1983,
"venue": "Linguistica Computazionale III",
"volume": "",
"issue": "",
"pages": "183--197",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin, W.: \"The construction of a basic vocabulary: an objective-subjective approach\" in Linguistica Computazionale III, 183-197, 1983. [MARTIN 88a]",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Variation in lexical frequency",
"authors": [
{
"first": "W",
"middle": [],
"last": "Martin",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin, W.: \"Variation in lexical frequency\" in P. van",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Distributions spatiales et temporelles",
"authors": [],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "139--152",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reenen & K. van Reenen-Stein (eds.): Distributions spatiales et temporelles, 139-152, Benjamins: Amsterdam/Philadelphia, 1988.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "DILEMMA, an automatic lemmatizer",
"authors": [
{
"first": "W",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Heymans",
"suffix": ""
},
{
"first": "& F",
"middle": [],
"last": "Platteau",
"suffix": ""
}
],
"year": 1988,
"venue": "COLINGUA 1",
"volume": "",
"issue": "",
"pages": "5--62",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin, W., R. Heymans & F. Platteau: \"DILEMMA, an automatic lemmatizer\" in W. Martin (ed.): COLINGUA 1, UIA: Antwerpen, 5-62, 1988.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Feasibility of standards for terminologica~ description of lexical items",
"authors": [
{
"first": "J",
"middle": [],
"last": "Mcnaught",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Nkwenti-Azeh",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "&",
"middle": [
"E"
],
"last": "Te~ Pas",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McNaught J., B. Nkwenti-Azeh, W. Martin & E. te~ Pas: Feasibility of standards for terminologica~ description of lexical items, report written for the EC in the EUROTRA-7 framework, UMIST: Manchester Vrije Universiteit: Amsterdam, 1991.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Semantic processing for finit\u00a2 domains, CUP: Cambridge",
"authors": [
{
"first": "M",
"middle": [
"S"
],
"last": "Palmer",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Palmer, M. S.: Semantic processing for finit\u00a2 domains, CUP: Cambridge, 1990.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "On the macro-level, the dictionary entries are selected according to the following three principles: frequency, closure (of classes, e.g. prepositions) and irregularity (e.g. irregular verbs, irregular plurals). In other words, the dictionary only contains words which are either frequent or which belong to closed classes or which cannot be deduced from the grammar of the English language. To construct the list of frequent words, we used Van Dale's English-Dutch Dictionary ([MARTIN 89]), where very frequent words are labeled F4 or F3. These frequency codes were the result of an earlier research project ([MARTIN 83], [MARTIN 88a]).",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "The use of categorial information and pointers changes the dictionary into an economical and dynamic set of lexemes. This is maybe the most striking feature of the modular architecture of DILEMMA-I, and it explains also why the program can run even within a PC-environment. For a fuller account of the DILEMMA-l-program we refer to [MARTIN 88b].",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "end in -al,-ar,-ile, -ine,-y;",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "(a) When a PAST PAPA is preceded by an ING-form and f-ollowed by a noun, select PAPA: e.g. physicians are expressing increased willingness.(b) When a PAST PAPA is preceded by a noun and followed by a preposition or a particle, select PAPA: e.g. cells isolatedfrom ... (c) When a PAST PAPA is found at the beginning of a ~tence, select PAPA: e.g.Affected males suffer profound deficits in oxidative metabolism. Each case was implemented in a condition-actioJ rule, so that example (a), when written as a C-function looks as follows: if ((thisspec == C_past) && (this[0].spec2 == C papa) && (prevspec == C_ing) && (nextcat == C_noun)) thisspec = C_papa; this[0].spec2 = C_nullspec; the specifier of the preceding word is C ing the category of the next word is C noun change the specifier of the selected word into Cpapa eliminate the alternative specifier As stated above, our proposal of PAST_PAPA rules was based on observations of the Elsevier corpus of medical abstracts at our disposal. We found that the contexts in which wrongly coded attributive PAPA's occur, can --as a rule --be characterized as: (a) object NP s following a verb (e.g. and have found marked changes); Co) NP8 not (directly) following a verb (e.g. once in individual association and once in a combined,fixed preparation); (c) complex NP 8 (e.g. after a co-ordinating conjunction); (d) subject NP s at the beginning of sentence (e.g. Affected males suffer profound deficits ...).",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF0": {
"text": "",
"num": null,
"content": "<table><tr><td>wordform</td><td>lemma</td><td>DC</td><td>ptr</td><td>specifiers</td></tr><tr><td>king</td><td>king</td><td>noun</td><td>1</td><td/></tr><tr><td>kiss</td><td>kiss</td><td>verb</td><td>r</td><td/></tr><tr><td>kit</td><td>kit</td><td>noun</td><td>1</td><td/></tr><tr><td>kitchen</td><td>kitchen</td><td>noun</td><td>n</td><td/></tr><tr><td>knee</td><td>knee</td><td>noun</td><td>1</td><td/></tr><tr><td>kneel</td><td>kneel</td><td>verb</td><td>n</td><td/></tr><tr><td>knelt</td><td>kneel</td><td>verb</td><td>n</td><td>pastpapa</td></tr><tr><td>knew</td><td>know</td><td>verb</td><td>n</td><td>past</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF1": {
"text": "",
"num": null,
"content": "<table><tr><td/><td>The</td><td>the</td><td>det</td><td>art</td></tr><tr><td/><td>inclination</td><td colspan=\"3\">inclination noun sg</td></tr><tr><td/><td>here</td><td>here</td><td>adv</td></tr><tr><td/><td>is</td><td>be</td><td colspan=\"2\">verb pres 3 sg</td></tr><tr><td/><td>to</td><td>to</td><td>part</td></tr><tr><td/><td>accept</td><td>accept</td><td colspan=\"2\">verb inf</td></tr><tr><td/><td>a</td><td>a</td><td>det</td><td>art</td></tr><tr><td>*W</td><td>de</td><td/><td/></tr><tr><td>*W</td><td>facto</td><td/><td/></tr><tr><td/><td>cease-fire</td><td>cease-fire</td><td colspan=\"2\">noun sg</td></tr><tr><td/><td>in</td><td>in</td><td>prep</td></tr><tr><td/><td>Laos</td><td>Laos</td><td colspan=\"2\">noun prop</td></tr><tr><td/><td>rather</td><td>rather</td><td>adv</td></tr><tr><td/><td>than</td><td>than</td><td>conj</td></tr><tr><td/><td>continue</td><td>continue</td><td>verb</td></tr><tr><td/><td>to</td><td>to</td><td>part</td></tr><tr><td/><td>insist</td><td>insist</td><td colspan=\"2\">verb inf</td></tr><tr><td/><td>on</td><td>on</td><td>prep</td></tr><tr><td/><td>a</td><td>a</td><td>det</td><td>art</td></tr><tr><td/><td>verifi-</td><td>verifi-</td><td colspan=\"2\">noun sg</td></tr><tr><td/><td>cation</td><td>cation</td><td/></tr><tr><td/><td>of</td><td>of</td><td>prep</td></tr><tr><td/><td>the</td><td>the</td><td>det</td><td>art</td></tr><tr><td/><td>cease-fire</td><td>cease-fire</td><td colspan=\"2\">noun sg</td></tr><tr><td/><td>by</td><td>by</td><td>prep</td></tr><tr><td/><td>the</td><td>the</td><td>det</td><td>art</td></tr><tr><td/><td>interna-</td><td>interna-</td><td>adj</td></tr><tr><td/><td>tional</td><td>tional</td><td/></tr><tr><td/><td>control</td><td>control</td><td colspan=\"2\">noun sg</td></tr><tr><td/><td>commission</td><td>commission</td><td colspan=\"2\">noun sg</td></tr><tr><td/><td>before</td><td>before</td><td>prep</td></tr><tr><td/><td>partici-</td><td>partici-</td><td colspan=\"2\">verb ing</td></tr><tr><td/><td>pating</td><td>pating</td><td/></tr><tr><td/><td>in</td><td>in</td><td>prep</td></tr><tr><td/><td>the</td><td>the</td><td>det</td><td>art</td></tr><tr><td/><td>Geneva</td><td>Geneva</td><td colspan=\"2\">noun prop</td></tr><tr><td/><td>conference</td><td>conference</td><td colspan=\"2\">noun sg</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF2": {
"text": "",
"num": null,
"content": "<table><tr><td/><td/><td colspan=\"2\">results LOB samples</td><td/></tr><tr><td>text</td><td>total of</td><td>tomlof</td><td>elTl3t</td><td>relative</td></tr><tr><td>number</td><td>word-</td><td/><td>percen-</td><td>Success</td></tr><tr><td/><td>tokens</td><td>made</td><td>tage</td><td>rate</td></tr><tr><td>1</td><td>123</td><td>6</td><td>4.87</td><td>95.13</td></tr><tr><td>2</td><td>183</td><td>7</td><td>3.82</td><td>96.18</td></tr><tr><td>3</td><td>196</td><td>7</td><td>3.57</td><td>96A3</td></tr><tr><td>4</td><td>143</td><td>14</td><td>9.79</td><td>90.21</td></tr><tr><td>5</td><td>239</td><td>17</td><td>7.11</td><td>92.89</td></tr><tr><td>6</td><td>246</td><td>19</td><td>7.72</td><td>92.28</td></tr><tr><td>1-6</td><td>1130</td><td>70</td><td>6.14</td><td>93.86</td></tr><tr><td colspan=\"5\">Nevertheless, when DILEMMA-1 was tested on a</td></tr><tr><td colspan=\"5\">number of medical abstracts, its scoring reference point of</td></tr><tr><td colspan=\"5\">93.50% was not reached at all. 'Best results' were more</td></tr><tr><td colspan=\"5\">likely to lie within the 90% area, the average being about</td></tr><tr><td>86% (see</td><td/><td/><td/><td/></tr></table>",
"type_str": "table",
"html": null
},
"TABREF3": {
"text": "part of the scientific suffix list",
"num": null,
"content": "<table><tr><td>emia</td><td>noun</td><td>n</td></tr><tr><td>enchyma</td><td>noun</td><td>n</td></tr><tr><td>esis</td><td>noun</td><td>n</td></tr><tr><td>escent</td><td>adj</td><td>n</td></tr><tr><td>ferous</td><td>adj</td><td>n</td></tr><tr><td>fuge</td><td>noun</td><td>r</td></tr><tr><td>gen</td><td>noun</td><td>1</td></tr><tr><td>gene</td><td>noun</td><td>n</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF4": {
"text": "",
"num": null,
"content": "<table><tr><td>A</td><td>a</td><td>det</td><td>art</td></tr><tr><td>comparative</td><td>comparative</td><td>adj</td><td/></tr><tr><td>bioavaila-</td><td>bioavaila-</td><td colspan=\"2\">noun sg</td></tr><tr><td>bility</td><td>bility</td><td/><td/></tr><tr><td>study</td><td>study</td><td colspan=\"2\">noun sg</td></tr><tr><td>of</td><td>of</td><td>prep</td><td/></tr><tr><td>the</td><td>the</td><td>det</td><td>art</td></tr><tr><td>antituber-</td><td>antituber-</td><td colspan=\"2\">noun sg</td></tr><tr><td>culosis</td><td>culosis</td><td/><td/></tr><tr><td>drugs</td><td>drug</td><td colspan=\"2\">noun pl</td></tr><tr><td>isoniazid</td><td>isoniazid</td><td colspan=\"2\">noun sg</td></tr><tr><td>rifampin</td><td>rifampin</td><td colspan=\"2\">noun sg</td></tr><tr><td>and</td><td>and</td><td colspan=\"2\">conj coor</td></tr><tr><td>pyrazinamide</td><td>pyrazinamide</td><td colspan=\"2\">noun sg</td></tr><tr><td>was</td><td>be</td><td colspan=\"2\">verb past</td></tr><tr><td>carried</td><td>carry</td><td colspan=\"2\">verb papa</td></tr><tr><td>out</td><td>out</td><td>adv</td><td/></tr><tr><td>in</td><td>in</td><td>prep</td><td/></tr><tr><td>a</td><td>a</td><td>det</td><td>art</td></tr><tr><td>group</td><td>group</td><td colspan=\"2\">noun sg</td></tr><tr><td>of</td><td>of</td><td>prep</td><td/></tr><tr><td>i0</td><td>10</td><td>hum</td><td/></tr><tr><td>healthy</td><td>healthy</td><td>adj</td><td/></tr><tr><td>volunteers</td><td>volunteer</td><td colspan=\"2\">noun pl</td></tr><tr><td>after</td><td>after</td><td>prep</td><td/></tr><tr><td>admini-</td><td>admini-</td><td colspan=\"2\">noun sg</td></tr><tr><td>stration</td><td>stration</td><td/><td/></tr><tr><td>of</td><td>of</td><td>prep</td><td/></tr><tr><td>the</td><td>the</td><td>det</td><td>art</td></tr><tr><td>three</td><td>three</td><td>num</td><td/></tr><tr><td>compounds</td><td>compound</td><td colspan=\"2\">noun pl</td></tr><tr><td>once</td><td>once</td><td>adv</td><td/></tr><tr><td>in</td><td>in</td><td>prep</td><td/></tr><tr><td>individual</td><td>individual</td><td>adj</td><td/></tr><tr><td>association</td><td>association</td><td colspan=\"2\">noun sg</td></tr><tr><td>and</td><td>and</td><td colspan=\"2\">conj coot</td></tr><tr><td>once</td><td>once</td><td>adv</td><td/></tr><tr><td>in</td><td>in</td><td>prep</td><td/></tr><tr><td>a</td><td>a</td><td>det</td><td>art</td></tr><tr><td>combined</td><td>combined</td><td>adj</td><td/></tr><tr><td>fixed</td><td>fix</td><td colspan=\"2\">verb papa</td></tr><tr><td>preparation</td><td>preparation</td><td colspan=\"2\">noun sg</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF5": {
"text": "",
"num": null,
"content": "<table><tr><td/><td/><td/><td colspan=\"5\">summary dilemmatized ESP abstracts</td><td/></tr><tr><td/><td>textl</td><td colspan=\"4\">text2 text3 text4 text5</td><td>text 6</td><td>TOTAL</td><td>suc\u00a2.~ss rate</td></tr><tr><td>total amount of words</td><td>186</td><td>86</td><td>150</td><td>176</td><td>242</td><td>233</td><td>1073</td><td/></tr><tr><td>wrong assignments</td><td>12</td><td>3</td><td>6</td><td>5</td><td>22</td><td/><td>53</td><td/></tr><tr><td>gaps</td><td>21</td><td>7</td><td>14</td><td>15</td><td>32</td><td>11</td><td>100</td><td/></tr><tr><td>total amount of errors</td><td>33</td><td>10</td><td>20</td><td>20</td><td>54</td><td>16</td><td>153 (14.25%)</td><td>DILEMMA-1 85.75 %</td></tr><tr><td>total amount of corrections</td><td>25</td><td>7</td><td>16</td><td>14</td><td>37</td><td>9</td><td>108</td><td/></tr><tr><td>rema.n.n~,il-errors</td><td>8</td><td>3</td><td>4</td><td>6</td><td>17</td><td>7</td><td>45 (4.19%)</td><td>DILEMMA-2 95.81%</td></tr></table>",
"type_str": "table",
"html": null
}
}
}
}