SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010
                                                                1793-8163



               Markov Logics Based Automated Business
                       Requirements Analysis
                                                       Imran S. Bajwa, Member IACSIT


                                                                             processes and functions at the multiple dimensions and
  Abstract — Automated Software engineering has been an                      levels of details and document software assets [3]. On the
area of interest for NLP scientists for last many decades.                   other hand, the invasion of CASE (Component Added
Various scientists have investigated applicability of the natural            Software Engineering) tools to support computer added
language based interfacing for business/software requirement
                                                                             object oriented analysis and design. CASE tools i.e. Rational
analysis. Some of them are using rule based approach and
some of them have used neural networks and case based                        Rose, Smart Draw, Visual UML, GD Pro, MS Visio, etc
reasoning, etc. These techniques provide results up to 70 – 80%.             provide services to draw UML diagrams but these tools have
The key objective of this research paper is to investigate the               following shortcomings [4]:
use of recently introduced approach of Markov Logics by
Pedro Domingos and have a comparison of the output of this                   •   Lack of consistency in documents created by object
approach with other already employed approaches in the                           oriented CASE tools.
recent past. Results of analyzing the natural language text
using Markov Logic has been presented in the next paper.                     •   Deficient CASE tools make available a limited range of
                                                                                 utilities that are used for applicability of UML standards.
  Index Terms — Requirement Specifications, Information
Extraction, Business Requirement Analysis, Information Reuse,                •   Tedious nature of user interface of CASE tools stipulate
Text Processing                                                                  extended efforts from the software analyst.

                                                                                Various scientists have investigated applicability of the
                     I. INTRODUCTION                                         natural language based interfacing for business/software
   Analysis of system requirements is a major phase of                       requirement analysis. They have used neural networks, rule
system engineering. In this phase of requirement analysis,                   based approach, case based reasoning, etc. These techniques
major focus is typically to discover the key requirement                     provide results up to 70 – 80% [5]. The key objective of this
issues initially and then analyze them individually.                         research paper is to investigate the use of recently
Appropriate definition of these requirements and their                       introduced approach of Markov Logics by Pedro Domingos
requisite documentation is the premier concern of this phase.                and have a comparison of the output of this approach with
Attuned description of the requirements ultimately holds up                  other already employed approaches in the recent past.
in clear and precise definition of the scope of the targeted                 According to P. Domingos, Markov Logic is an extension of
project. Ultimately this process ends up with the literal                    First Order Logic (FOL). FOL proposes use of variables,
estimation of the constraints i.e. time, budget, and resources               constants, functions and predicates [6]. Using FOL,
needed to complete the project. The precise definition of                    knowledge is typically represented by junctions, disjunction
requirements at the early stage facilitates in creating the                  and negations of these variables, constants and predicates. In
exactly matching project or product according to the                         FOL, the predicates and some time functions are major
business needs [1]. Recently, the object oriented                            constituents for knowledge representation. By definition,
representation of the business processes and functions was                   FOL is in censorious to manage more than one dimensions
proved to be a major trend in the modern business and                        of the knowledge. Typically, the basic constituents of
software design skews. This trend has also pretentiously                     natural languages i.e. phrases, axioms, idioms, etc portray
affected the exercise of existing tools and techniques in the                more than one meaning. Using Markov Logic, an additional
software engineering methodologies and led up to launch                      ally of weights with predicates was added in FOL to cover
the new tools and techniques of software requirement                         this conspicuous short fall []. This noteworthy addition to
modeling [2].                                                                FOL converted this handicap approach to more than
   Unified Modeling Language (UML) is the major tool for                     functional for knowledge representation of natural
object oriented design of software requirement analysis and                  languages.
modeling. UML supports visual representation of business                        The division of this document is that the methods of
                                                                             analyzing the natural language text using Markov Logic has
                                                                             been presented in the next section. Then a methodology has
   This research work was conducted in the department of Computer            been presented to generate the software modeling and
Science & IT, The Islamia University of Bahawalpur and supported in part
by the Higher Education Commission, Pakistan. This paper is the
                                                                             analysis documents. Then implementation details have been
continuation of the series of publications under the research project of     provided with the analysis of the performed experiments.
Natural Language Processing based Software Designing by the Information      Next to experiments, results and analysis section has been
Processing Research Group (IPRG).                                            presented with the comparison of Markov Logics and its
   I. S. B. Author is Assistant Professor in the Department of Computer
Science & IT, The Islamia University of Bahawalpur. He is regular member     pros and cons. Section of related work/ literature review has
IACSIT. (phone: +92 (062)9255466; e-mail: imran.sarwar@iub.edu.pk)
                                                                           481
International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010
                                                             1793-8163

been given at the end to depict overview of the previously          mechanism for confining objects from NL text. Borstler and
presented theories and designed systems for NL text based           Overmyer presented another NL based system to generate
OO analysis and modeling.                                           class diagrams from user requirements given in NL text [17],
                                                                    [18]. MOVA [19] is another tool that models, measures and
                                                                    validates the UML class diagrams.
              II. MATERIALS AND METHODS
                                                                       B. Markov Logic Based Text Processing
  A. Literature Review                                                This section contains the description of the working of the
   In this section a brief history and survey of research work      presented algorithm that is based on Markov Logic approach.
conducted in the area of natural language processing. Later         Markov Logic works on following key issues:
in this section, the tools and approaches used for providing           • A logical knowledge base is a set of hard constraints
automated tools for software and business requirement                       on the set of possible interpretations.
analysis and modeling have been presented.                             • Convert them to soft constraints as when a predicate
   Information extraction and processing have been a key                    or a formula is violated, it becomes less probable not
issue of research in last few decades. This research area                   impossible.
primarily lies in the area of natural language processing.             • Violation of a formula in knowledge base never
Two decades ago, R. J. Abbot suggested that the state of a                  means of denial of all possible meanings.
class or an object can be identified by nouns and the                  • In place of refuting a possibility of any formula at all,
                                                                            it should be given a percentage or a weight. Here
behaviour or functionality of a class or object can be                      acceptance does not mean 100% approval and denial
identified by verbs [8] in a sentence. Afterwards, H.                       doesn’t mean 100% rejection.
Buchholz proposed that nouns not only specify classes and
objects but also properties [9] of an object or a class. Later         Higher weight → Stronger impact of the constraint
on, S. Naduri proposed that ‘associations’ in different
                                                                       Lesser weight → Weaker impact of the constraint
objects can be pointed out by verbs [10]. Further detailed
categorization of associations was done by N. Juristo into             All above mentioned points are used to write algorithm to
binary association, identification association, n-ary               analyze NL text and then extract various OO modeling
association, etc [11]. Hector also presented a semi-natural         elements. The major steps of the Markov Logic based Text
language (4WL) [12] in 2002 to automatically generate               Processing are as following.
object models from natural language text with a prototype              The linguistic analysis procedure is initiated with getting
tool GOOAL. K. Li also presented hi his work to solve               input string and string is tokenized into symbols or tokens.
problems related to NL that can be addressed in OOA [13].           Afterwards, tokens of the given text go through POS
Nan Zhou also proposed another conceptual modeling                  Tagging to identify different parts of speech. This phase is
system based on linguistic patterns [14]. All these methods         called morphological analysis. An example of POS tagged
and approaches are not automatic as they involve system             sentence is given below. Following figure shows the
analyst to take many decisions during OO analysis and               procedure of POS tagging applied on a piece of text. The
modeling. On the other hand, these methods were just                processing of the Markov logic based algorithm is shown
dealing with only basic OO concepts.                                graphically in the figure 1.0.
   For last few years concept of NL based software analysis
and design is getting stronger. Different researchers                                 Text Document Containing Requirements
proposed primary level of frameworks and systems i.e.
OOAL [12], UML-Rebuilder [15], LOLITA [16], CM-
Builder [17], MOVA [19] etc. No one from these tools is
                                                                                        Markov Logic Based NLP Rules for
able to extract the complete information i.e. classes, objects                                   POS Tagging
and their respective, attributes, methods and associations.
Some tools just extract names of classes and some of them
just deal with objects. A. Oliveira used natural language
constituents for OO data modeling and presented a CASE
                                                                            ATM machine         reads          the         ATM card
tool named REBUILDER UML [14]. This tool integrates a
module for translation of natural language text into an UML
class diagram.
   This module uses an approach based on Case-Based                      ATM machine [NOUN] reads [VERB] the [ARTICLE] ATM card [NOUN].
Reasoning and Natural Language Processing. But, this case
tool needs continuous up gradation of case-base and only                         Fig 1.0- Applying Parts of Speech Tagging on Text
deals with class diagrams. LOLITA [15] is another tool to
generate an object model from NL text. LOLITA only                     Furthermore, the POS tagged text is lexically analyzed
identifies objects from NL text but it cannot distinguish           with the help of a parse tree. Syntactic Analysis carried out
between classes, attributes and their respective attributes.        to validate phrases and sentence according to grammatical
There was another significant contribution by Harmain and           rules defined by the English language. This step also helps
Gaizauskas as they presented another NL based CASE tool             in identifying the main parts of a sentence; object, subject,
named CM-Builder [16]. This CASE tool was restricted to             actions, attributes, etc.
create a primary class model. There was no appropriate
                                                                482
International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010
                                                              1793-8163

                                                                          Functional requirements are represented using Use Case
                                                                          diagrams. If functional diagrams are represented
                                                                          through scenarios then sequence diagrams can also be
                                                                          used for representation.
                                                                        • Operational Requirements – These requirements
        ATM machine             reads           the ATM card.             specify the desired capabilities of a system. Operational
                                                                          feasibility and effectiveness of the desired system is
                                                                          highlighted using operational requirements and they are
                                                                          best captured in activity diagrams.

    ATM machine [SUBJECT] reads [VERB] the ATM card [OBJECT].           • Technical Requirements – These define the technical
                                                                          issues that must be considered to successfully
                                                                          implement the process or create the product. Context
           Fig 2.0- Applying Parts of Speech Tagging on Text              diagrams are typically used to represent technical
                                                                          requirements.
   After linguistics analysis, classes, objects and their
respective attributes and methods will be received. Next step           • Transitional Requirements – A transition is a
is to find out associations among objects doing semantic                  progression from one state to another and is typically
analysis. Prepositions are used to identify relation among the            triggered by an event. Transition diagrams are normally
actors and their corresponding actions. A logical model of                used to represent transitional requirements.
the use case, sequence and activity diagrams is generated as
an output on the basis of previously extracted information.            Step 4: Linguistic Analysis
   A top down approach is followed in creating a logical                In this research paper, only first two types of
model of diagrams from the given text. A drawing module              requirements i.e. functional and operational are addressed.
converts the logical model into the use case, sequence and           These requirements are represented in the text files. These
activity diagrams by connecting small pieces of images               text files are processed by the Markov Logic based
already stored in database.                                          algorithm stated in previous section. First of all the objects,
                                                                     classes and their respective attributes and methods are
   III. TEXT BASED SOFTWARE REQUIREMENT ANALYSIS                     identified for each type of requirements. After this,
                                                                     following information for each type of respective
   Business requirement analysis defines on clear basis that
                                                                     requirements is extracted from the given text:
what is the need and what is going to be designed. A
focused and detailed requirement analysis can ultimately                • Use Case Diagram – For use case diagram, actor and
help out a software engineer to get rid of the mistakes and               the action performed by the actor is identified. Actor is
problems possibly occurring at the late stage of the software             normally a subject and its associated verb is the action
development. Following steps are typically involved in the                performed by the actor. Some times there are two or
text based business/software requirement modeling:                        more actors. In this case, besides first actor, other actors
  Step 1: Identify Key End-Users                                          will be called co-actors.
   This is the primary phase of software requirement
analysis to identify the key people who will be affected by             • Sequence Diagram – For sequence diagram, the objects
                                                                          are identifies first and then the respective methods of
the project. The main focus of this phase is to clarify exactly
                                                                          each object are recognized. The relation between the
the related and concerning people to the project and the end
                                                                          methods and the sequence of occurring of the methods
user of the project who will use the solution, product, or
                                                                          is also contemporary to find out to draw the sequence
service. Business/software analyst must carefully collect the             diagram.
inputs/views/needs/requirements of the end users.
  Step 2: Capture End-Users Requirements                                • Activity Diagram – For activity diagram, an operation is
   The exact requirement can be conceived by the end users                needed to be identifies. The related information is that
of the targeted project or service. These are the people who              when an operation/activity initiates and what objects are
will help the business/software analyst to define the exact               involved and they perform what function during that
scope of the project’s or service’s functionalities. There are            activity and where the activity completes.
multiple options to collect the requirements i.e. interview,
questioners, use cases etc.                                            Step 5: UML Modeling
  Step 3: Requirements Classification                                   After extracting all the desired information, the extracted
   All the requirements collected through any means are              facts are translated into respective UML diagrams. To create
gathered at a point. For unified modeling of the                     diagrams all the UML symbols are provided in the form of
requirements, the gathered data is needed to be identified           small images and these small images are joined with each
and classified into following categories.                            other to create a complete diagram. After creation of a
                                                                     diagram, that diagram is labeled by the respective flags.
  • Functional Requirements – These requirements
    describes the beahviour of the various components or
    functions also called behavioural requirements. These                         IV. METHDOLOGY EVALUATION
    requirements help out in system design and describe the
                                                                       A software system was designed to implement the
    end-user’s way of communication with the system.
                                                                     proposed algorithm. To test the performance of the designed
                                                                  483
International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010
                                                              1793-8163

system sample set of text was taken. Afterwards the results                  shows how the results have been improved with the
of the designed system were compared with the other                          use of Markov Logic.
existing systems. Following is the examples of activity                To test the accuracy of the diagrams generated by the
diagram generated from given piece of input text.                    designed system four parameters were decided i.e. objects
   A man walks into the hotel. Find out his language. If his         and classes, no. of attributes, no. of methods, no. of
language is Urdu, say him “As-Salam-O-Alikum” and if his             associations and diagram labeling. Maximum score was
language is English him, “Hello”. If the customer has a coat         declared 25. According to the wrong nominations and
then help the customer to put off his coat....                       extractions, the points were counted. A matrix of results of
                                                                     generated diagrams is shown below.
                                                                                  TABLE I: TESTING RESULTS OF MARKOV LOGIC
                                                                                       Objects/ Attribu-        Relation- Label-
                                                                       Scenario Type                    Methods                  Total
                                                                                       Classes    tes            ships     ing
                                                                       Simple Rule
                                                                          Based
                                                                                         22       23      21        17       19     82%
                                                                       Markov Logic      24       25      22        21       21     89%

                                                                        The above table shows the difference between two
                                                                     approaches i.e. simple rule based approach provides 84%
                                                                     results [7] and Markov Logic based algorithm provides 89%
                                                                     results.


                                                                                           V. CONCLUSION
                                                                        Markov Logic is a more appropriate solution for natural
                                                                     language processing to generate correct requirements is a
                                                                     difficult task considering the inherent ambiguity in natural
                                                                     language. In this research, the business requirements are
          Fig 3.0- Activity diagram generated from input text        analyzed by out designed system. Moreover, these
                                                                     requirements are translated to some UML diagrams by
   Following is the examples of sequence diagram generated
                                                                     reading and analyzing the given input text in English
from given piece of input text.
                                                                     language provided by the user. The designed system can
   Student comes to the teacher and teacher gives him the
                                                                     find out the classes and objects and their attributes and
question paper. Student solves the paper. He submits the
                                                                     operations using an artificial intelligence technique such as
paper to the teacher. Teacher marks the paper and submits
                                                                     natural language processing. Then the UML diagrams such
result to the clerk. Clerk displays the result on the notice
                                                                     as Activity dig., Sequence dig., Use Case dig., etc would be
board.
                                                                     drawn.

                                                                                        ACKNOWLEDGMENTS
                                                                        This work is part of the research project of NLP based
                                                                     Software Modeling undertaken by the Information
                                                                     Processing Research Group (IPRG). I am also thankful to Dr.
                                                                     Irfan Hayder and Dr. M. A. Choudhary for their technical
                                                                     support and guidance during this project work.

                                                                                                 REFERENCES
                                                                     [1]   Joseph Schmuller (1991) “Sams Teach Yourself UML”, TechMedia,
                                                                           1999
                                                                     [2]   Rumbaugh, J., I. Jacobson, and G. Booch, (1998) “The Unified
                                                                           Modeling Language Reference Manual” Reading, MA: Addison-
                                                                           Wesley. 1998
                                                                     [3]   Daniel Jurafsky, J.H.M. (2000) “Speech and Language Processing”,
                                                                           Prentice Hall
                                                                     [4]   Zahariev, M., [2004] “A linguistic approach to extracting acronym
          Fig 4.0- Sequence diagram generated from input text              expansions from text”, KAIS: Knowledge and Information Systems
                                                                           6(3), pp. 366-373.
  By comparing the results, we can infer the following:              [5]   S. Kok and P. Domingos, (2005) “Learning the structure of Markov
   • The designed system has robust capability to identify                 logic networks’, In Proc. of ICML-05, Bonn, Germany, 2005. ACM
                                                                           Pres, pp 441–448
       the actors, use cases, classes and associations among
                                                                     [6]   S. Kok, P. Singla, M. Richardson, and P. Domingos, (2005) “The
       actors and use cases satisfactorily from the given
                                                                           Alchemy system for statistical relational AI”, Technical report,
       piece of text.                                                      Department of Computer Science and Engineering, http://www.-
   • Markov Logics has been proved a better choice                         cs.washington.edu/ai/alchemy.
       where there is uncertainty or fuzziness among the             [7]   Imran Sarwar Bajwa, M. Abbas Choudhary, (2006) “A Rule Based
       various constituents of a predicate. Following table                System for Speech Language Context Understanding” Journal of
                                                                           Donghua University, (English Edition) 23 (6), pp. 39-42.

                                                                 484
International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010
                                                                   1793-8163
[8]    R.J. Abbott, (1983) “Program Design by Informal English
       Descriptions”, Communications of the ACM, Nov. 26(11), pp. 882-
       894.
[9]    H. Buchholz, A. Dusterhoft, B. Thalheim, (1996), “Capturing
       Information on Behavior with the RADD_NLI: A Linguistic and
       Knowledge Base Approach”, Proc. Second Workshop Application of
       Natural Language to Information System, IOS Press pp. 185-196
[10]   S. Naduri, S. Rugaser (1994), “Requirements Validation via
       Automated Natural Language Parsing”, Proc. 28th Hawaii Int’l Conf.
       Systems Science: Collaboration Tech., Organizational Systems, and
       Technology, IEEE Computer Society, pp. 362-367.
[11]   N. Juristo and A.M. Moreno, “How to Use Linguistic Instruments for
       Object-Oriented Analysis”, IEEE Software, May/June 2000, pp. 80-89
[12]   Hector G. Perez-Gonzalez, (2002) “Automatically Generating Object
       Models from Natural Language Analysis”, 17th annual ACM
       SIGPLAN conference on Object-oriented programming, systems,
       languages, and applications, ACM New York, USA, pp: 86 – 87
[13]   K. Li, R.G.Dewar, R.J.Pooley, [2003] “Object-Oriented Analysis
       Using              Natural           Language             Processing”,
       www.macs.hw.ac.uk:8080/techreps/docs/files/HWMACS-TR-0033.pdf
[14]   Nan Zhou, Xiaohua Zhou, (2004) “Automatic Acquisition of
       Linguistic Patterns for Conceptual Modeling”, INFO 629: Artificial
       Intelligence, Fall 2004
[15]   António Oliveira, Nuno Seco and Paulo Gomes (2004) “A CBR
       Approach to Text to Class Diagram Translation”, TCBR Workshop at
       the 8th European Conference on Case-Based Reasoning, Turkey,
       September 2006.
[16]   L. Mich, R. Garigliano, (1996) "A linguistic approach to the
       development of object-oriented system using the NL system
       LOLITA”, Object Oriented Methodologies and Systems, (ISOOMS),
       LNCS 858, pp. 371-386.
[17]   H. M. Harmain and R. Gaizauskas, (2003) “CM-Builder: A Natural
       Language-based CASE Tool”, Journal of Automated Software
       Engineering, 10, 2003, pp. 157-181
[18]   S.L.V. Overmyer, (2001) O. Rambow, "Conceptual Modeling through
       Linguistics Analysis Using LIDA", 23rd international conference on
       Software engineering, July 2001
[19]   Manuel Clavel, Marina Egea, Viviane Torres da Silva, (2007) “The
       MOVA Tool: A Rewriting-Based UML Modeling, Measuring, and
       Validation Tool”, in Proc. 12th Conference on Software Engineering
       and Databases Zaragoza (Spain), 2007.
[20]   J. Borstler, (1996) “User-Centered Requirements Engineering in
       RECORD - An Overview”, the Nordic Workshop on Programming
       Environment Research, Proceedings NWPER'96, pp. 149-156.
[21]   Hugo Liu and Push Singh [2004] “Commonsense reasoning in and
       over natural language” Proc. 8th International Conference on
       Knowledge-Based Intelligent Information & Engineering Systems
       (KES-2004)
[22]   P. Sturt, F. Costa, V. Lombardo, and P. Frasconi, (2003) “Learning
       first-pass structural attachment preferences using dynamic grammars
       and recursive neural networks,” Cognition, vol. 88, pp. 133–169
[23]   Power, R., Scott, D. & Hartley, A. [2003] "Multilingual Generation of
       Controlled Languages" in Proc. 4th Controlled Language
       Applications Workshop (CLAW03), Dublin, Ireland.
[24]   P. C. R. Lane and J. B. Henderson, (2001) “Incremental syntactic
       parsing of natural language corpora with simple synchrony networks,”
       IEEE Transactions on Knowledge and Data Engineering, vol. 13, no.
       2.
[25]   Mich, L. (2001) "Ambiguity Identification and Resolution in
       Software Development: a Linguistic Approach to improve the
       Quality of Systems" in Proc. Of 17th IEEE Workshop on Empirical
       Studies of Software Maintenance, Florence, Italy
[26]   F. Costa, P. Frasconi, V.Lombardo, and G. Soda, (2003) “Towards
       incremental parsing of natural language using recursive neural
       networks,” Applied Intelligence, vol. 19, no. 1–2, pp. 9–25.
[27]   J. Henderson, (2003) “Neural network probability estimation for
       broad coverage parsing,” in Proc. of 10th conference of the European
       Chapter of the Association for Computational Linguistics (EACL
       2003), pp. 131–138.




                                                                                485

More Related Content

What's hot

IRJET- Survey on Generating Suggestions for Erroneous Part in a Sentence
IRJET- Survey on Generating Suggestions for Erroneous Part in a SentenceIRJET- Survey on Generating Suggestions for Erroneous Part in a Sentence
IRJET- Survey on Generating Suggestions for Erroneous Part in a SentenceIRJET Journal
 
IRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET Journal
 
Classification improvement of spoken arabic language based on radial basis fu...
Classification improvement of spoken arabic language based on radial basis fu...Classification improvement of spoken arabic language based on radial basis fu...
Classification improvement of spoken arabic language based on radial basis fu...IJECEIAES
 
From requirements to ready to run
From requirements to ready to runFrom requirements to ready to run
From requirements to ready to runijfcstjournal
 
Suitability of naïve bayesian methods for paragraph level text classification...
Suitability of naïve bayesian methods for paragraph level text classification...Suitability of naïve bayesian methods for paragraph level text classification...
Suitability of naïve bayesian methods for paragraph level text classification...ijaia
 
Issues in implementation of parallel
Issues in implementation of parallelIssues in implementation of parallel
Issues in implementation of parallelijcseit
 
Digital logic introduction using fpg as resume
Digital logic introduction using fpg as resumeDigital logic introduction using fpg as resume
Digital logic introduction using fpg as resumeAlvi Milanisti
 
Survey on Natural Language Generation
Survey on Natural Language GenerationSurvey on Natural Language Generation
Survey on Natural Language Generationijtsrd
 
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMS
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMSAN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMS
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMSijcsit
 
IRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural NetworkIRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural NetworkIRJET Journal
 
On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...ijeukens
 

What's hot (16)

C24011018
C24011018C24011018
C24011018
 
IRJET- Survey on Generating Suggestions for Erroneous Part in a Sentence
IRJET- Survey on Generating Suggestions for Erroneous Part in a SentenceIRJET- Survey on Generating Suggestions for Erroneous Part in a Sentence
IRJET- Survey on Generating Suggestions for Erroneous Part in a Sentence
 
IRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine LearningIRJET - Pseudocode to Python Translation using Machine Learning
IRJET - Pseudocode to Python Translation using Machine Learning
 
Classification improvement of spoken arabic language based on radial basis fu...
Classification improvement of spoken arabic language based on radial basis fu...Classification improvement of spoken arabic language based on radial basis fu...
Classification improvement of spoken arabic language based on radial basis fu...
 
From requirements to ready to run
From requirements to ready to runFrom requirements to ready to run
From requirements to ready to run
 
Suitability of naïve bayesian methods for paragraph level text classification...
Suitability of naïve bayesian methods for paragraph level text classification...Suitability of naïve bayesian methods for paragraph level text classification...
Suitability of naïve bayesian methods for paragraph level text classification...
 
Issues in implementation of parallel
Issues in implementation of parallelIssues in implementation of parallel
Issues in implementation of parallel
 
Digital logic introduction using fpg as resume
Digital logic introduction using fpg as resumeDigital logic introduction using fpg as resume
Digital logic introduction using fpg as resume
 
Summarization of Software Artifacts : A Review
Summarization of Software Artifacts : A ReviewSummarization of Software Artifacts : A Review
Summarization of Software Artifacts : A Review
 
Survey on Natural Language Generation
Survey on Natural Language GenerationSurvey on Natural Language Generation
Survey on Natural Language Generation
 
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMS
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMSAN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMS
AN OVERVIEW OF EXTRACTIVE BASED AUTOMATIC TEXT SUMMARIZATION SYSTEMS
 
IRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural NetworkIRJET- Extension to Visual Information Narrator using Neural Network
IRJET- Extension to Visual Information Narrator using Neural Network
 
[IJET-V2I1P13] Authors:Shilpa More, Gagandeep .S. Dhir , Deepak Daiwadney and...
[IJET-V2I1P13] Authors:Shilpa More, Gagandeep .S. Dhir , Deepak Daiwadney and...[IJET-V2I1P13] Authors:Shilpa More, Gagandeep .S. Dhir , Deepak Daiwadney and...
[IJET-V2I1P13] Authors:Shilpa More, Gagandeep .S. Dhir , Deepak Daiwadney and...
 
On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...
 
Lit mtap
Lit mtapLit mtap
Lit mtap
 
Analysis Report
 Analysis Report  Analysis Report
Analysis Report
 

Viewers also liked

Reuse Software Components (IMS 2006)
Reuse Software Components (IMS 2006)Reuse Software Components (IMS 2006)
Reuse Software Components (IMS 2006)IT Industry
 
Yanjiang22052010
Yanjiang22052010Yanjiang22052010
Yanjiang22052010yphs
 
NL Interface for Database - EJSR 20(4)
NL Interface for Database - EJSR 20(4)NL Interface for Database - EJSR 20(4)
NL Interface for Database - EJSR 20(4)IT Industry
 
Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)IT Industry
 
2015 dec 8 svc comprestimator
2015 dec 8 svc comprestimator2015 dec 8 svc comprestimator
2015 dec 8 svc comprestimatorhellocn
 

Viewers also liked (7)

Reuse Software Components (IMS 2006)
Reuse Software Components (IMS 2006)Reuse Software Components (IMS 2006)
Reuse Software Components (IMS 2006)
 
Yanjiang22052010
Yanjiang22052010Yanjiang22052010
Yanjiang22052010
 
Main Auvp
Main AuvpMain Auvp
Main Auvp
 
NL Interface for Database - EJSR 20(4)
NL Interface for Database - EJSR 20(4)NL Interface for Database - EJSR 20(4)
NL Interface for Database - EJSR 20(4)
 
Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)Meaning Extraction - IJCTE 2(1)
Meaning Extraction - IJCTE 2(1)
 
2015 dec 8 svc comprestimator
2015 dec 8 svc comprestimator2015 dec 8 svc comprestimator
2015 dec 8 svc comprestimator
 
Estudio de referentes
Estudio de referentesEstudio de referentes
Estudio de referentes
 

Similar to Requirement Analysis - ijcee 2(3)

UCD Generator (ICIET 2007)
UCD Generator (ICIET 2007)UCD Generator (ICIET 2007)
UCD Generator (ICIET 2007)IT Industry
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Re2018 Semios for Requirements
Re2018 Semios for RequirementsRe2018 Semios for Requirements
Re2018 Semios for RequirementsClément Portet
 
UML Generator (NCC18)
UML Generator (NCC18)UML Generator (NCC18)
UML Generator (NCC18)IT Industry
 
Concurrency Issues in Object-Oriented Modeling
Concurrency Issues in Object-Oriented ModelingConcurrency Issues in Object-Oriented Modeling
Concurrency Issues in Object-Oriented ModelingIRJET Journal
 
Generating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenGenerating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenfortes
 
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...Dr. Amarjeet Singh
 
Text Summarization and Conversion of Speech to Text
Text Summarization and Conversion of Speech to TextText Summarization and Conversion of Speech to Text
Text Summarization and Conversion of Speech to TextIRJET Journal
 
Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)IT Industry
 
Development of Computer Aided Learning Software for Use in Electric Circuit A...
Development of Computer Aided Learning Software for Use in Electric Circuit A...Development of Computer Aided Learning Software for Use in Electric Circuit A...
Development of Computer Aided Learning Software for Use in Electric Circuit A...drboon
 
A hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzerA hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzerIAESIJAI
 
Requirementv4
Requirementv4Requirementv4
Requirementv4stat
 
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...IRJET Journal
 
A Metamodel and Graphical Syntax for NS-2 Programing
A Metamodel and Graphical Syntax for NS-2 ProgramingA Metamodel and Graphical Syntax for NS-2 Programing
A Metamodel and Graphical Syntax for NS-2 ProgramingEditor IJCATR
 
Model-Driven Development of Web Applications
Model-Driven Development of Web ApplicationsModel-Driven Development of Web Applications
Model-Driven Development of Web Applicationsidescitation
 
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...ijitcs
 

Similar to Requirement Analysis - ijcee 2(3) (20)

UCD Generator (ICIET 2007)
UCD Generator (ICIET 2007)UCD Generator (ICIET 2007)
UCD Generator (ICIET 2007)
 
Je2516241630
Je2516241630Je2516241630
Je2516241630
 
Je2516241630
Je2516241630Je2516241630
Je2516241630
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Modest Formalization of Software Design Patterns
Modest Formalization of Software Design PatternsModest Formalization of Software Design Patterns
Modest Formalization of Software Design Patterns
 
Re2018 Semios for Requirements
Re2018 Semios for RequirementsRe2018 Semios for Requirements
Re2018 Semios for Requirements
 
UML Generator (NCC18)
UML Generator (NCC18)UML Generator (NCC18)
UML Generator (NCC18)
 
Concurrency Issues in Object-Oriented Modeling
Concurrency Issues in Object-Oriented ModelingConcurrency Issues in Object-Oriented Modeling
Concurrency Issues in Object-Oriented Modeling
 
Generating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenGenerating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremen
 
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
 
Text Summarization and Conversion of Speech to Text
Text Summarization and Conversion of Speech to TextText Summarization and Conversion of Speech to Text
Text Summarization and Conversion of Speech to Text
 
Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)
 
Development of Computer Aided Learning Software for Use in Electric Circuit A...
Development of Computer Aided Learning Software for Use in Electric Circuit A...Development of Computer Aided Learning Software for Use in Electric Circuit A...
Development of Computer Aided Learning Software for Use in Electric Circuit A...
 
A hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzerA hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzer
 
Requirementv4
Requirementv4Requirementv4
Requirementv4
 
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...
IRJET- Survey on Deep Learning Approaches for Phrase Structure Identification...
 
A Metamodel and Graphical Syntax for NS-2 Programing
A Metamodel and Graphical Syntax for NS-2 ProgramingA Metamodel and Graphical Syntax for NS-2 Programing
A Metamodel and Graphical Syntax for NS-2 Programing
 
Model-Driven Development of Web Applications
Model-Driven Development of Web ApplicationsModel-Driven Development of Web Applications
Model-Driven Development of Web Applications
 
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...
PROPOSAL OF AN HYBRID METHODOLOGY FOR ONTOLOGY DEVELOPMENT BY EXTENDING THE P...
 
4213ijsea02
4213ijsea024213ijsea02
4213ijsea02
 

More from IT Industry

The News Today 24 (https://thenewstoday24.com/)
The News Today 24 (https://thenewstoday24.com/)The News Today 24 (https://thenewstoday24.com/)
The News Today 24 (https://thenewstoday24.com/)IT Industry
 
Virtual Telemedicine (IJITWE 5(1))
Virtual Telemedicine (IJITWE 5(1))Virtual Telemedicine (IJITWE 5(1))
Virtual Telemedicine (IJITWE 5(1))IT Industry
 
NL to OCL Transformation (EDOC 2010)
NL to OCL Transformation (EDOC 2010)NL to OCL Transformation (EDOC 2010)
NL to OCL Transformation (EDOC 2010)IT Industry
 
BPM & SOA for Small Business Enterprises (ICIME 2009)
BPM & SOA for Small Business Enterprises (ICIME 2009)BPM & SOA for Small Business Enterprises (ICIME 2009)
BPM & SOA for Small Business Enterprises (ICIME 2009)IT Industry
 
Web Layout Mining - JECS 29(2)
Web Layout Mining - JECS 29(2)Web Layout Mining - JECS 29(2)
Web Layout Mining - JECS 29(2)IT Industry
 
Web User Forms (ICOMMS 2006)
Web User Forms (ICOMMS 2006)Web User Forms (ICOMMS 2006)
Web User Forms (ICOMMS 2006)IT Industry
 
Image Classification (icast 2006)
Image Classification  (icast 2006)Image Classification  (icast 2006)
Image Classification (icast 2006)IT Industry
 
GIS for Quetta (ICAST 2006)
GIS for Quetta (ICAST 2006)GIS for Quetta (ICAST 2006)
GIS for Quetta (ICAST 2006)IT Industry
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)IT Industry
 
NL Context Understanding 23(6)
NL Context Understanding 23(6)NL Context Understanding 23(6)
NL Context Understanding 23(6)IT Industry
 
Web Layout Generation (IC-SCCE 2006)
Web Layout Generation (IC-SCCE 2006)Web Layout Generation (IC-SCCE 2006)
Web Layout Generation (IC-SCCE 2006)IT Industry
 
PCA Clouds (ICET 2005)
PCA Clouds (ICET 2005)PCA Clouds (ICET 2005)
PCA Clouds (ICET 2005)IT Industry
 
Feature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisFeature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisIT Industry
 

More from IT Industry (13)

The News Today 24 (https://thenewstoday24.com/)
The News Today 24 (https://thenewstoday24.com/)The News Today 24 (https://thenewstoday24.com/)
The News Today 24 (https://thenewstoday24.com/)
 
Virtual Telemedicine (IJITWE 5(1))
Virtual Telemedicine (IJITWE 5(1))Virtual Telemedicine (IJITWE 5(1))
Virtual Telemedicine (IJITWE 5(1))
 
NL to OCL Transformation (EDOC 2010)
NL to OCL Transformation (EDOC 2010)NL to OCL Transformation (EDOC 2010)
NL to OCL Transformation (EDOC 2010)
 
BPM & SOA for Small Business Enterprises (ICIME 2009)
BPM & SOA for Small Business Enterprises (ICIME 2009)BPM & SOA for Small Business Enterprises (ICIME 2009)
BPM & SOA for Small Business Enterprises (ICIME 2009)
 
Web Layout Mining - JECS 29(2)
Web Layout Mining - JECS 29(2)Web Layout Mining - JECS 29(2)
Web Layout Mining - JECS 29(2)
 
Web User Forms (ICOMMS 2006)
Web User Forms (ICOMMS 2006)Web User Forms (ICOMMS 2006)
Web User Forms (ICOMMS 2006)
 
Image Classification (icast 2006)
Image Classification  (icast 2006)Image Classification  (icast 2006)
Image Classification (icast 2006)
 
GIS for Quetta (ICAST 2006)
GIS for Quetta (ICAST 2006)GIS for Quetta (ICAST 2006)
GIS for Quetta (ICAST 2006)
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)
 
NL Context Understanding 23(6)
NL Context Understanding 23(6)NL Context Understanding 23(6)
NL Context Understanding 23(6)
 
Web Layout Generation (IC-SCCE 2006)
Web Layout Generation (IC-SCCE 2006)Web Layout Generation (IC-SCCE 2006)
Web Layout Generation (IC-SCCE 2006)
 
PCA Clouds (ICET 2005)
PCA Clouds (ICET 2005)PCA Clouds (ICET 2005)
PCA Clouds (ICET 2005)
 
Feature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisFeature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component Analysis
 

Recently uploaded

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...liera silvan
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 

Recently uploaded (20)

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 

Requirement Analysis - ijcee 2(3)

  • 1. International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010 1793-8163 Markov Logics Based Automated Business Requirements Analysis Imran S. Bajwa, Member IACSIT processes and functions at the multiple dimensions and Abstract — Automated Software engineering has been an levels of details and document software assets [3]. On the area of interest for NLP scientists for last many decades. other hand, the invasion of CASE (Component Added Various scientists have investigated applicability of the natural Software Engineering) tools to support computer added language based interfacing for business/software requirement object oriented analysis and design. CASE tools i.e. Rational analysis. Some of them are using rule based approach and some of them have used neural networks and case based Rose, Smart Draw, Visual UML, GD Pro, MS Visio, etc reasoning, etc. These techniques provide results up to 70 – 80%. provide services to draw UML diagrams but these tools have The key objective of this research paper is to investigate the following shortcomings [4]: use of recently introduced approach of Markov Logics by Pedro Domingos and have a comparison of the output of this • Lack of consistency in documents created by object approach with other already employed approaches in the oriented CASE tools. recent past. Results of analyzing the natural language text using Markov Logic has been presented in the next paper. • Deficient CASE tools make available a limited range of utilities that are used for applicability of UML standards. Index Terms — Requirement Specifications, Information Extraction, Business Requirement Analysis, Information Reuse, • Tedious nature of user interface of CASE tools stipulate Text Processing extended efforts from the software analyst. Various scientists have investigated applicability of the I. INTRODUCTION natural language based interfacing for business/software Analysis of system requirements is a major phase of requirement analysis. They have used neural networks, rule system engineering. In this phase of requirement analysis, based approach, case based reasoning, etc. These techniques major focus is typically to discover the key requirement provide results up to 70 – 80% [5]. The key objective of this issues initially and then analyze them individually. research paper is to investigate the use of recently Appropriate definition of these requirements and their introduced approach of Markov Logics by Pedro Domingos requisite documentation is the premier concern of this phase. and have a comparison of the output of this approach with Attuned description of the requirements ultimately holds up other already employed approaches in the recent past. in clear and precise definition of the scope of the targeted According to P. Domingos, Markov Logic is an extension of project. Ultimately this process ends up with the literal First Order Logic (FOL). FOL proposes use of variables, estimation of the constraints i.e. time, budget, and resources constants, functions and predicates [6]. Using FOL, needed to complete the project. The precise definition of knowledge is typically represented by junctions, disjunction requirements at the early stage facilitates in creating the and negations of these variables, constants and predicates. In exactly matching project or product according to the FOL, the predicates and some time functions are major business needs [1]. Recently, the object oriented constituents for knowledge representation. By definition, representation of the business processes and functions was FOL is in censorious to manage more than one dimensions proved to be a major trend in the modern business and of the knowledge. Typically, the basic constituents of software design skews. This trend has also pretentiously natural languages i.e. phrases, axioms, idioms, etc portray affected the exercise of existing tools and techniques in the more than one meaning. Using Markov Logic, an additional software engineering methodologies and led up to launch ally of weights with predicates was added in FOL to cover the new tools and techniques of software requirement this conspicuous short fall []. This noteworthy addition to modeling [2]. FOL converted this handicap approach to more than Unified Modeling Language (UML) is the major tool for functional for knowledge representation of natural object oriented design of software requirement analysis and languages. modeling. UML supports visual representation of business The division of this document is that the methods of analyzing the natural language text using Markov Logic has been presented in the next section. Then a methodology has This research work was conducted in the department of Computer been presented to generate the software modeling and Science & IT, The Islamia University of Bahawalpur and supported in part by the Higher Education Commission, Pakistan. This paper is the analysis documents. Then implementation details have been continuation of the series of publications under the research project of provided with the analysis of the performed experiments. Natural Language Processing based Software Designing by the Information Next to experiments, results and analysis section has been Processing Research Group (IPRG). presented with the comparison of Markov Logics and its I. S. B. Author is Assistant Professor in the Department of Computer Science & IT, The Islamia University of Bahawalpur. He is regular member pros and cons. Section of related work/ literature review has IACSIT. (phone: +92 (062)9255466; e-mail: imran.sarwar@iub.edu.pk) 481
  • 2. International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010 1793-8163 been given at the end to depict overview of the previously mechanism for confining objects from NL text. Borstler and presented theories and designed systems for NL text based Overmyer presented another NL based system to generate OO analysis and modeling. class diagrams from user requirements given in NL text [17], [18]. MOVA [19] is another tool that models, measures and validates the UML class diagrams. II. MATERIALS AND METHODS B. Markov Logic Based Text Processing A. Literature Review This section contains the description of the working of the In this section a brief history and survey of research work presented algorithm that is based on Markov Logic approach. conducted in the area of natural language processing. Later Markov Logic works on following key issues: in this section, the tools and approaches used for providing • A logical knowledge base is a set of hard constraints automated tools for software and business requirement on the set of possible interpretations. analysis and modeling have been presented. • Convert them to soft constraints as when a predicate Information extraction and processing have been a key or a formula is violated, it becomes less probable not issue of research in last few decades. This research area impossible. primarily lies in the area of natural language processing. • Violation of a formula in knowledge base never Two decades ago, R. J. Abbot suggested that the state of a means of denial of all possible meanings. class or an object can be identified by nouns and the • In place of refuting a possibility of any formula at all, it should be given a percentage or a weight. Here behaviour or functionality of a class or object can be acceptance does not mean 100% approval and denial identified by verbs [8] in a sentence. Afterwards, H. doesn’t mean 100% rejection. Buchholz proposed that nouns not only specify classes and objects but also properties [9] of an object or a class. Later Higher weight → Stronger impact of the constraint on, S. Naduri proposed that ‘associations’ in different Lesser weight → Weaker impact of the constraint objects can be pointed out by verbs [10]. Further detailed categorization of associations was done by N. Juristo into All above mentioned points are used to write algorithm to binary association, identification association, n-ary analyze NL text and then extract various OO modeling association, etc [11]. Hector also presented a semi-natural elements. The major steps of the Markov Logic based Text language (4WL) [12] in 2002 to automatically generate Processing are as following. object models from natural language text with a prototype The linguistic analysis procedure is initiated with getting tool GOOAL. K. Li also presented hi his work to solve input string and string is tokenized into symbols or tokens. problems related to NL that can be addressed in OOA [13]. Afterwards, tokens of the given text go through POS Nan Zhou also proposed another conceptual modeling Tagging to identify different parts of speech. This phase is system based on linguistic patterns [14]. All these methods called morphological analysis. An example of POS tagged and approaches are not automatic as they involve system sentence is given below. Following figure shows the analyst to take many decisions during OO analysis and procedure of POS tagging applied on a piece of text. The modeling. On the other hand, these methods were just processing of the Markov logic based algorithm is shown dealing with only basic OO concepts. graphically in the figure 1.0. For last few years concept of NL based software analysis and design is getting stronger. Different researchers Text Document Containing Requirements proposed primary level of frameworks and systems i.e. OOAL [12], UML-Rebuilder [15], LOLITA [16], CM- Builder [17], MOVA [19] etc. No one from these tools is Markov Logic Based NLP Rules for able to extract the complete information i.e. classes, objects POS Tagging and their respective, attributes, methods and associations. Some tools just extract names of classes and some of them just deal with objects. A. Oliveira used natural language constituents for OO data modeling and presented a CASE ATM machine reads the ATM card tool named REBUILDER UML [14]. This tool integrates a module for translation of natural language text into an UML class diagram. This module uses an approach based on Case-Based ATM machine [NOUN] reads [VERB] the [ARTICLE] ATM card [NOUN]. Reasoning and Natural Language Processing. But, this case tool needs continuous up gradation of case-base and only Fig 1.0- Applying Parts of Speech Tagging on Text deals with class diagrams. LOLITA [15] is another tool to generate an object model from NL text. LOLITA only Furthermore, the POS tagged text is lexically analyzed identifies objects from NL text but it cannot distinguish with the help of a parse tree. Syntactic Analysis carried out between classes, attributes and their respective attributes. to validate phrases and sentence according to grammatical There was another significant contribution by Harmain and rules defined by the English language. This step also helps Gaizauskas as they presented another NL based CASE tool in identifying the main parts of a sentence; object, subject, named CM-Builder [16]. This CASE tool was restricted to actions, attributes, etc. create a primary class model. There was no appropriate 482
  • 3. International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010 1793-8163 Functional requirements are represented using Use Case diagrams. If functional diagrams are represented through scenarios then sequence diagrams can also be used for representation. • Operational Requirements – These requirements ATM machine reads the ATM card. specify the desired capabilities of a system. Operational feasibility and effectiveness of the desired system is highlighted using operational requirements and they are best captured in activity diagrams. ATM machine [SUBJECT] reads [VERB] the ATM card [OBJECT]. • Technical Requirements – These define the technical issues that must be considered to successfully implement the process or create the product. Context Fig 2.0- Applying Parts of Speech Tagging on Text diagrams are typically used to represent technical requirements. After linguistics analysis, classes, objects and their respective attributes and methods will be received. Next step • Transitional Requirements – A transition is a is to find out associations among objects doing semantic progression from one state to another and is typically analysis. Prepositions are used to identify relation among the triggered by an event. Transition diagrams are normally actors and their corresponding actions. A logical model of used to represent transitional requirements. the use case, sequence and activity diagrams is generated as an output on the basis of previously extracted information. Step 4: Linguistic Analysis A top down approach is followed in creating a logical In this research paper, only first two types of model of diagrams from the given text. A drawing module requirements i.e. functional and operational are addressed. converts the logical model into the use case, sequence and These requirements are represented in the text files. These activity diagrams by connecting small pieces of images text files are processed by the Markov Logic based already stored in database. algorithm stated in previous section. First of all the objects, classes and their respective attributes and methods are III. TEXT BASED SOFTWARE REQUIREMENT ANALYSIS identified for each type of requirements. After this, following information for each type of respective Business requirement analysis defines on clear basis that requirements is extracted from the given text: what is the need and what is going to be designed. A focused and detailed requirement analysis can ultimately • Use Case Diagram – For use case diagram, actor and help out a software engineer to get rid of the mistakes and the action performed by the actor is identified. Actor is problems possibly occurring at the late stage of the software normally a subject and its associated verb is the action development. Following steps are typically involved in the performed by the actor. Some times there are two or text based business/software requirement modeling: more actors. In this case, besides first actor, other actors Step 1: Identify Key End-Users will be called co-actors. This is the primary phase of software requirement analysis to identify the key people who will be affected by • Sequence Diagram – For sequence diagram, the objects are identifies first and then the respective methods of the project. The main focus of this phase is to clarify exactly each object are recognized. The relation between the the related and concerning people to the project and the end methods and the sequence of occurring of the methods user of the project who will use the solution, product, or is also contemporary to find out to draw the sequence service. Business/software analyst must carefully collect the diagram. inputs/views/needs/requirements of the end users. Step 2: Capture End-Users Requirements • Activity Diagram – For activity diagram, an operation is The exact requirement can be conceived by the end users needed to be identifies. The related information is that of the targeted project or service. These are the people who when an operation/activity initiates and what objects are will help the business/software analyst to define the exact involved and they perform what function during that scope of the project’s or service’s functionalities. There are activity and where the activity completes. multiple options to collect the requirements i.e. interview, questioners, use cases etc. Step 5: UML Modeling Step 3: Requirements Classification After extracting all the desired information, the extracted All the requirements collected through any means are facts are translated into respective UML diagrams. To create gathered at a point. For unified modeling of the diagrams all the UML symbols are provided in the form of requirements, the gathered data is needed to be identified small images and these small images are joined with each and classified into following categories. other to create a complete diagram. After creation of a diagram, that diagram is labeled by the respective flags. • Functional Requirements – These requirements describes the beahviour of the various components or functions also called behavioural requirements. These IV. METHDOLOGY EVALUATION requirements help out in system design and describe the A software system was designed to implement the end-user’s way of communication with the system. proposed algorithm. To test the performance of the designed 483
  • 4. International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010 1793-8163 system sample set of text was taken. Afterwards the results shows how the results have been improved with the of the designed system were compared with the other use of Markov Logic. existing systems. Following is the examples of activity To test the accuracy of the diagrams generated by the diagram generated from given piece of input text. designed system four parameters were decided i.e. objects A man walks into the hotel. Find out his language. If his and classes, no. of attributes, no. of methods, no. of language is Urdu, say him “As-Salam-O-Alikum” and if his associations and diagram labeling. Maximum score was language is English him, “Hello”. If the customer has a coat declared 25. According to the wrong nominations and then help the customer to put off his coat.... extractions, the points were counted. A matrix of results of generated diagrams is shown below. TABLE I: TESTING RESULTS OF MARKOV LOGIC Objects/ Attribu- Relation- Label- Scenario Type Methods Total Classes tes ships ing Simple Rule Based 22 23 21 17 19 82% Markov Logic 24 25 22 21 21 89% The above table shows the difference between two approaches i.e. simple rule based approach provides 84% results [7] and Markov Logic based algorithm provides 89% results. V. CONCLUSION Markov Logic is a more appropriate solution for natural language processing to generate correct requirements is a difficult task considering the inherent ambiguity in natural language. In this research, the business requirements are Fig 3.0- Activity diagram generated from input text analyzed by out designed system. Moreover, these requirements are translated to some UML diagrams by Following is the examples of sequence diagram generated reading and analyzing the given input text in English from given piece of input text. language provided by the user. The designed system can Student comes to the teacher and teacher gives him the find out the classes and objects and their attributes and question paper. Student solves the paper. He submits the operations using an artificial intelligence technique such as paper to the teacher. Teacher marks the paper and submits natural language processing. Then the UML diagrams such result to the clerk. Clerk displays the result on the notice as Activity dig., Sequence dig., Use Case dig., etc would be board. drawn. ACKNOWLEDGMENTS This work is part of the research project of NLP based Software Modeling undertaken by the Information Processing Research Group (IPRG). I am also thankful to Dr. Irfan Hayder and Dr. M. A. Choudhary for their technical support and guidance during this project work. REFERENCES [1] Joseph Schmuller (1991) “Sams Teach Yourself UML”, TechMedia, 1999 [2] Rumbaugh, J., I. Jacobson, and G. Booch, (1998) “The Unified Modeling Language Reference Manual” Reading, MA: Addison- Wesley. 1998 [3] Daniel Jurafsky, J.H.M. (2000) “Speech and Language Processing”, Prentice Hall [4] Zahariev, M., [2004] “A linguistic approach to extracting acronym Fig 4.0- Sequence diagram generated from input text expansions from text”, KAIS: Knowledge and Information Systems 6(3), pp. 366-373. By comparing the results, we can infer the following: [5] S. Kok and P. Domingos, (2005) “Learning the structure of Markov • The designed system has robust capability to identify logic networks’, In Proc. of ICML-05, Bonn, Germany, 2005. ACM Pres, pp 441–448 the actors, use cases, classes and associations among [6] S. Kok, P. Singla, M. Richardson, and P. Domingos, (2005) “The actors and use cases satisfactorily from the given Alchemy system for statistical relational AI”, Technical report, piece of text. Department of Computer Science and Engineering, http://www.- • Markov Logics has been proved a better choice cs.washington.edu/ai/alchemy. where there is uncertainty or fuzziness among the [7] Imran Sarwar Bajwa, M. Abbas Choudhary, (2006) “A Rule Based various constituents of a predicate. Following table System for Speech Language Context Understanding” Journal of Donghua University, (English Edition) 23 (6), pp. 39-42. 484
  • 5. International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010 1793-8163 [8] R.J. Abbott, (1983) “Program Design by Informal English Descriptions”, Communications of the ACM, Nov. 26(11), pp. 882- 894. [9] H. Buchholz, A. Dusterhoft, B. Thalheim, (1996), “Capturing Information on Behavior with the RADD_NLI: A Linguistic and Knowledge Base Approach”, Proc. Second Workshop Application of Natural Language to Information System, IOS Press pp. 185-196 [10] S. Naduri, S. Rugaser (1994), “Requirements Validation via Automated Natural Language Parsing”, Proc. 28th Hawaii Int’l Conf. Systems Science: Collaboration Tech., Organizational Systems, and Technology, IEEE Computer Society, pp. 362-367. [11] N. Juristo and A.M. Moreno, “How to Use Linguistic Instruments for Object-Oriented Analysis”, IEEE Software, May/June 2000, pp. 80-89 [12] Hector G. Perez-Gonzalez, (2002) “Automatically Generating Object Models from Natural Language Analysis”, 17th annual ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications, ACM New York, USA, pp: 86 – 87 [13] K. Li, R.G.Dewar, R.J.Pooley, [2003] “Object-Oriented Analysis Using Natural Language Processing”, www.macs.hw.ac.uk:8080/techreps/docs/files/HWMACS-TR-0033.pdf [14] Nan Zhou, Xiaohua Zhou, (2004) “Automatic Acquisition of Linguistic Patterns for Conceptual Modeling”, INFO 629: Artificial Intelligence, Fall 2004 [15] António Oliveira, Nuno Seco and Paulo Gomes (2004) “A CBR Approach to Text to Class Diagram Translation”, TCBR Workshop at the 8th European Conference on Case-Based Reasoning, Turkey, September 2006. [16] L. Mich, R. Garigliano, (1996) "A linguistic approach to the development of object-oriented system using the NL system LOLITA”, Object Oriented Methodologies and Systems, (ISOOMS), LNCS 858, pp. 371-386. [17] H. M. Harmain and R. Gaizauskas, (2003) “CM-Builder: A Natural Language-based CASE Tool”, Journal of Automated Software Engineering, 10, 2003, pp. 157-181 [18] S.L.V. Overmyer, (2001) O. Rambow, "Conceptual Modeling through Linguistics Analysis Using LIDA", 23rd international conference on Software engineering, July 2001 [19] Manuel Clavel, Marina Egea, Viviane Torres da Silva, (2007) “The MOVA Tool: A Rewriting-Based UML Modeling, Measuring, and Validation Tool”, in Proc. 12th Conference on Software Engineering and Databases Zaragoza (Spain), 2007. [20] J. Borstler, (1996) “User-Centered Requirements Engineering in RECORD - An Overview”, the Nordic Workshop on Programming Environment Research, Proceedings NWPER'96, pp. 149-156. [21] Hugo Liu and Push Singh [2004] “Commonsense reasoning in and over natural language” Proc. 8th International Conference on Knowledge-Based Intelligent Information & Engineering Systems (KES-2004) [22] P. Sturt, F. Costa, V. Lombardo, and P. Frasconi, (2003) “Learning first-pass structural attachment preferences using dynamic grammars and recursive neural networks,” Cognition, vol. 88, pp. 133–169 [23] Power, R., Scott, D. & Hartley, A. [2003] "Multilingual Generation of Controlled Languages" in Proc. 4th Controlled Language Applications Workshop (CLAW03), Dublin, Ireland. [24] P. C. R. Lane and J. B. Henderson, (2001) “Incremental syntactic parsing of natural language corpora with simple synchrony networks,” IEEE Transactions on Knowledge and Data Engineering, vol. 13, no. 2. [25] Mich, L. (2001) "Ambiguity Identification and Resolution in Software Development: a Linguistic Approach to improve the Quality of Systems" in Proc. Of 17th IEEE Workshop on Empirical Studies of Software Maintenance, Florence, Italy [26] F. Costa, P. Frasconi, V.Lombardo, and G. Soda, (2003) “Towards incremental parsing of natural language using recursive neural networks,” Applied Intelligence, vol. 19, no. 1–2, pp. 9–25. [27] J. Henderson, (2003) “Neural network probability estimation for broad coverage parsing,” in Proc. of 10th conference of the European Chapter of the Association for Computational Linguistics (EACL 2003), pp. 131–138. 485