|
{ |
|
"paper_id": "A94-1025", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T01:13:53.583057Z" |
|
}, |
|
"title": "A robust category guesser for Dutch medical language", |
|
"authors": [ |
|
{ |
|
"first": "Peter", |
|
"middle": [], |
|
"last": "Spyns", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Katholieke Universiteit Leuven University Hospital Gasthuisberg", |
|
"location": { |
|
"addrLine": "Herestraat 49", |
|
"postCode": "B-3000", |
|
"settlement": "Leuven" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper, we want to describe the architecture and some of the implementation issues of a large scale category guesser for Dutch medical vocabulary. We Mso provide numerical data on the precision and coverage of this category guesser, which has to cover for the moment only the vocabulary of the cardiology domain. The category guesser uses non-morphologic information (endstring matching) as well as truly morphologic knowledge (inflection, derivation and compounding). Since we deal with a sublanguage some linguistic features are easier to handle (Grishman and Kittredge, 1986), (Sager et al., 1987). Subsequently we will describe in detail the differents parts which interact to successfully identify unknown medical words.", |
|
"pdf_parse": { |
|
"paper_id": "A94-1025", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper, we want to describe the architecture and some of the implementation issues of a large scale category guesser for Dutch medical vocabulary. We Mso provide numerical data on the precision and coverage of this category guesser, which has to cover for the moment only the vocabulary of the cardiology domain. The category guesser uses non-morphologic information (endstring matching) as well as truly morphologic knowledge (inflection, derivation and compounding). Since we deal with a sublanguage some linguistic features are easier to handle (Grishman and Kittredge, 1986), (Sager et al., 1987). Subsequently we will describe in detail the differents parts which interact to successfully identify unknown medical words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Medical patient reports consists mainly of free text, combined with results of various laboratories. While numerical data can easily be stored and processed for archiving and research purposes, free text is rather difficult to be treated by computer, although it contains the most relevant information. Several authors put forward the hypothesis that Natural Language Processing (NLP) and Knowledge Representation (KR) of medical discharge summaries have become the key-issues in the domMn of intelligent medical information processing (Baud et al., 1992) , (Gabrieli and Speth, 1987) , (McCray, 1991) . However, only a few NLP-driven systems have actually been implemented (Friedman and Johnson, 1992) . For Dutch, a limited prototype has been developed (Spyns, 1991) , (Spyns and Adriaens, 1992) . A broader system covering a larger part of the Dutch grammar and medical vocabulary is currently under development\u2022 This activity forms part of the MENELAS-project 1 \u2022 This project comprises a morphological, syntactic, semantic and pragmatic analysis of the medical sublanguage for Dutch, English and French . The project also focuses on Knowledge Representation (by means of Conceptual Graphs) (Sowa, 1984) , (Volot et al., 1993) and Production Systems (Bouaud and Zweigenbaum, 1992 ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 536, |
|
"end": 555, |
|
"text": "(Baud et al., 1992)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 558, |
|
"end": 584, |
|
"text": "(Gabrieli and Speth, 1987)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 587, |
|
"end": 601, |
|
"text": "(McCray, 1991)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 674, |
|
"end": 702, |
|
"text": "(Friedman and Johnson, 1992)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 755, |
|
"end": 768, |
|
"text": "(Spyns, 1991)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 771, |
|
"end": 797, |
|
"text": "(Spyns and Adriaens, 1992)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 1195, |
|
"end": 1207, |
|
"text": "(Sowa, 1984)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 1210, |
|
"end": 1230, |
|
"text": "(Volot et al., 1993)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1254, |
|
"end": 1283, |
|
"text": "(Bouaud and Zweigenbaum, 1992", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "NLP in medicine", |
|
"sec_num": "1.1" |
|
}, |
|
{ |
|
"text": "This paper focuses on the morphological and lexical component of the system, which is a combination of a database application and a Prolog rule interpreter. This component is already functioning and is used continuously during the current extension of the coverage of the Dutch grammar (Spyns et al., 1993) . The importance of morphologic analysis of medical vocabulary has been widely recognised (Wingert, 1985) , (Wolff, 1984) , (Dujols et al., 1991) , (Pacak and Pratt, 1969) (Pacak and Pratt, 1978) , (Norton, 1983) \u2022 In the following sections, we will describe the different parts which interact to identify the word forms of a given sentence\u2022 The various stages of the analysis of the word forms are described\u2022 A major distinction can be made between forms \"known by the system\" (= stored in the dictionary cf. section 2) and unknown forms whose linguistic characteristics need to be computed and are hypothetical. The latter can be based on morphologic knowledge (section 3) or other heuristics (sections 4, 5 ~z 6). Each section is illustrated by an example or some implementation details. A schematic overview of the architecture of the category guesser is presented in section 7. The subsequent section (8) is devoted to the evaluation, which will guide the further elaboration of the here described category guesser. The paper ends with a conclusion and discussion (section 9).", |
|
"cite_spans": [ |
|
{ |
|
"start": 286, |
|
"end": 306, |
|
"text": "(Spyns et al., 1993)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 397, |
|
"end": 412, |
|
"text": "(Wingert, 1985)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 415, |
|
"end": 428, |
|
"text": "(Wolff, 1984)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 431, |
|
"end": 452, |
|
"text": "(Dujols et al., 1991)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 455, |
|
"end": 478, |
|
"text": "(Pacak and Pratt, 1969)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 479, |
|
"end": 502, |
|
"text": "(Pacak and Pratt, 1978)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 505, |
|
"end": 519, |
|
"text": "(Norton, 1983)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Category Guesser for Dutch Medical Language", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "1The MENELAS-project (AIM #2023) is financed by the Directorate General XIII of the European Community (Zweigenbaum and others, 1991 Full Form Dictionary", |
|
"cite_spans": [ |
|
{ |
|
"start": 103, |
|
"end": 132, |
|
"text": "(Zweigenbaum and others, 1991", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Category Guesser for Dutch Medical Language", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "The lexical database for Dutch was built using several resources: an existing electronic valency dictionary and a list of words extracted from a medical corpus (cardiology patient discharge summaries). The already existing electronic dictionary (resulting from the K.U. Leuven PROTON-project (Dehaspe and Van Langendonck, ) and the newly coded entries were converted and merged into a common representation in a relational database (Dehaspe, 1993) . It is intended to use the category guesser (cf. infra) as little as possible. To that extent, the dictionary is conceived as a full-form dictionary. Currently, there are some 100.000 full forms in the lexical database (which is some 8000 non inflected forms). However, since an exhaustive dictionary is an unrealistic assumption, a category guesser handles all the unknown word forms.", |
|
"cite_spans": [ |
|
{ |
|
"start": 292, |
|
"end": 323, |
|
"text": "(Dehaspe and Van Langendonck, )", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 432, |
|
"end": 447, |
|
"text": "(Dehaspe, 1993)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Category Guesser for Dutch Medical Language", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "The unknown words trigger a set of rules to identify the surface form, to attribute syntactic categories to it, and to calculate the possible canonical form(s). The category guesser can also enhance the robustness of the larger NLP-system since misspelled words can receive, to a certain extent, correct syntactic features. To reach this aim, the category guesser combines morphologic (3) as well as non morphologic knowledge (sections 4 & 6).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Category Guesser for Dutch Medical Language", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "Morphological Analysis", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The morphological analyser consists mainly of three sections, which correspond more or less to the three linguistic operations on words: inflection, derivation and compounding. However, from an implementational point of view, the boundaries between derivation and compounding are defined in a different way. The compounds, created by agglutination or combined by means of a hyphen are computationally treated as non-compounds. This implies that the same segmentation routine can be used for the computation of derivations and monolithical compounds (Spyns and De Wachter, 1995) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 549, |
|
"end": 577, |
|
"text": "(Spyns and De Wachter, 1995)", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Preliminary Remarks", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The inflection analyser produces one or more bundles of morphosyntactic feature value pairs for each submitted surface form (= cohort). The generated feature bundles comprise, among other features, the surface form (lex), the supposed canonical form (nlAu) as well as its category (cat) 2 A reduced example of the cohort produced for \"geprobeerd\" (Eng.: \"tried\")follows (see figure 1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Inflection", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The initial cohort will later on be reduced as much as possible (the ideal result in most cases being a single feature bundle). Therefore, a cascading priority system has been defined. The attribute \"mort\" expresses the quality of the analysis, possible values being segm, suffix, string or guess with segm > suffix > string > guess. More details on this will be given below.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Inflection", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Only the feature bundles of supposed nouns, verbs, adjectives and adverbs (i.e. the open categories) are admitted in the initial set of hazardous analyses or cohort.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Inflection", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Derivation and monolithical compounding are used to try and identify as many as possible of the canonical forms computed by the inflectional analyser. The starting principle here is that the right part of the computed canonical form usually constitutes the grammatical head of the whole word. The whole word thus inherits the feature-bundle associated with its right part (Selkirk, 1982, p.150) 3 In opposition to William (Williams, 1983 ) & Selkirk (Selkirk, 1982) , we do not allow inflectional suffixes to be heads. The right part can be found in the dictionary (monolithical compounding) or in a list of suffixes (derivation). In the current segmentation program, the major part of this list contains medical suffixes, which constitute a clearly definable 2v for verbs, adj for adjectives and n for noun; others are nb [sing or phr] for number, pers [1, 2, 3 or nil] for person.", |
|
"cite_spans": [ |
|
{ |
|
"start": 372, |
|
"end": 394, |
|
"text": "(Selkirk, 1982, p.150)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 395, |
|
"end": 396, |
|
"text": "3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 422, |
|
"end": 437, |
|
"text": "(Williams, 1983", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 450, |
|
"end": 465, |
|
"text": "(Selkirk, 1982)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Segmentation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "3We are fully aware that linguistic reality is more complex: e.g. some derivations (f.i. Dutch diminutifs cf. (Ritchie et al., 1992) ) are regarded as left headed. Maybe they should be treated computationally by the inflectional analyser. set that is fairly regular in its (morphological and syntactic) behaviour (Dujols et al., 1991) . Below (see figure 2) one can find an extract of the suffix list.", |
|
"cite_spans": [ |
|
{ |
|
"start": 110, |
|
"end": 132, |
|
"text": "(Ritchie et al., 1992)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 313, |
|
"end": 334, |
|
"text": "(Dujols et al., 1991)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Segmentation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "suffix ( [a, r, i, s] The computed canonical form is scanned and segmentated from right to left. All possible solutions are generated by a failure driven loop (no exclusive longest match principle). The segmentation routine which tries to identify a right part (head:dict or head:suffix) and then tries to recognize the remaining left part. If this succeeds, the segmentation is complete (morf:segm). Otherwise, it is only partial (morf: suffix).", |
|
"cite_spans": [ |
|
{ |
|
"start": 7, |
|
"end": 21, |
|
"text": "( [a, r, i, s]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Segmentation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "At the moment, only noun noun compounds are treated. Many medical noun noun compounds combine a medical non head part with a non medical head part (fi. hartziekte-Eng.: heartdisease).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Segmentation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Only those feature bundles of the cohort are kept that are compatible (by means of graph-unification) with the feature bundle associated with the head part (suffix or dictionary entry). At this stage of filtering, the feature cat (syntactic category) plays a most prominent role.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Segmentation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "When nothing can be predicted by means of morphology, another heuristic will be applied to reduce the set of remaining possible morphological analyses. This stage will focus more on the general language words. It is based on a series of endstrings (not limited by morphological boundaries) which determine the category of a word. Only the open syntactic classes are taken into account (noun, verb, adjective and adverb). Some endstrings uniquely identify the category of a word while others are more equivocal. The latter are correlated with two or even three categories. The necessary linguistic knowledge to build a list of non-inflected endstrings and their associated category (or categories) was found in Lemmens (Lemmens, 1989) . Some combinations of an endstring and its category are shown below (see figure 3 ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 718, |
|
"end": 733, |
|
"text": "(Lemmens, 1989)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 808, |
|
"end": 818, |
|
"text": "figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Endstring Matching", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "When a computed lexical form is presented to the endstring matcher, the above mentioned list is checked to see if an endstring constitutes the endpart of the submitted word. In fact, the surface form as well as the hypothetical canonical form of the feature bundle are submitted to the endstring matcher. Only the categories resulting of both matching processes (= the intersection) are finally retained. Sub-end( [d, r, e, e ] -3, [v, adj] , [eerd] ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 414, |
|
"end": 440, |
|
"text": "[d, r, e, e ] -3, [v, adj]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 443, |
|
"end": 449, |
|
"text": "[eerd]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Endstring Matching", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "end ([1,e,e,il.3 , [adj ,n] , [ieel] ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 4, |
|
"end": 27, |
|
"text": "([1,e,e,il.3 , [adj ,n]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 30, |
|
"end": 36, |
|
"text": "[ieel]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Endstring Matching", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "end ([l,e,il-3 , [adj] , [iel] ). end( [e ,m, s, i 1-3 , [n] , [isme] ) . Figure 3 : Some endstring-category combinations sequently, the feature bundle(s) of the cohort containing the proposed syntactic category are extended with an extra featurevaluepair (morf:string). Below (see figure 4 ) the result of endstring matching applied to the verb \"geprobeerd\" (Eng.: \"tried\") is shown (rule with ending -eerd applies) 4", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 4, |
|
"end": 30, |
|
"text": "([l,e,il-3 , [adj] , [iel]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 34, |
|
"end": 69, |
|
"text": "end( [e ,m, s, i 1-3 , [n] , [isme]", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 74, |
|
"end": 82, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 282, |
|
"end": 290, |
|
"text": "figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Endstring Matching", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The inflection rules were able to produce a canonical form together with its category which the endstring matcher considers correct. This implies that the inflection rule was correctly triggered and applied. As a corollary, the other syntactic information in such a validated feature bundle (with morf:string) is supposed to be correct as well. However, many syntactic features are underspecified 5", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Endstring Matching", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "If none of the aforementioned cases apply, the computed canonical forms and its corresponding grammatical features are pure guesses. The complete cohort is retained and each of its feature bundles is extended with one extra feature morf: guess.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default or Catch All Rule", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "After the stages mentioned above, only a subset of feature bundles of the cohort will contain the feature morf. All of these feature bundles contain morphosyntactic information that is validated by the mentioned heuristics (cf. supra) 6 This subset is retained and passed to the syntactic parser. When segmentations of both types (complete versus partial) are produced, the latter (morf:suffix) are discarded in favour of the former (morf:segm). In that case, endstring matching nor the catch all rule is applied.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Final selection of the set of solutions", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Below, one can find a more formal description and a schematic overview (see figure 5) of the category guesser.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 76, |
|
"end": 85, |
|
"text": "figure 5)", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Schematic Overview", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "4We assume of course that the verb does not appear in the dictionaries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Schematic Overview", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "5The Syntactic analyser requires the presence of some linguistic features --even when underspecified --in the feature bundle.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Schematic Overview", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "SWhen the default rule applied, the subset will be identical to the complete cohort. Validation is a too strong word in this case.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Schematic Overview", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "[lex:geprobeerd,cat:adj,nllu:proberen,adjtype:papa,adj~:no,morf:string] [lex:geprobeerd,cat:adj ,nllu:geproberen,adjtype:papa,adj~:no,morf:string] [lex:geprobeerd,cat:v,nllu:proberen,vform:pastpart,vtype:main,morf:string] [lex:geprobeerd,cat:v,nllu:geproberen,vform:pastparZ,vtype:main,morf:string] ", |
|
"cite_spans": [ |
|
{ |
|
"start": 147, |
|
"end": 221, |
|
"text": "[lex:geprobeerd,cat:v,nllu:proberen,vform:pastpart,vtype:main,morf:string]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Schematic Overview", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "To examine the effectiveness of the category guesser, all the words from the corpus not appearing in the dictionary were submitted to the analyser. The total number of unknown words was 2832. Manual categorisation revealed the presence of 679 adjectives, 2056 nouns, 82 verbs. The 2832 unique unknown forms lead to the generation of 6342 supposed analyses, which means that for every unknown form 2.4 possible canonical forms are retained. We consider the case when an unknown surface form receives more than two different categories as a guess. Guesses are always interpreted as bad. If the category guesser is not able to attribute a correct category, the result is regarded as bad. Once a correct category, even concurrently with an incorrect one, is assigned to the submitted word, the outcome is perceived as good. 7 As the main concern lies with the syntactic characteristics, we did not consider an erroneously calculated canonical form as a reason to reject the complete feature bundle. Manual examination of the results permits us to state that 83.4 % of the unknown forms are correctly identified. We consider the result as fairly good and are convinced that refinements can lead to an even better result. The linguistic coverage can be still be improved by adding rules in order to treat comparatives and superlatives.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Some Results and Statistics", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "A choice was to be made between keeping more potential analyses likely to be correct versus restricting the cohort to one (or a limited set of) analysis which may be incorrect. As a general strategy, we prefer to restrict as early as possible the search space on all the levels of the language understanding system. Otherwise useless hypotheses will be propagated through the whole system causing a combinatorial explosion. However, this attitude can lead to the rejection of valid solutions and, in the worst case, can be responsible for a complete failure of the language understanding system. A possible optimisation resides in the storage of the medical suffixes and endstrings in their inflected forms. They could be integrated in the already existing full form dictionary. In order to accelerate the decomposition phases, the morphemes or strings could be stored in reversed order.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "These reorganisations of the data structures also influence the high level algorithm (cf. section 7). Since all the words, suffixes and endstrings would be stored in the database as full forms, the inflectional analyser (cf. section 3.2) would be merely needed for 7Sometimes the surface form alone does not permit an unequivocal categorization (f.i. in principle, a Dutch noun formally equals the first person singular present of a regular verb). the computation of a hypothetical canonical form and its syntactic characteristics when applying the catch all rule. This leads without any doubt to a faster execution of the category guesser as a whole. As a corollary, the overall architecture of the entire component becomes simpler and more homogeneous.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "9" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Natural language processing and semantical representation of medical texts", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"H" |
|
], |
|
"last": "Baud", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A.-M", |
|
"middle": [], |
|
"last": "Rassinoux", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Scherrer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Methods of Information in Medicine", |
|
"volume": "31", |
|
"issue": "", |
|
"pages": "117--125", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "R.H. Baud, A.-M. Rassinoux, and J.R. Scherrer. 1992. Natural language processing and semanti- cal representation of medical texts. Methods of Information in Medicine, 31:117-125.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A reconstruction of conceptual graphs on top of a production system", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bouaud", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Zweigenbaum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of the 7th Annual Workshop on Conceptual Graphs", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Bouaud and P. Zweigenbaum. 1992. A recon- struction of conceptual graphs on top of a pro- duction system. In Proceedings of the 7th Annual Workshop on Conceptual Graphs, Las Cruces.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Automated valency dictionary of Dutch verbs", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Dehaspe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Van Langendonck", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "L. Dehaspe and W. Van Langendonck. Automated valency dictionary of Dutch verbs, to appear.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Menelas report on the building of the lexical database", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Dehaspe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "K.U. Leuven-Dept. of Medical Informatics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "L. Dehaspe. 1993. Menelas report on the building of the lexical database. Technical Report 93-002, K.U. Leuven-Dept. of Medical Informatics.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Morphosemantic analysis and translation of medical compound terms", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Dujols", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Aubas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Baylon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Gr4my", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Methods of Information in Medicine", |
|
"volume": "30", |
|
"issue": "", |
|
"pages": "30--35", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Dujols, P. Aubas, C. Baylon, and F. Gr4my. 1991. Morphosemantic analysis and translation of med- ical compound terms. Methods of Information in Medicine, 30:30 -35.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Medical text processing: Past achievements", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Friedman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Johnson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. Friedman and S.B. Johnson. 1992. Medical text processing: Past achievements, future directions.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Aspects of the Computer-based Patient Record", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "In", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Ball", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Collen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "212--228", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In M.J. Ball and M.F. Collen, editors, Aspects of the Computer-based Patient Record, pages 212 - 228. Springer -Verlag, Berlin.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Computer processing of discharge summaries", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Gabrieli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Speth", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "Proceedings of SCAMC 87", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "137--140", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E.R. Gabrieli and D.J. Speth. 1987. Computer pro- cessing of discharge summaries. In Proceedings of SCAMC 87, pages 137 -140.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Analyzing Language in Restricted Domains: Sublanguage Description and Processing", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Grishman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Kittredge", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "R. Grishman and R. Kittredge. 1986. Analyz- ing Language in Restricted Domains: Sublanguage Description and Processing. Lawrence Erlbaum Associates, Hillsdale, New Jersey.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "A critical study of the defaulters in the Belgian METAL-system \u00a9, and a design of a morphologically guided category guesser", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Lemmens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Lemmens. 1989. A critical study of the default- ers in the Belgian METAL-system \u00a9, and a de- sign of a morphologically guided category guesser. Master's thesis, K.U.Leuven. [in Dutch].", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Natural languageprocessing for intelligent information retrieval", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Mccray", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1160--1161", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A.T. McCray. 1991. Natural languageprocessing for intelligent information retrieval. In J.H. Nagel and W.M. Smith, editors, Proceedings of the An- nual International Conference of the IEEE En- gineering in Medicine and Biology, pages 1160 - 1161, Orlando.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Morphosemantic analysis of compound word forms denoting surgical procedures", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Norton", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Pacak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Methods of Information in Medicine", |
|
"volume": "22", |
|
"issue": "1", |
|
"pages": "29--36", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M.G. Norton, L.M. & Pacak. 1983. Morphose- mantic analysis of compound word forms denot- ing surgical procedures. Methods of Information in Medicine, 22(1):29 -36.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Identification and transformation of terminal morphemes in medical English (part 1)", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Pacak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Pratt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1969, |
|
"venue": "Medicine", |
|
"volume": "8", |
|
"issue": "2", |
|
"pages": "84--90", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M.G. Pacak and A.W. Pratt. 1969. Identifica- tion and transformation of terminal morphemes in medical English (part 1). Methods of Informa- tion in Medicine, 8(2):84 -90.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Identification and transformation of terminal morphemes in medical English (part 2). Methods of Information in", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Pacak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Pratt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "Medicine", |
|
"volume": "17", |
|
"issue": "2", |
|
"pages": "95--100", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M.G. Pacak and A.W. Pratt. 1978. Identifica- tion and transformation of terminal morphemes in medical English (part 2). Methods of Informa- tion in Medicine, 17(2):95 -100.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Computational Morphology: Practical Mechanisms for the English Lexicon", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Ritchie", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Russell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Black", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Pulman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G.D. Ritchie, G.J. Russell, A.W. Black, and S.G. Pulman. 1992. Computational Morphology: Prac- tical Mechanisms for the English Lexicon. MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Medical Language Processing: Computer Management of Narrative Data", |
|
"authors": [ |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Sager", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Friedman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Lyman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "N. Sager, C. Friedman, and M. Lyman. 1987. Medi- cal Language Processing: Computer Management of Narrative Data. Addison Wesley, Reading, Massachussets.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "The Syntax of Words", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Selkirk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Selkirk. 1982. The Syntax of Words. MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Conceptual Structures: Information Processing in Mind and Machine", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Sowa", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1984, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J.F. Sowa. 1984. Conceptual Structures: Informa- tion Processing in Mind and Machine. Addison- Wesley, London.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Applying and improving the restriction grammar approach for Dutch patient discharge summaries", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Spyns", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Adriaens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of COLING 92", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1164--1168", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Spyns and G. Adriaens. 1992. Applying and improving the restriction grammar approach for Dutch patient discharge summaries. In Proceed- ings of COLING 92, pages 1164 -1168.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Morphological analysis of Dutch medical compounds and derivations", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Spyns", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"De" |
|
], |
|
"last": "Wachter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "ITL Review of Applied Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Spyns and L. De Wachter. 1995. Morphological analysis of Dutch medical compounds and deriva- tions. ITL Review of Applied Linguistics. to ap- pear.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Representation and extraction of information from patient discharge summaries by means of natural langage processing", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Spyns", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Zweigenbaum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Willems", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of MIC92", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Spyns, P. Zweigenbaum, and J.L. Willems. 1992. Representation and extraction of informa- tion from patient discharge summaries by means of natural langage processing. In Proceedings of MIC92, Rotterdam. [in Dutch].", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "The Menelas syntactic analysis component for Dutch", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Spyns", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Dehaspe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Willems", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Spyns, L. Dehaspe, and J.L. Willems. 1993. The Menelas syntactic analysis component for Dutch. Delivrable report AIM-Menelas #6.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "A prototype of a semi-automated encoder for medical discharge summaries. Master's thesis", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"U" |
|
], |
|
"last": "Spyns ; K", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Leuven", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Spyns. 1991. A prototype of a semi-automated encoder for medical discharge summaries. Mas- ter's thesis, K.U. Leuven. [in Dutch].", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Structuration and acquisition of medical knowledge (using UMLS in the conceptual graph formalism)", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Boisvieux", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proceedings of SCAMC 93", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boisvieux. 1993. Structuration and acquisition of medical knowledge (using UMLS in the concep- tual graph formalism). In Proceedings of SCAMC 93.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "On the notions 'lexically related' and 'head of a word'", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Williams", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Linguistic Inquiry", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Williams. 1983. On the notions 'lexically related' and 'head of a word'. Linguistic Inquiry.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Morphologic analysis of compound words", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Wingert", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "Methods of Information in Medicine", |
|
"volume": "24", |
|
"issue": "", |
|
"pages": "155--162", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "F. Wingert. 1985. Morphologic analysis of compound words. Methods of Information in Medicine, 24:155-162.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "The use of morphosemantic regularities in the medical vocabulary for automatic lexical coding", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Wolff", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1984, |
|
"venue": "Methods of Information in Medicine", |
|
"volume": "23", |
|
"issue": "", |
|
"pages": "195--203", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Wolff. 1984. The use of morphosemantic regular- ities in the medical vocabulary for automatic lex- ical coding. Methods of Information in Medicine, 23:195 -203.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "AIM project #2023 technical annex: An access system for medical records using natural language", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Zweigenbanm", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Zweigenbanm et at. 1991. AIM project #2023 technical annex: An access system for medical records using natural language, manuscript.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"text": "Example of Cohort for \"geprobeerd\" 2", |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"text": "suff ix ( [i, e] , [cat : n, nb: s in~ ).", |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"num": null, |
|
"text": "Examples of Suffixes with Feature Bundle", |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"num": null, |
|
"text": "W] the unknown surface form W FDAG: the linguistic information (feature bundle) associated with F FDAG = [nl_lu:W', cat:x, nb:y, ...] DDAG: the dictionary entry of a canonical form W' DDAG = [nl_lu:W', cat:x, frame:z, ... ] EDAG: the linguistic information (feature bundle) associated with an endmorpheme EDAG = [cat:x, head:dict,...] or EDAG = [cat:x, head:suffix,...] RDAG: the category provided by the endstringmatcher RDAG = [cat:x] ~\" : maps W to a hypothetical canonical form W' (inflection rule) H : unifies two feature bundles 81: segmentates W' in a left part (L) and endmorpheme (E) 82: segmentates L in several morphemes (L1,..., The High Level Algorithm", |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"TABREF0": { |
|
"text": "lex:geprobeerd,nllu:geprobeerd,cat:n,nb:sing,pers:3] [lex:geprobeerd,nl~u:geprobeerd,cat:adj,adjtype:ord,adj~:no][lex:geprobeerd,nllu:proberen,cat:v,pers:nil,nb:nil,tense:nil,vform:pastpart][lex:geprobeerd,nllu:proberen,cat:adj,adjtype:papa,adj~:no]", |
|
"html": null, |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>[~ex:gepr~beerd~n~u:gepr~beerden~ca~:v~pers:ni~nb:ni~tense:ni~vf~rm:pastpart]</td></tr><tr><td>[lex:geprobeerd,nllu:geprobeerden,cat:adj,adjtype:papa,adj~:no]</td></tr><tr><td>[lex:geprobeerd,nllu:geproberen,cat:adj ,adjtype:papa,adj~:no]</td></tr><tr><td>[lex:geprobeerd,nllu:geprobeerden,cat:v,pers:1,nb:sing,tense:pres,vform:finite]</td></tr><tr><td>).</td></tr></table>" |
|
} |
|
} |
|
} |
|
} |