|
{ |
|
"paper_id": "C88-1005", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:16:11.062391Z" |
|
}, |
|
"title": "Efficiency Considerations for LFG-Parsers -Incremental and Table-Lookup Techniques", |
|
"authors": [], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Istv\u00a3n B\u00a3tori and Stefan Marok FB 2 Linguistics EWH Rheinland-Pfalz, l~heinun 3-4, D-5400 Koblenz~ FRG The paper presents a concise description of the LFG-Parser-Generator developed at the EWH in Koblenz. Special attention is paid to efficiency considerations to speed up the system in the execution phase. Lexicon is separated, ll(k)-parsing tables are used and some preliminary ratifications are carried out before the actual execution. The run time system follows the single path strategy and produce.'; the f-structures simultaneously with the processing of the c-stru~:tures.", |
|
"pdf_parse": { |
|
"paper_id": "C88-1005", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Istv\u00a3n B\u00a3tori and Stefan Marok FB 2 Linguistics EWH Rheinland-Pfalz, l~heinun 3-4, D-5400 Koblenz~ FRG The paper presents a concise description of the LFG-Parser-Generator developed at the EWH in Koblenz. Special attention is paid to efficiency considerations to speed up the system in the execution phase. Lexicon is separated, ll(k)-parsing tables are used and some preliminary ratifications are carried out before the actual execution. The run time system follows the single path strategy and produce.'; the f-structures simultaneously with the processing of the c-stru~:tures.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Basic parsing techniques (both shift reduce and recursive descent) seem to be inherently inefficient inasmuch as they proceed strictly according to the sequence of the rules in the grammar and they are not able to exploit the surrounding (preceeding and following) syntactic information. Their scope is limited to a single rule and they jump mechanically to the sequentially next rule, even if such a move is obviously abortive and must be innmdiately abandoned (Winograd 1'483, 108-115; Phillips 1984; Hellwig 1988 ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 462, |
|
"end": 487, |
|
"text": "(Winograd 1'483, 108-115;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 488, |
|
"end": 502, |
|
"text": "Phillips 1984;", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 503, |
|
"end": 515, |
|
"text": "Hellwig 1988", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "General Considerations of Parsing Efficiency", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Parsing tables -as they are conceived in current compiler construction devices for LR(k) and LL(k) languages -make 1. the izfformation provided by the grammar accessible throughout the entire processing and not just at the point where they happen to occur, and 2. tlmy can be constructed algorittnnically (Aho/Ullman 1979) . ", |
|
"cite_spans": [ |
|
{ |
|
"start": 305, |
|
"end": 322, |
|
"text": "(Aho/Ullman 1979)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "General Considerations of Parsing Efficiency", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "I I Generator I ,1 t i i --", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "General Considerations of Parsing Efficiency", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The Koblenzer LFG-Parser-Generator is an interactive system, designed to create and to test grammars for natural languages according to the linguistic philosophy of the LFG as conceived in Bresnan und Kaplan (1982) . Both lexicon and syntax follow closely the original format specifications. The system can be divided into two main phases: preprocessing and actual execotion).", |
|
"cite_spans": [ |
|
{ |
|
"start": 189, |
|
"end": 214, |
|
"text": "Bresnan und Kaplan (1982)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Design", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "1. Prepro~:essing of the input gralmnar (including lexicon) generates the executable code, which in turn involves two logically distinct steps:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Design", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 Generating the P~OLOG code and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Design", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 Optimizing the PP~OLOG code, -and 2. the actual execution phase analyses the input string and produces the f-structures.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Design", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In the preprocessing phase the grammar rules are entered into the system and translated into an executable PB,OLOG Code. This part of the system is written in PASCAL. The implementation includes facilities for the treatment of the metavariables ~ and needed for the treatment of the long distance dependencies (Weisweber 1986). The grammar may contain both optional categories and multiply reoccurring categories (marked by the Kleene-star .-operator).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code-Generation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In order to facilitate the generation of the tables with the reach relations the phrase-structure portion of the rules of the gran~nar (c-structure rules) is extracted and stored as azl additional, separate data set.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code-Generation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The second task of the preprocessor is to produce a more efficient PKOLOG code. Optimization covers construction of parsing table and code revision. In order to speed up the actual analysis in the execution phase the preprocessor constructs a table of reach relations on the basis of first and follow sets, connecting nontermlnal and preterminal nodes with a lookahead of 1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The definition of the first and follow sets is based on context free grammar (Aho/Ullman (1979, 186-192,429-30) The first sets are defined for a non terminal symbol A over a string c~ of preterminals as the potential preterminal symbols which can occur in the leftmost position of the string:", |
|
"cite_spans": [ |
|
{ |
|
"start": 77, |
|
"end": 111, |
|
"text": "(Aho/Ullman (1979, 186-192,429-30)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "F~IRST(a) = {a E Y, I c~==~afl} u {el ,~=~e}", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The follow sets of a nonterminal A are defined as the first sets of the preterminals which may occur after the nonterminal A:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "FOLLOW(A) := {a E $ I S=~aA~ A a E FIRST(fl)} u {$1 S:~A*}.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Contrary to the standard definition of the terms (op. cit.) the Koblenzer system does not exclude the application to left recursive constructions. The reach relations are build up uniformly both for left recursive and for all other constructions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The first and follow sets allow to define the reach relations, which provide the information for a nonterminals A (in the stack) and for a preterminal symbol (located in the input string a) by which production rule(s) the preterminal can be accessed: The reach relations are valid for all context free languages and extend the applicability of LL(1)-tables for them in general. They are calculeted over the first and follow sets and stored in tables for the execution phase. The practical construction of the table of reach relations is based on the systematic separation of dictionary and grammar rules, without which the construction of the table would not be feasible.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "REACH(A,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "There are a number of grammatically predefined f-descriptions, which caa be preprocessed in advance independently of the actual input, reducing the number of unifications at run time. Preliminary unification of f-structures can be carried out in the following configurations:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 If an f-description subsumes another f-description, the subsumed f-structure can be regarded as already unified and dropped.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "In the execution phase the system will Use only the subsuming (i.e. larger) f-description. E.g. if a dictionary entry in the PROLOG code, produced in the preprocessing phase, has the specifications as (TSUBJ NUM) = SO, and simultaneously: !(TSUBJ), the later can be safely dropped in order to avoid the vacuous ratification of the explicit subject in the execution phase.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 If an f-description is unified with new attributes, hitherto not used in the grammar, the operation will always succeed, regardless of the actual value of the attributes. Unifications of this type can be carried out safely in advance regardless of later possible changes of the attribute value.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 There are further minor possible f-structure configurations which can be simplified before the actual unification in the execution phase. The current optimization will recognize I Monitor help facilities pretty printer traces etc. some of these special cases and replace the general unification procedures by specialized and hence more restricted procedures already at the time of code generation. The general broad unification procedures (merge functions) will be substituted here by more specific and computationally less expensive procedures.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Code Optimization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Firstly, the run time system can be characterized by the basic separation of lexicon lookup and actual parsing, The separation of lexicon rules and syntactic rules is based on the linguistic insight that the two components (lexicon and grammar) reflect entirely different language properties. The division can be supported also by consideration of processing efficiency. The lexicon lookup is carried out at the beginning of the processing and it immediately allows the rejection of input in case of missing entries in the lexicon. The user can enter another word on the spot and proceed with the processing of the same sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The next step is the inspection of the LL(1) tables by means of which the reach relations are established, The table of reach relations provides the optimal subset of grammatical symbols and connects them to the lexlcal entries occurring in the actual input sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Secondly, the run time system is characterized by the singlepass strategy of processing, i.e. the input is read in only once, merging two fundamental tasks of the LFG: 1. the constructing of the c-structures and 2. the unification of the f-structures in a single step.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "A special treatment is necessary for the left recursive constructions. The entries in the LL(1)-table for potential left recursions may be used only as long as the repetion is not spurious, otherwise their further application is suspended. At the time of the processing of phrase structure rules, the associated functional description is processed immediately. At this point the nodes relevant to the functional assignments are easily accessible as the left hand side symbol (for the metavariable T) and the right hand side symbols (for the metavariables ~} in the rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "As the input is processed the f-structure is constructed step by step incrementally. All available attributes and values are merged together as soon as they emerge, which is efficient for at least two reasons: 1. There is no need to store and reprocess the cumulated f-equations in an additional step and 2. merging the f-descriptions incrementally step by step operates with smaller chunks, which implies faster unification.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The incremental processing means that at the end of the input sentence the analysis is complete and solved and does not need to be scanned again in order to solve a series of f-equations. There is only one single control operation at the end of the sentence checking the wellformedness (completeness and exhaustiveness) of the output.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The single-pass model differs therefore from the Kaplan-Bresnanmodel by lacking a separate processing phase for the cumnlated f-structures following tile generation of c-structures. In fact there is no explicit need for retaining the c-structures, except for their possible display in tutorials and in tracing errenous production, while testing the rules of the input grammar,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The current implementation delivers both the c-structure as well as the f-structure of the input sentence. In case of multiple interpretations all c-structures and all valid f-structures are displayed in succession.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Run Time System", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "LFG-Grammars have been mostly studied from the point of view of linguistic adequacy, i.e. they have been developed in order to cover substantial aspects of natural language syntax phenomena. The parser should help the working linguist to find the optimal grammar for a particular language, to test the individual rules of the grammar as well as the general formalism. Parsing efficiency can be studied at least at three different levels:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "1. in view of the efficiency of developing grammars (concerns the work of the linguist).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "2. in view o~ optimizing processing of the input grammar (concerus the preproce~sing phase)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "3. in view of optimizing the processing of the input sentence\" (concerml the execution phase and the run time system)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The present study is concerned mostl~ with the third type of efficiency i.e. ~lith improving parsing efficiency, presupposing linguistic adequm:y of the model. Pructical efficiency of standard parsing technique~ depends on the amount of back tracking and reprocessing needed in cases of errenous analysis. While using standard recursive desct:nt parsing techniques guarantees the comprehensive coverage of the whole language, it does not exploit available information in an optimal manner. Parsing tables with REACH relations entail more information than single phrase structure rules, they acctmtulate information on the distribution of symbols in the whole grannnar and enable the parser to build up the correct c-structure at the first attempt. If for some reason no valid structure is produced, ordinary back tracking applies and the input string is reprocessed.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In the final version of the paper further details of current improvements will be reported.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adequacy and Efficiency of Grammars", |
|
"sec_num": "4" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Principles of Compiler Design", |
|
"authors": [ |
|
{ |
|
"first": "Alfred", |
|
"middle": [ |
|
"V" |
|
], |
|
"last": "Aho", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jeffrey", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Ullman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1979, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aho, Alfred V. and Ullman, Jeffrey D. (1979) Principles of Compiler Design. Reading, Massachusetts et al., Addison- Wesley Publishing Company.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The mental representation of grammaticalrelations", |
|
"authors": [ |
|
{ |
|
"first": "Joan", |
|
"middle": [], |
|
"last": "Bresnan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bresnan, Joan (1982) (ed.) The mental representation of gram- maticalrelations. Cambridge, Massachusetts, The MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Parsing natiirlicher Sprachen: Grundlagen und Reallsiertmgen", |
|
"authors": [ |
|
{ |
|
"first": "Peter", |
|
"middle": [], |
|
"last": "Hellwig", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Computational Linguistics -An international Handbook on Computer Oriented Language Kesearch and Applications", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hellwig, Peter (in print) Parsing natiirlicher Sprachen: Grund- lagen und Reallsiertmgen. In: BAtori, I., Lenders, W. aud Putschke, W. (eds): Computational Linguistics -An inter- national Handbook on Computer Oriented Language Kese- arch and Applications. Berlin, Walter de Gruyter", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "FakultKt LiLi, Forschungsschwerpunkt 8prach-und Textveracbeitun", |
|
"authors": [ |
|
{ |
|
"first": "J6rg", |
|
"middle": [], |
|
"last": "Kindermann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Justus", |
|
"middle": [], |
|
"last": "Meier", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "Word Order and Parsing in Unification Grammars)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kindermann, J6rg and Meier, Justus (1986)Anextensionof LR-Paraing for Lexical-Fauctional Grammar. Universit~it Bielefeht, FakultKt LiLi, Forschungsschwerpunkt 8prach-und Textveracbeitun. (To be published in: Reyle, U. (ed.): Word Order and Parsing in Unification Grammars).", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "An object-oriented parser", |
|
"authors": [ |
|
{ |
|
"first": "Brhm", |
|
"middle": [], |
|
"last": "Phillips", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1984, |
|
"venue": "Computational Models of NaturM Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "297--321", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Phillips, Brhm (1984) An object-oriented parser. In: Bara, Bruno G. and Guida, Giovanni (eds.) Computational Models of NaturM Language Processing. Amsterdam et al. North- Holland, 297-321.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "An Efficient Augmented-Context-Free Parsing Algoritlnn", |
|
"authors": [ |
|
{ |
|
"first": "Tomlta~", |
|
"middle": [], |
|
"last": "Masaru", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "CL", |
|
"volume": "13", |
|
"issue": "", |
|
"pages": "31--46", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tomlta~ Masaru (1987) An Efficient Augmented-Context-Free Parsing Algoritlnn. CL 13:31-46.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Ein Parsergenerator ftir die lexical functioned grammar (LFG)", |
|
"authors": [ |
|
{ |
|
"first": "Wejsweber~", |
|
"middle": [], |
|
"last": "Wilhelm", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wejsweber~ Wilhelm (1986) Ein Parsergenerator ftir die lexical functioned grammar (LFG). EWH Rheinland-Pfalz -Abtei- lung Kol,lenz -Fachberichte Informatik 4/86.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Language as a Cognitive Process -Syntax", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Winograd", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Winograd, ~l~rry (1983) Language as a Cognitive Process -Syn- tax. Reading, Massachusetts et al., Addison-Wesley Pnblis- hing Cmapany.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "The LFG-System in Koblenz 2 The LFG-Model of the EWH: General", |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF1": { |
|
"text": ", E (N E ~,)* and ..4 F_ 31\".", |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"text": "a,P)~3P67 > with P = A ~ ~ : a 6 FIRST(~) ^ ~(a = ~) Va 6 FOLLOW(A) ^ a =~e", |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF3": { |
|
"text": "The run time system", |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |