<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">FROM NATURAL LANGUAGE REQUIREMENTS TO A CONCEPTUAL MODEL</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Christian</forename><surname>Kop</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Alpen-Adria Universität Klagenfurt Applied Informatics/Application Engineering</orgName>
								<address>
									<addrLine>Universitätsstasse 65 -67</addrLine>
									<postCode>9020</postCode>
									<settlement>Klagenfurt</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Günther</forename><surname>Fliedl</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Alpen-Adria Universität Klagenfurt Applied Informatics/Application Engineering</orgName>
								<address>
									<addrLine>Universitätsstasse 65 -67</addrLine>
									<postCode>9020</postCode>
									<settlement>Klagenfurt</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Heinrich</forename><forename type="middle">C</forename><surname>Mayr</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Alpen-Adria Universität Klagenfurt Applied Informatics/Application Engineering</orgName>
								<address>
									<addrLine>Universitätsstasse 65 -67</addrLine>
									<postCode>9020</postCode>
									<settlement>Klagenfurt</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">FROM NATURAL LANGUAGE REQUIREMENTS TO A CONCEPTUAL MODEL</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">5ABFB12D8BE07F52B352D3B9A057C31E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:33+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>natural language processing</term>
					<term>interlingua</term>
					<term>conceptual modeling</term>
					<term>defect detection</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In literature it is described in great detail how class diagrams and ER diagrams or UML class diagrams are derived from natural language sentences. It is normally assumed, that there is a direct correspondence between natural language elements (e.g., words) and conceptual model elements. We do not strictly follow this assumption because of the complexity of natural language with its ambiguities and ellipsis. Hence in this paper a stepwise generation of a conceptual model out of natural language requirements sentences is proposed. According to the ideas of MDA we assume that automatic transformation steps from the source model (in our case natural language) to the target conceptual model (e.g., UML class diagram) make sense. In addition to that we suggest that the designer should play an important part during transformation. It is furthermore proposed to introduce an interlingua which helps to detect defects and provides traceability between sentences and the model elements.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION</head><p>In most cases the requirements are presented on two levels: the level of end user needs and the level of developers or requirements engineers models. End user requirements usually are expressed via natural language; requirements handled by engineers are usually expressed through formal, conceptual models. In many cases this diverging way of representing knowledge is the main reason for misunderstandings between users and engineers concerning initial requirements. The discrepancy disables the possibility of validating requirements, which is an important step in the process of requirements engineering.</p><p>To handle such problems we proposed an intermediate level for requirements representation, an interlingua connecting the natural language level of the end user and conceptual model level produced by engineers.</p><p>The approach provides instruments for the representation of intermediate results and the traceability between intermediate results and the original sentences. It supports automated mapping from natural language requirements to interlingua specifications and automated mapping from the interlingua representation to the conceptual models.</p><p>The linguistic processing step focuses on the transfer of written textual requirements to an interlingua, the so called Pre-design Model. The "Klagenfurt Conceptual Pre-design Model (KCPM)" <ref type="bibr" target="#b6">[6]</ref> provides a glossary and a graphical representation and it is used as a basis for the mapping to the conceptual model (e.g., UML). We propose that the basic notions introduced in this interlingua should correspond to hypothetical basic linguistic categories like nouns, verbs, etc. Thus, the goal of the whole process which is called NIBA ("Natürlichsprachliche Informationsbedarfsanalyse") is to automate the process of producing pre-design models by extracting their entries from the end-user's natural language requirements statements.</p><p>To enhance the mapping process a specific framework for annotating natural language descriptions on different layers was developed.</p><p>The paper is structured as follows. In the next section the related work is described. The linguistic processing step is introduced in Section 3. Section 4 explains the interpretation step. Section 5 focuses on the interlingua and their possibilities. Section 6 gives an overview of the mapping to the conceptual model. The paper is summarized in Section 7.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">RELATED WORK</head><p>The interpretation of natural language has a long tradition. In earlier approaches heuristics were proposed. Some of these approaches were described in <ref type="bibr" target="#b3">[3]</ref> [1] [8] <ref type="bibr" target="#b8">[7]</ref>. Chen presented 11 rules to generate conceptual model elements (entity types and relationship types) from structured sentence. Excerpts of these rules can be found in the next listing <ref type="bibr" target="#b3">[3]</ref>.  (Rule 7) If the sentence has the form "The X of Y is Z" and if Z is not a proper noun, we may treat X as an attribute of Y.</p><p>Abbot <ref type="bibr" target="#b1">[1]</ref> used heuristics for the generation of program specifications. Parsing techniques were introduced in <ref type="bibr" target="#b2">[2]</ref> and <ref type="bibr" target="#b12">[11]</ref>. NL-OOPS <ref type="bibr" target="#b15">[14]</ref> uses the LOLITA <ref type="bibr" target="#b16">[15]</ref> natural language processing toolkit with an internal knowledge base to generate first cut conceptual models. Meanwhile tagging and chunking is the state of the art for the linguistic step. In <ref type="bibr" target="#b14">[13]</ref> an approach is described which uses part of speech tagging and morphological analysis for the generation of conceptual model element candidates. Additionally an ontology (world model) was used to refine the candidates for the project specific conceptual model (discourse model).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">LINGUISTIC PROCESSING</head><p>The system solves the task of Natural Language Processing of English requirements texts by producing chunked and semantically annotated text, which is made ready for the KCPM modeling notions extraction in the interpretation stage of the project. In a first stage it accepts the tagged sentences which are produced by QTag <ref type="bibr" target="#b17">[16]</ref>. This output is refined and certain structures are chunked together. Figure <ref type="figure">1</ref> in the appendix shows such a chunk tree representing the syntactic structure including phrasal, feature inheriting nodes.</p><p>This chunking output was processed by a modular system of linguistic subsystems including the following functions:</p><p> The identification of compound nouns. We suppose that unclear compound boundaries are very often motivated through ambiguity of complex terms, e.g., the implicit structure of compounds or other groups of words.</p><p> The extraction and generation of inflectional word forms.</p><p> Extraction of derivational morphological information.</p><p> The identification of multi-words units and idiomatic expression identification. This is made possible by dynamically extending linguistic knowledge inside the lexicon component.</p><p> Verb subclass identification. The filtered verb classes are based on the NTMS-system ("Natürlichkeitstheoretische Morphosyntax") <ref type="bibr" target="#b4">[4]</ref> included in the NIBA framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">INTERPRETATION</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">General guidelines for interpretation</head><p>Following the different approaches mentioned in the related work section, the following can be learned for the interpretation of natural language sentences:  Common (individual) nouns are candidates for classes and attributes.</p><p> An adjective and a noun together are candidates for specialized classes.</p><p> Proper nouns are candidates for instance labels.  A transitive verb is a candidate for a relationship type.</p><p> The nouns related to the verbs are the involved classes of the relationship type.</p><p> Also prepositions can be candidates for relationship types.</p><p>In other words, given a source language (e.g., natural language) and a "meta model" (i.e., the grammar description of the sentence) as well as a target language (e.g., a conceptual model and its meta model), certain instances of the source language can be mapped to instances of the target language. This is achieved by defining equivalences between syntactic structures of the source model and syntactic structures of the target model. These general rules must be adopted for the certain situation (i.e., the annotated natural language). In our case the NTMS was used for annotating the natural language sentences with syntactic grammar information. Since the NTMS defines N0 as a noun and N3 as a noun phrase, a class can be derived from a noun (N0) or noun phrase (N3) respectively. If we find a verb (V0) together with two noun phrases then a relationship can be derived from such a pattern. Figure <ref type="figure">1</ref> in the appendix shows such an example.</p><p>Although these and other heuristics are commonly used they cannot really support the interpretation. The next section will explain some difficulties of interpretation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Problems of Interpretation</head><p>The problems of interpretation arise since the same syntactic structure of a phrase can be interpreted differently. A typical example of this problem is that the combination of an adjective and a noun can be seen as a specialization of that noun. It is also possible that the adjective together with the noun is the needed concept. Another problem: It is not always possible to distinguish between a class and an attribute just by analyzing one single sentence. In literature <ref type="bibr" target="#b12">[11]</ref> the subject-predicate-object structure with the predicate "has" (e.g., X has Y) is interpreted as follows. The subject X is a class and the object Y is an attribute. However in <ref type="bibr" target="#b10">[9]</ref> it was shown that the verb "has" is very ambiguous.</p><p>Since mainly syntactic structures are analyzed and mapped to elements of the conceptual model there is no guarantee that all the extracted elements are relevant for the target model. There is no guarantee that the model assembled only with the extracted elements will be complete or consistent. Even worse if an arbitrary text is taken for analyzing and interpretation there is no guarantee that the intention of the customer fits with the intentions of the designer.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Solution</head><p>As one possible solution it is necessary to give the designer the freedom to select those extracted model elements which seem to be necessary for the target model. Furthermore it is necessary to introduce an interlingua. This interlingua presents the designer the result of the extraction process and the designer can maintain and refine the results. Hence the model presented in the interlingua does not represent the final result or final conceptual model. It represents a intermediate result that must be discussed, refined and improved. A tool was implemented with which the designer can select necessary model elements and manage the elements in the model of the interlingua. This also includes a tool feature for the mapping from the interlingua to the conceptual model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">INTERLINGUA</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Overview</head><p>According to the underlying paradigm of how a stakeholder perceives the "world", two types of conceptual modeling approaches can be distinguished:</p><p> Entity type and object oriented approaches.  Fact oriented approaches.</p><p>In the first paradigm the "world" is seen as a world of objects which have properties. Therefore a clear distinction is made between object and object types respectively and their properties. Representatives of this paradigm are the classical ER approach and UML. Fact oriented approaches on the other hand see the "world" as a world of facts. Facts describe objects and their roles within a relationship. No distinction is made between objects and their properties. Every concept is treated equally in a first step. Representatives of this kind of paradigm are NIAM <ref type="bibr" target="#b8">[7]</ref> and its successor ORM <ref type="bibr" target="#b5">[5]</ref>. Both approaches have pros and cons. Object oriented approaches look very compact. In a typical object oriented class diagram attributes are embedded in the class representation. No additional connections between classes and attributes are necessary which would expand the diagram. On the other hand, many revisions must be made if such a diagram is used too early in the design phase. Due to information that is collected, classes might become attributes and attributes might become classes. According to <ref type="bibr" target="#b5">[5]</ref> this is a reason why fact oriented approaches are better suited to be used as an interlingua.</p><p>Since the interlingua is placed before the conceptual model during an early phase of design the fact oriented paradigm was preferred. Nevertheless there must also be the necessity to provide an easy transformation from the interlingua to a conceptual model like UML since it is actually the standard for conceptual modeling. Hence the interlingua for conceptual modeling of structural aspects of an information system consists of the following basic notions:</p><p> Thing type: Any notion which is important in a certain universe of discourse is treated as a thing type. Since attributes are not defined also notions like person name, course id etc. are seen as thing types.</p><p> Connection type: Connection types relate thing types to each other. Special connection types like generalization or aggregation can be defined.</p><p>The aim of the interlingua is also to be a support for all kinds of stakeholders (designers and end users). Therefore a graphical and glossary based representation was used for the collection of requirements (see Figure <ref type="figure">3</ref> in the appendix for the graphical representation -the glossary representation is hidden).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Defect detection support</head><p>Beside the purpose to provide a communication platform between stakeholders, the interlingua can also support the detection of structural inconsistencies and incompleteness. The simplest one can be detected if the designer takes a look at the cardinality definitions of the connection types. As it can be easily seen, all of these cardinality descriptions have a "?..?". This means that cardinalities could not be extracted from the textual description. Another possibility is to count the number of connection types of a thing type. This is described in detail in <ref type="bibr" target="#b13">[12]</ref>. With this strategy, centered thing types can be detected (see Figure <ref type="figure">4</ref> in the appendix). The more connection types a thing type has, the more centered or important it is. Such centered thing types appear with a bigger rectangular and in another color (e.g., green) than other thing types which seem to be less important. However, this must not necessarily reflect the end users intention. Therefore this strategy is used to confront the end user with the result and to discuss the result with him. For instance if the end user wonders why certain thing types like course and professor are not so important (they appear in white color and the rectangular is not so big as the rectangular for assistant or employee) then this can be the hint for a defect in the original specification.</p><p>If a mapping preview is made, then orphan classes <ref type="bibr" target="#b11">[10]</ref> can be detected. The Figure <ref type="figure">5</ref> shows such a case for the university example. In this case thing types like university, faculty, department, assistant, employee, professor, budget, ut8 and ut3 were detected to be class candidates. All the thing types which appear in white color are currently candidates for attributes. Once again this is not the final result but a starting point for communication, discussion and refinement. As can be seen in Figure <ref type="figure">5</ref>, professor, budget, faculty and university do not have any related attributes. Hence the mapping preview gives also hints for defects.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Traceability</head><p>Sentences from which thing types and connection types can be extracted are also stored as "Sources" in the interlingua model. If a thing type was extracted from the sentence, then a relation between the thing type and the sentence exists. The same holds for connection types.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">MAPPING TO THE CONCEPTUAL MODEL</head><p>In order to guarantee the mapping to a conceptual model rules are applied. These rules can be classified into  Laws vs. proposals.  Direct vs. indirect rules.</p><p>Laws are much stricter than proposals. If a mapping rule is a law than a mapping to a certain target concept (e.g., class) cannot be ignored otherwise the syntax of the conceptual target model will be incorrect. Proposals on the other hand only give hints. The syntax of the target model will not be wrong if these hints are ignored. An indirect rule not only uses the semantic relationship to decide about the mapping but also information about previous mappings. For example, if a concept X is already mapped to an attribute and a concept Y is related to that attribute X then an indirect rule for Y detects a mapping possibility (Y will become a class). This mapping approach also applies meta-rules to resolve conflicting situations between the rules. An example of a meta rule is: "Laws overrule proposals".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">CONCLUSION AND FUTURE WORK</head><p>In this paper an overview of a mapping process from natural language descriptions to a conceptual model was given. It was also described that such a process is not straight forward. Instead the designer must handle problems. As one possible solution the interlingua (KCPM) was introduced. This model gives the designer an overview of the output of natural language processing and provides him with some help to improve it. Without generating the UML target model, he is able to revise it. Different presentation techniques (e.g., graphical view and glossary view) make it possible to communicate with the end user.</p><p>In future, it is planned to find more possibilities to detect defects. These defect detection strategies should then be applied on the notions which were extracted from English or from German requirements sentences.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>(Rule 1) A common noun in English corresponds to an entity type.  (Rule 2) A transitive verb in English corresponds to a relationship type in an ER diagram.  (Rule 3) An adjective in English corresponds to an attribute of an entity in an ER diagram.  (Rule 4) An adverb in English corresponds to an attribute of a relationship in an ER diagram.  (Rule 5) If the sentence has the form: "There are … X in Y" then we can convert it into the equivalent form "Y has … X ".</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="5,70.90,434.75,463.60,303.35" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="6,86.15,267.00,423.00,327.95" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,94.20,70.90,407.05,313.80" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,80.50,419.75,434.30,290.30" type="bitmap" /></figure>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Program Design by Informal English Descriptions</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Abbot</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communication of the ACM</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Applying a Natural Language Dialogue Tool for Designing Databases</title>
		<author>
			<persName><forename type="first">E</forename><surname>Buchholz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Cyriaks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Düsterhöft</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mehlan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Thalheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Workshop on Applications of Natural Language to Databases (NLDB&apos;95)</title>
				<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="119" to="133" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">English Sentence Structure and Entity Relationship Diagrams</title>
		<author>
			<persName><forename type="first">P</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information Siences</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="127" to="149" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Natürlichkeitstheoretische Morphosyntax -Aspekte der Theorie und Implementierung</title>
		<author>
			<persName><forename type="first">G</forename><surname>Fliedl</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<publisher>Gunter Narr Verlag</publisher>
			<pubPlace>Tübingen</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">UML Data Models from an ORM Perspective Part 1</title>
		<author>
			<persName><forename type="first">T</forename><surname>Halpin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Conceptual Modeling</title>
		<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A User Centered Approach to Requirements Modeling</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">C</forename><surname>Mayr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ch</forename><surname>Kop</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings</title>
				<meeting>null</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title/>
		<author>
			<persName><surname>Modelierung</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Informatics LNI</title>
		<imprint>
			<biblScope unit="page" from="75" to="86" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
	<note>GI-Edition</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Conceptual Schema and Relational Database Design -A fact oriented approach</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Nijssen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Halpin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1989">1989</date>
			<publisher>Prentice Hall Publishing Company</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Software Development from Natural Language Specification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Saeki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Horai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Enomoto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th International Conference on Software Engineering</title>
				<meeting>the 11th International Conference on Software Engineering</meeting>
		<imprint>
			<date type="published" when="1989">1989</date>
			<biblScope unit="page" from="64" to="73" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Understanding Semantic Relationships</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">C</forename><surname>Storey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB Journal</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="455" to="488" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">An Expert System for Conceptual Data Modeling</title>
		<author>
			<persName><forename type="first">B</forename><surname>Tauzovich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Conference on Entity Relationship Approach</title>
				<meeting>the 8th International Conference on Entity Relationship Approach</meeting>
		<imprint>
			<publisher>North Holland Publ. Company</publisher>
			<date type="published" when="1989">1989</date>
			<biblScope unit="page" from="205" to="220" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Transformation of Requirement Specification Expressed in Natural Language into an EER Model</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Tjoa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Berger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th International Conference on Entity Realtionship Approach</title>
				<meeting>the 12th International Conference on Entity Realtionship Approach<address><addrLine>New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="1993">1993</date>
			<biblScope unit="page" from="127" to="149" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Visualizing Concetual Schemas with their Sources and Progress</title>
		<author>
			<persName><surname>Ch</surname></persName>
		</author>
		<author>
			<persName><surname>Kop</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Advances in Software</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="245" to="258" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">CM-Builder: An Automated NL-based Case Tool</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M</forename><surname>Harmain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gaizauskas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">15th IEEE International Confernce on Automated Software Engineering (ASE&apos;00)</title>
				<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="45" to="54" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Improving the Quality of Conceptual Models with NLP Tools: An Experiment</title>
		<author>
			<persName><forename type="first">L</forename><surname>Mich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Zeni</surname></persName>
		</author>
		<idno>DIT-02-0047</idno>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
		<respStmt>
			<orgName>Dept. of Information and Communication Technology, Univ. of Trento</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The LOLITA System as a Contents Scanning Tool</title>
		<author>
			<persName><forename type="first">R</forename><surname>Garigliano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Morgan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Smith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th International Conference Artificial Intelligence, Expert Systems, and Natural Language Processing</title>
				<meeting>the 13th International Conference Artificial Intelligence, Expert Systems, and Natural Language Processing</meeting>
		<imprint>
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Tagging Romanian Texts: a Case Study for QTAG, a Language Independent Probabilistic Tagger</title>
		<author>
			<persName><forename type="first">D</forename><surname>Tufis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Mason</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Conference on Language Resources &amp; Evaluation (LREC)</title>
				<meeting>the First International Conference on Language Resources &amp; Evaluation (LREC)<address><addrLine>Granada (Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="589" to="596" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
