| { |
| "paper_id": "U04-1020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:08:03.837065Z" |
| }, |
| "title": "Converting the Penn Treebank to Systemic Functional Grammar", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Honnibal", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Macquarie University Macquarie University", |
| "location": { |
| "postCode": "2109", |
| "settlement": "Sydney", |
| "country": "Australia" |
| } |
| }, |
| "email": "mhonn@it.usyd.edu.au" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Systemic functional linguistics offers a grammar that is semantically organised, so that salient grammatical choices are made explicit. This paper describes the explication of these choices through the conversion of the Penn Treebank into a systemic functional grammar corpus. Developing such a resource can help connect work in natural language processing to a significant body of research dealing explicitly with the issue of how lexical and grammatical selections create meaning.", |
| "pdf_parse": { |
| "paper_id": "U04-1020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Systemic functional linguistics offers a grammar that is semantically organised, so that salient grammatical choices are made explicit. This paper describes the explication of these choices through the conversion of the Penn Treebank into a systemic functional grammar corpus. Developing such a resource can help connect work in natural language processing to a significant body of research dealing explicitly with the issue of how lexical and grammatical selections create meaning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The Penn Treebank was designed to maximise consistency and annotator efficiency, rather than conformity with any particular linguistic theory (Marcus et al., 1994) . This results in trees that strongly suggest the use of synthetic features to explicate semantically significant grammatical choices like mood, tense, voice or negation. These distinctions lie latent in the configuration of the tree in the Treebank II annotation scheme, making it difficult for a machine learner to make use of them.", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 163, |
| "text": "(Marcus et al., 1994)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Rather than the ad hoc addition of this information at the feature extraction stage, the corpus can be re-presented in a way that makes feature extraction more principled. This involves increasing the size and complexity of the representation of a sentence by organising the tree semantically. Organising a grammar semantically is by no means a trivial task, and has been an active area of linguistic research for the last forty years. This paper describes the conversion of the Penn Treebank into a prominent output of such research, systemic functional grammar (SFG) .", |
| "cite_spans": [ |
| { |
| "start": 563, |
| "end": 568, |
| "text": "(SFG)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Systemic functional grammar does not confine its description to syntactic structure, but includes a representation of the choices grammatical configurations represent -or 'realise', to use the term preferred in the linguistics literature (Halliday, 1976) .", |
| "cite_spans": [ |
| { |
| "start": 238, |
| "end": 254, |
| "text": "(Halliday, 1976)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There is growing evidence that systemic functional grammar can be usefully applied to natural language processing (Munro, 2003; Couchman and Whitelaw, 2003) , and there is a strong history of interaction between systemic functional linguistics and natural language generation (Matthiessen and Bateman, 1991) . However, there is currently a lack of computational SFG resources. There is no standard format for machine readable annotation, no annotated corpora, and no useable parsers. Converting the Penn Treebank will make a large body of SFG annotated data available to computational linguists for the first time, an important step towards addressing this situation.", |
| "cite_spans": [ |
| { |
| "start": 114, |
| "end": 127, |
| "text": "(Munro, 2003;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 128, |
| "end": 156, |
| "text": "Couchman and Whitelaw, 2003)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 276, |
| "end": 307, |
| "text": "(Matthiessen and Bateman, 1991)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We first discuss some preliminaries relating to the nature of systemic functional grammar, and the scope of the converted corpus's annotation. We then discuss the conversion of the treebank's phrasestructure representation to SFG constituency structure, and finally we discuss the addition of interpersonal and textual function structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Systemic functional grammar divides the task of grammatical analysis -the process of stating the grammatical properties of a text -into two parts: analysis of syntactic structures, and analysis of function structures. SFG syntactic analysis is constituency based, and is predicated on Halliday's notion of the rank scale (Halliday, 1966) : clauses are composed of groups/phrases, which are composed of words, which are composed of morphemes. The main concerns of SFG syntactic analysis are the chunking of words into groups/phrases, and the chunking of groups/phrases into clauses. Levels of constituency between groups/phrases and their words are recognised in the literature (Matthiessen, 1995) , but rarely brought into focus in research unless the group/phrase contains, or is, an embedded constituent from another rank (e.g., a nominal group like 'the man' with an embedded relative clause like 'who knew too much').", |
| "cite_spans": [ |
| { |
| "start": 321, |
| "end": 337, |
| "text": "(Halliday, 1966)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 677, |
| "end": 696, |
| "text": "(Matthiessen, 1995)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Structure of the SFG analysis", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Function structures can refer to any rank of the constituency, but clause rank functional analysis is generally regarded as the most important. The grammar defines a set of systems, which can be defined recursively using conjunction and disjunction. They are usually represented graphically in system networks (Matthiessen, 1995) , as in Figure 1 .", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 329, |
| "text": "(Matthiessen, 1995)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 338, |
| "end": 346, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Structure of the SFG analysis", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In this figure, the nested disjunction 'indicative or interrogative' represents a more delicate, or finer grained, distinction than that between indicative and imperative. After selecting from the initial choice, one proceeds from left to right into increasingly delicate distinctions. These systems are categorised into three metafunctions, which represent different types of meaning language enacts simultaneously (ideational, interpersonal and textual) (Halliday, 1969) . ", |
| "cite_spans": [ |
| { |
| "start": 456, |
| "end": 472, |
| "text": "(Halliday, 1969)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Structure of the SFG analysis", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "There is no clearly defined limit to systemic functional grammar, in the sense that one could say that a text has been 'fully' analysed. The grammar is constantly being extended, with new kinds of analysis and levels of delicacy suggested. The ultimate aim of the approach is to distinguish every semantically distinct different wording choice (Hasan, 1987) .", |
| "cite_spans": [ |
| { |
| "start": 344, |
| "end": 357, |
| "text": "(Hasan, 1987)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "When working with systemic functional grammar, then, practitioners generally define the scope of their analysis. We must do the same, although the reasons are different. Analysis, so far, has always been performed manually, with only finite time available. Projects have therefore had to decide between the size of a sample and the detail of its analysis. In our case, we are limited to the kinds of analysis which can be directly inferred from the Penn Treebank. Future research will doubtless leverage other resources to extend the analysis of the corpus we present, but attempts to do so are beyond the scope of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The Penn Treebank presents accurate constituency and part-of-speech information. This is enough information to annotate the corpus automatically with roughly two thirds of the most important clause rank systems: mood and theme, but not transitivity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The distinction between systems which can be automatically annotated and systems which cannot lies in the way the systems are realised. Mood and theme are realised primarily through the order of constituents (the order of Subject and Finite in the case of mood, and the first Adjunct, Subject, Complement or Predicator in the case of theme). They are realised structurally, as opposed to lexically. Other systems are realised through the selection of grammatical items (also called 'function words' -a term we prefer not to use because of the special sense of 'function' in the context of SFG).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Systems that are realised with grammatical items, such as voice, polarity and tense, can also be automatically annotated. Lexically realised systems, on the other hand, require a lexicon or equivalent resource, since the choice of words within identical syntactic structures changes the selection from the system. Trees which are identical at every level except their leaves have different process type selections. The central system of transitivity, process type, cannot be analysed for this reason.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The annotation of the corpus we present therefore attempts to include selections from the following systems at clause rank: Ideational analysis is omitted entirely, because transitivity analysis requires a more complicated approach, as discussed above. Although arguably some aspects of taxis and expansion type could be annotated automatically, because the central information cannot be annotated, we have left it out entirely.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope of target annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We have not found it necessary to use a method of automatic rule induction to generate a CFG. The lack of a suitable training set made that approach impractical for the time and resources we have had available; and good results have been obtained by simply using a set of hard-coded transformation functions, implemented as a Python script. This approach does have a significant drawback, however: because the script does not output a conversion grammar, correcting systematic errors and other maintenance or extension tasks are much more difficult.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constituency Conversion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The first process in the conversion of a sentence is to parse the Lisp-style string representation into a tree of generic node objects. Each node contains a function tag (which may be null), a node label and a set of children (which may be empty). The root node is then used to initialise a sentence object, which sorts its immediate children into clause, group and verbal group objects. As each class is initialised, it initialises a clause, verbal group, other group or lexis object with each of its children. The tree is thus recursively re-represented by more specific constituent objects, rather than generic node objects. Subtyping the nodes facilitates the changes to the structure that must be performed, since the structural changes are mostly specific to either verbal groups or clauses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constituency Conversion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "These changes are divided into a series of steps, each coded as a function. Each function contains a series of conditionals which identify the structure being targeted and how it should be altered. The most significant functions are described in more detail below. This is not an exhaustive list, however, as several trivial changes have been omitted. These include things like node relabelling and the addition of group nodes for conjunctions. There are many changes of this sort, some introduced by the specific mechanics of altering the tree. They are not generally interesting differences between the constituency representations of the Treebank's phrase-structure representation and systemic functional grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constituency Conversion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The most obvious difference between SFG constituency and the Treebank II annotation scheme is the flatter, 'minimal bracketing' style SFG uses. To convert a tree to SFG clause constituency, all complements and adjuncts must be raised by attaching them to the clause node; in the Treebank annotation they attach to the verb. Figure 2 illustrates the raising of clause constituents from the verb phrase.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 324, |
| "end": 332, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Raising verb phrase predicates", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "SFG represents the distinction between hypotaxis and parataxis with features, rather than tree struc- Figure 4 shows the tree after this has been performed. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 102, |
| "end": 110, |
| "text": "Figure 4", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Raising hypotactic clauses", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In the Treebank II annotation scheme, each auxiliary -and the main verb -is given its own node, dominated by the auxiliary before it. This structure needs to be flattened to match the SFG representation. If all of a verb phrase's lexical items have POS tags in the following list: VB, VBD, VBG, VBN, VBP, VBZ; and it only has one verb phrase child, then its lexis attaches to the verb phrase below it. The empty internal node will later be removed in ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Flattening auxiliaries", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "SFG distinguishes between clause complexes and verbal group complexes. The rules for parsing a tree as one or the other type of construction are quite simple.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Verbal group complexing", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "If a verb phrase has one verb phrase child, and dominates a lexis node that is not a finite, then it is treated as a verbal group complex. Additionally, if a verb phrase has a sentence child that is not a direct quotation, does not have the function tag PRN (parenthetical), and is not labelled SBAR (used for relative and subordinate clauses), it is treated as a verbal group complex. For example, SFG renders the tree in Figure 5 as a single clause, with the verbal group \"(continued) (to slide)\".", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 423, |
| "end": 431, |
| "text": "Figure 5", |
| "ref_id": "FIGREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Verbal group complexing", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Group and phrase complexing is actually represented a little inaccurately in the script. Ideally, a structural Complex node should be created, and all groups attached to it. This representation would mirror the way clause complexing is handled. Instead, group or phrase complexing is treated like rank-shifting, with the first group dominating the others. This concern is not crucial, however, since it does not affect the clause division or the annotation of function structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Verbal group complexing", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Ellipsis was the most difficult case to deal with, since it involves more than just relocating nodes in the tree. A new clause is created when a verb phrase is identified as part of a clause with an ellipsed subject. The verb phrase is moved to the new clause, along with all of its children, and any items identified as ellipsed are copied and attached. Lexis that is copied in this way must be renumbered, so that the clause sorts properly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ellipsis", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "When a verb phrase has two or more verb phrase children, each verb phrase child after the first is moved to a new clause. Figure 6 shows the structure of a sentence containing an ellipsed clause. The siblings of the dominant verb phrase (such as the subject), all lexis of the dominant verb phrase (such as the finite), and all children of the ellipsed verb phrase (such as the complement) are copied to the new clauses. In effect, the only items in the 'original' clause that are not in the 'ellipsis' clauses are children of the first verb phrase (such as the adverbial phrase).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 130, |
| "text": "Figure 6", |
| "ref_id": "FIGREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Ellipsis", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "It is not entirely clear that copying the words is the best solution. A trace -an empty group that simply references the original version -is possibly more convenient. The trace solution is more convenient when using the corpus as training data for a computational linguistics task, while copying the elements makes the corpus easier to use for linguistic research. The SFG literature is unhelpful for these kinds of decisions: it is concerned with content descriptions, not representation descriptions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ellipsis", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Lexical nodes that contain only punctuation or traces are pruned from the tree. Group nodes that contain no lexis are also pruned. This operation is performed recursively, from the bottom up, clearing away any branches that have no lexical leaves. Internal nodes that contain only one child are replaced by that child, truncating non-branching arcs of the tree.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pruning and truncating", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "The clearance of punctuation is a problem with the script as it currently stands, since clearly this information should not be lost.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pruning and truncating", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "Function structures must be added after the constituency conversion. The structures attach to clauses in the constituency tree, making separation into clauses essential before systems can be annotated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding Metafunctional Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Function structures fall into two categories: metafunctional roles, and systems. Metafunctional roles describe the interpersonal, textual or ideational function of a particular constituent, which is considered the role's realisation. Systems are instead disjunctions from which a term is selected if the entry condition is met. The names of metafunctional roles are generally capitalised in the literature, while system names are given in italics. We follow this convention to help make the distinction clearer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding Metafunctional Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As with the constituency conversion, function structures were added by hard-coded functions, implemented as a Python script. Four kinds of information are used for metafunctional analysis: The use of values from other systems makes the annotation procedure order dependent. They are usually used to determine whether a system's entry condition has been met. For instance, tense is not selected by non-finite clauses -so the function that discerns tense first checks the that requirement, and assigns null tense if the clause has no Finite. The subsections below give a brief linguistic description of the system being annotated, and then describe the way its selection is calculated. If the entry condition is not met, the selection is considered 'none'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding Metafunctional Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Class is an interpersonal system with the possible values 'major' and 'minor'. Major clauses are those with a verbal group. Minor clauses are equivalent to sentence fragments in other grammatical theories. An example from the Penn Treebank is the fragment \"Not this year.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Class", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "If a clause contains a verbal group, it is marked 'major clause'. If it has no verbal group, it is marked 'minor clause'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Class", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Finite is an interpersonal role. The Finite is the tense marker of a verbal group. It is either the first auxiliary, or it is included with the lexical verb as a morphological suffix. The Finite is a significant unit of the grammar, because the placement of it in relation to the Subject realises mood type, and its morphology realises tense selection and number agreement with the Subject.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "If a clause is minor class, or the first word of its verbal group has one of the following POS tags: TO, VBG, VBN; then it does not contain a Finite. Oth-erwise the first word of the verbal group receives the interpersonal role Finite.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Predicator is an interpersonal role. The Predicator is the lexical verb of a verbal group.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicator", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "If a clause is minor class, it does not contain a Predicator. Otherwise, the last word of the verbal group receives the interpersonal role Predicator. If a verbal group has only one word, that word will therefore receive two interpersonal roles (Finite and Predicator). This is the analysis recommended in the literature (Halliday, 1994) .", |
| "cite_spans": [ |
| { |
| "start": 321, |
| "end": 337, |
| "text": "(Halliday, 1994)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicator", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Status is an interpersonal system with the possible values 'free' and 'bound'. Status refers to whether a clause is 'independent' or 'dependant', to use the terms from traditional grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Status", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Minor clauses do not select from the status system, so receive the value 'none'. Major clauses that have no Finite, or were originally attached to another clause and were tagged SBAR, or are rankshifted, are considered bound. All other clauses are considered free.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Status", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Subject is an interpersonal role. The Subject of a verbal group is the nominal group whose number the verbal group must agree with.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Subject", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "Nominal groups realising Subject are generally tagged explicitly in Treebank II annotation. The exception to this is wh-subjects like 'who', 'what' or 'which'. If no nominal group has the function tag SBJ, and there is a wh-nominal group that was not attached to the verbal group, that nominal group is considered the Subject.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Subject", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "In clauses with an Initiator ('I made him paint the fence'), two nominal groups will usually have been marked subject ('I', 'him'). In these cases, the first occurring nominal group is considered the subject ('I').", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Subject", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "Mood type is an interpersonal system with the possible values 'declarative', 'interrogative' and 'imperative'. Mood type refers to whether a clause is congruently a question (interrogative), command (imperative) or statement (declarative).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mood type", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "Minor and bound clauses do not select from this system, and therefore receive the value 'none'. Free clauses with no subject are marked 'imperative'. Clauses with the node labels SQ or SBARQ are marked 'interrogative'. Other free clauses are marked 'declarative'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mood type", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "Tense is an interpersonal system whose value is some sequence of 'present', 'past', 'future', 'modal'. Tense refers to the temporal positioning of the process of a clause, with respect to the time of speaking. In English, it is a serial value, because sequences of tenses can be built ('have (present) been (past) going (present)').", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tense", |
| "sec_num": "4.7" |
| }, |
| { |
| "text": "Finite declarative and interrogative clauses receive one or more tense values. The function iterates through the words of the verbal group (or the first verbal group in a verbal group complex), and assigns these values based on the words' POS tags, and in special cases their text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tense", |
| "sec_num": "4.7" |
| }, |
| { |
| "text": "If a tag is either VBD or VBN, the value 'past' is appended to the tense list. If the tag is either VB, VBG, VBZ or VBP, the value 'present' is appended to the tense list. If the tag is MD, then the text is checked. If the word is \"'ll\", 'will' or 'shall', the value 'future' is appended to the tense list. The value 'modal' is appended to the tense list for lexical items tagged MD. When an MD tag is seen, the next word in the list is skipped, since it will be a bare infinitive that does not represent a tense selection. If the lexical items 'going' or 'about' are seen, the value 'future' is appended to the tense list, and the next two words are skipped, as they will be 'to' and an infinitive verb. This does not occur if 'going' is the last word of the verbal group, since in that case it is the process, not a tense marker.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tense", |
| "sec_num": "4.7" |
| }, |
| { |
| "text": "Passive clauses will have received an extra 'past' tense value, so when a clause is labelled passive, its last tense selection is removed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tense", |
| "sec_num": "4.7" |
| }, |
| { |
| "text": "Polarity is an interpersonal system with the possible values 'positive' and 'negative'. Polarity refers to whether the verbal group is directly negated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Polarity", |
| "sec_num": "4.8" |
| }, |
| { |
| "text": "Polarity is the simplest system to determine, since it only involves checking the verbal group for the word \"not\" (or \"n't\"). Looking at negation more generally would be far more difficult, since it is more of a semantic motif than specific grammatical system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Polarity", |
| "sec_num": "4.8" |
| }, |
| { |
| "text": "Adjunct, Complement and Vocative are interpersonal roles. Nominal groups can be either Vocatives, Adjuncts or Complements. Adjuncts represent circumstances of a clause -the where, why and when of its happening. Complements represent its non-Subject participants -the whom, to whom and for whom of its happening. Vocatives are nominal groups that name the person the clause is addressed to.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adjuncts, Complements, Vocatives", |
| "sec_num": "4.9" |
| }, |
| { |
| "text": "Adverbial groups, prepositional phrases and particles are always given the interpersonal function 'Adjunct'. Vocatives are explicitly marked in the Treebank, with the VOC tag. Nominal groups that realise an adverbial function are also explicitly tagged, with either TMP, DIR, LOC, MNR or PNR. Nominal groups with one of these tags receive the interpersonal role 'Adjunct'. All other non-Subject nominal groups receive the interpersonal role 'Complement'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adjuncts, Complements, Vocatives", |
| "sec_num": "4.9" |
| }, |
| { |
| "text": "Voice is a textual system with the possible values 'active', 'passive' and 'middle'. Voice refers to whether the Subject is also the 'doer' of the clause, or whether the participants have been switched so that the Subject is the 'done to'. Compare the active clause \"the dog bit the boy\" with the passive version \"the boy was bitten by the dog\". If clauses do not have a 'done to' constituent which might have been made Subject (i.e. a Complement), they are considered 'middle' ('the boy slept').", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Voice", |
| "sec_num": "4.10" |
| }, |
| { |
| "text": "Minor clauses do not select for voice, and therefore receive the value 'none'. Non-finite clauses are typed according to the POS tag of their Predicator. If the tag is VBG, voice is determined to be active; if the tag is VBN, voice is determined to be passive. Infinitive non-finite clauses receive the value 'none'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Voice", |
| "sec_num": "4.10" |
| }, |
| { |
| "text": "Finite clauses with a final tense other than 'past' are labelled active. If the final tense is 'past', and the penultimate word of the verbal group is a form of the verb 'be', the clause is labelled passive, and the tense sequence is corrected accordingly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Voice", |
| "sec_num": "4.10" |
| }, |
| { |
| "text": "Active clauses are then subtyped into true active and middle voices. Middle clauses are active clauses which have at least one complement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Voice", |
| "sec_num": "4.10" |
| }, |
| { |
| "text": "Theme and Rheme are textual roles. Theme refers to the order of information in a clause. The Theme/Rheme structure of a clause is often called Topic/Comment in other theories of grammar. The Theme is the departure point of information in a clause. The Rheme is the information not encompassed by the Theme.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theme/Rheme", |
| "sec_num": "4.11" |
| }, |
| { |
| "text": "The first Adjunct, Complement, Subject or Predicator that occurs is marked 'Topical Theme'. Any conjunctions that occur before it are marked 'Textual Theme', while any vocatives or finites that occur before it are marked 'Interpersonal Theme'. All other clause constituents are marked 'Rheme'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theme/Rheme", |
| "sec_num": "4.11" |
| }, |
| { |
| "text": "Accuracy was checked using 100 clauses that had not been sampled while the script was being developed or debugged. Each clause was checked for constituency accuracy to the group and phrase rank -i.e., clause division and clause constituency were checked. Each of the eleven function structures were also checked: clause class, status, mood, tense, polarity, Subject, Finite, voice, Topical Theme, Textual Themes, Interpersonal Themes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Accuracy", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Two errors were found, both on the same clause. The status selection of an indirect projected speech clause was marked 'free' instead of 'bound'. This occurred because the projected clause was topicalised (i.e., it occurred before the projecting clause), which is rare for indirect speech. To correct this, the script must consider the presence or absence of quotation marks, which may be complicated by the slightly inconsistent attachment of punctuation in the Penn Treebank (Bies, 1995) . Because the status of this clause was given as free, the clause incorrectly met the entry condition for the mood type system, causing the second errora mood type selection of 'declarative' instead of 'none'.", |
| "cite_spans": [ |
| { |
| "start": 477, |
| "end": 489, |
| "text": "(Bies, 1995)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Accuracy", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this somewhat small sample, 1198/1200 (99.83%) properties were correct, and 99% of clauses were annotated without any errors. The lack of plausible Adjunct subtyping may present problems for the accurate determination of Topical Theme in a more register varied sample, such as the Brown corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Accuracy", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Adjuncts should be subtyped into Modal Adjuncts (such as 'possibly'), Comment Adjuncts (such as 'unfortunately'), Conjunctive Adjuncts (such as 'however') and Experiential Adjuncts (such as 'quickly'). Only Experiential Adjuncts can be Topical Theme; if another kind of Adjunct occurs first it should be marked Interpersonal Theme (in the case of Modal and Comment Adjuncts), or Textual Theme (in the case of Conjunctive Adjuncts).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Accuracy", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The Wall Street Journal corpus, which was the only section of the Penn Treebank available for this research, contains very few Mood, Comment or Conjunctive Adjuncts, so the extent of this problem could not be properly measured.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Accuracy", |
| "sec_num": "5" |
| }, |
| { |
| "text": "This work is approximately ten years overdue, in the sense that that is how long the resources required to perform it have existed. The motivations for it are even older: corpus linguistics has been a pillar of systemic functional linguistic research since it began, and raw text corpora are inadequate for many of the questions systemic functional linguistics asks (Honnibal, 2004) . The first effort to convert the Penn Treebank to another representation was presented within months of the corpus's completion (Wang et al., 1994) . Since then, treebanks have been converted to several grammatical theories (cf. (Lin, 1998; Frank et al., 2003; Watkinson and Manandhar, 2001) ). It is unclear why SFG has been left behind for so long.", |
| "cite_spans": [ |
| { |
| "start": 366, |
| "end": 382, |
| "text": "(Honnibal, 2004)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 512, |
| "end": 531, |
| "text": "(Wang et al., 1994)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 613, |
| "end": 624, |
| "text": "(Lin, 1998;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 625, |
| "end": 644, |
| "text": "Frank et al., 2003;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 645, |
| "end": 675, |
| "text": "Watkinson and Manandhar, 2001)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "A corpus of over two million words of SFG constituency analysed text, annotated with the most important clause rank interpersonal and textual systems and functions, is now available. This is an important resource for linguistic research, the development of SFG parsers, and research into applying systemic linguistics to language technology problems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "I would like to thank Jon Patrick for his useful feedback on this paper. I also owe thanks to the many people who have helped me on my honours thesis, from which this paper is mostly drawn. Christian Matthiessen and Canzhong Wu have both been wonderful supervisors. Paul Nugent helped with the graphics used in this paper and my thesis, and proof-read with invaluable diligence. James Salter has shown remarkable patience over the last year and half while teaching me to program. Finally, the language technology research group at Sydney Uni have all contributed sound advice and interesting discussions on my work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Bracketing guidelines for Treebank II style", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Bies", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Bies. 1995. Bracketing guidelines for Treebank II style. Penn Treebank Project.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Identifying interpersonal distance using systemic features", |
| "authors": [ |
| { |
| "first": "Maria", |
| "middle": [], |
| "last": "Herke Couchman", |
| "suffix": "" |
| }, |
| { |
| "first": "Casey", |
| "middle": [], |
| "last": "Whitelaw", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the first", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maria Herke Couchman and Casey Whitelaw. 2003. Identifying interpersonal distance using systemic features. In Proceedings of the first", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "From Treebank Resources To LFG F-Structures -Automatic F-Structure Annotation of Treebank Trees and CFGs extracted from Treebanks", |
| "authors": [ |
| { |
| "first": "Anette", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| }, |
| { |
| "first": "Louisa", |
| "middle": [], |
| "last": "Sadler", |
| "suffix": "" |
| }, |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Van Genabith", |
| "suffix": "" |
| }, |
| { |
| "first": "Andy", |
| "middle": [], |
| "last": "Way", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anette Frank, Louisa Sadler, Josef van Genabith, and Andy Way, 2003. From Treebank Resources To LFG F-Structures -Automatic F-Structure An- notation of Treebank Trees and CFGs extracted from Treebanks. Kluwer, Dordrecht.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The concept of rank: a reply", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "K" |
| ], |
| "last": "Michael", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Halliday", |
| "suffix": "" |
| } |
| ], |
| "year": 1966, |
| "venue": "Journal of Linguistics", |
| "volume": "2", |
| "issue": "1", |
| "pages": "110--118", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael A. K. Halliday. 1966. The concept of rank: a reply. Journal of Linguistics, 2(1):110-118.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Options and functions in the english clause", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Halliday", |
| "suffix": "" |
| } |
| ], |
| "year": 1969, |
| "venue": "Brno Studies in English", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Halliday. 1969. Options and functions in the english clause. Brno Studies in English.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "System and Function in Language", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Halliday", |
| "suffix": "" |
| } |
| ], |
| "year": 1976, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Halliday. 1976. System and Function in Language. Oxford University Press, Oxford.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Introduction to Functional Grammar", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Halliday", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Halliday. 1994. Introduction to Functional Grammar 2nd ed. Arnold, London.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The grammarian's dream: lexis as most delicate grammar", |
| "authors": [ |
| { |
| "first": "Ruqaiya", |
| "middle": [], |
| "last": "Hasan", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "New developments in systemic linguistics: theory and description", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ruqaiya Hasan. 1987. The grammarian's dream: lexis as most delicate grammar. In Halliday and Fawcett, editors, New developments in systemic linguistics: theory and description. Pinter, Lon- don.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Design, creation and use of a systemic functional grammar annotated corpus", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Honnibal", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Honnibal. 2004. Design, creation and use of a systemic functional grammar annotated cor- pus. Macquarie University.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A dependency-based method for evaluating broad-coverage parsers", |
| "authors": [ |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Natural Language Engineering", |
| "volume": "4", |
| "issue": "2", |
| "pages": "97--114", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dekang Lin. 1998. A dependency-based method for evaluating broad-coverage parsers. Natural Language Engineering, 4(2):97-114.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The Penn Treebank: Annotating predicate argument structure", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcinkiewicz", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mac-Intyre", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Bies", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ferguson", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Katz", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Schasberger", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 1994 Human Language Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Marcus, G. Kim, M. Marcinkiewicz, R. Mac- Intyre, A. Bies, M. Ferguson, K. Katz, and B. Schasberger. 1994. The Penn Treebank: An- notating predicate argument structure. In Pro- ceedings of the 1994 Human Language Technol- ogy Workshop.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Text generation and systemicfunctional linguistics: experiences from English and Japanese", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "I M" |
| ], |
| "last": "Christian", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [ |
| "A" |
| ], |
| "last": "Matthiessen", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christian M. I. M. Matthiessen and John A. Bate- man. 1991. \"Text generation and systemic- functional linguistics: experiences from English and Japanese\". \"Frances Pinter Publishers and St. Martin's Press\", \"London and New York\".", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Lexicogrammatical Cartography. International Language Sciences Publishers", |
| "authors": [ |
| { |
| "first": "Christian", |
| "middle": [], |
| "last": "Matthiessen", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christian Matthiessen. 1995. Lexicogrammatical Cartography. International Language Sciences Publishers, Tokyo, Taipei and Dallas.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Towards the computational inference and application of a functional grammar", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Munro", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert Munro. 2003. Towards the computational inference and application of a functional gram- mar. Sydney University.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "An automatic treebank conversion algorithm for corpus sharing", |
| "authors": [ |
| { |
| "first": "Jong-Nae", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jing-Shin", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Keh-Yih", |
| "middle": [], |
| "last": "Su", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "248--254", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jong-Nae Wang, Jing-Shin Chang, and Keh-Yih Su. 1994. An automatic treebank conversion algo- rithm for corpus sharing. In Meeting of the As- sociation for Computational Linguistics, pages 248-254.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Proceedings of the workshop on evaluation methodologies for language and dialogue systems", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Watkinson", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Manandhar", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Watkinson and S. Manandhar. 2001. In Proceed- ings of the workshop on evaluation methodolo- gies for language and dialogue systems.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "A simple mood system, '(indicative or interrogative) or imperative'", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF2": { |
| "text": "Figure 2: Raising of NP and PP nodes dominated by a VP", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF3": { |
| "text": "A clause dominating another ture. All non-nominalised, non-embedded clauses are therefore siblings dominated by the root clause complex.Figure 3shows the Treebank representation, with a hypotactic clause as a child of a VP. Hypotactic clauses are raised to be siblings of the nearest clause node above them.", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF4": { |
| "text": "Equally ranked clauses", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF5": { |
| "text": "funds continued to slide", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF6": { |
| "text": "Treebank representation of a sentence that contains a verbal group complex the generic 'flattening' stage.", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF7": { |
| "text": "Treebank representation of an ellipsed clause, with verb phrases named 3. The value of other systems 4. The order of constituents in the SFG representation", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| } |
| } |
| } |
| } |