面向领域的软件需求一致性验证方法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
在当前国家建设和谐社会的背景下,控制国民经济命脉的各领域信息系统越来越受到重视。需求分析是信息系统开发的起点,对整个开发的成败有着重要的影响。当系统需求存在缺陷时,无论系统设计和实现过程是否完善,实现的系统都必然存在缺陷。如何验证信息系统需求与国家法律政策、行业法纪法规的一致性,以及验证信息系统需求内部的一致性,已成为需求工程研究领域的一个重要研究课题。本文的研究工作主要围绕需求一致性验证技术展开,重点研究基于自然语言需求文本的需求一致性验证技术。
     当需求以自然语言形式存在时,直接应用各种自动化方法进行需求检查是不可行的,必须先对需求进行形式化。本文以自然语言需求子句为树结点构建了一种需求树模型。模型基于给出的汉语语言需求词汇切分算法,将需求子句划分成若干需求关键词,并提出了一种需求关键词七元组表示方法。通过构建领域规范词表,确定了七元组表示的规范词和外语义相似度。关键词七元组表示的提出使需求树结点从需求子句转化成了需求关键词集,所构成的细化需求树模型实现了对自然语言需求文本的预处理操作。
     提出了一种需求依存分析树模型,以解决细化需求树不能表征需求子句句法结构和需求关键词词间关系问题。基于给出的一种基于分析树的依存关系标注算法,论述了一种从细化需求树结点到需求依存分析树模型的转换方法,并提出了一种需求依存分析树的建树与更新算法,从实验结果看,算法优于同类算法。模型转换过程中通过词性回收进行了需求关键词去词操作,并讨论了转换过程中需求二义性的发现和消除方法。需求依存分析树模型可精确的描述需求子句句法结构和词间依存关系。
     提出了一种概念从属森林模型,以解决需求依存分析树模型不善于表达隶属于不同需求子句的词间关系问题。并提出了一种概念从属森林构建与更新算法,并给出了在更新过程中识别需求遗漏性的方法。经实验分析,算法具有接近线性的时间复杂度。归纳了森林操作,给出了一种森林操作提取算法,算法对需求依存分析树集进行遍历和二阶动词子树提取,所提取的森林操作函数可用于表征隶属不同需求子句的词间关系。
     提出了需求关键度的概念和计算方法,以提高需求检查结果的确认率。构建了外语义相似度向量,基于依存分析树模型给出了一种局部重要性比例标度填充算法,并依据填充内容构建了判断矩阵,提出了一种需求关键词权重向量的计算方法。基于概念从属树模型给出了一种全局重要性比例标度填充算法,使需求关键词七元组数据满秩,并基于填充内容给出了需求关键词重要性标度向量的计算方法。基于以上三种向量的构建,提出了一种需求关键度计算方法,并提出了一种基于需求关键度的需求树与需求依存分析树剪枝算法。算法不但能提高需求检查结果的确认率,而且缩小了算法状态空间,提高了各种需求检查算法的执行效率。
     提出了需求相似度和相关度的概念和计算方法,以解决概念从属森林模型不能直接表征不同需求子句句间关系的问题。基于概念从属树模型,给出了对从属结点概念从属强度和非从属结点内语义相似度的计算方法,并进一步给出了一种用于判定需求子句概念结构相似程度的需求向量相似度计算方法。基于需求依存分析树的动词骨架,提出了一种用于判定需求子句句法结构相似程度的需求依存相似度计算方法。基于概念从属森林操作模型,提出了一种需求相关度计算方法。基于相似度和相关度计算,提出了一种需求一致性检查算法,算法通过对相似属性的属性值、属性值域和相关属性的属性等式结果进行比较,可确认不同需求子句的句间关系,并且能检测出需求冗余性和矛盾性等需求不一致性的存在。
At the background of the national construction of a harmonious society,thelifeline of information systems which control the national economy is receivingincreasing attention.Requirement analysis is the starting point of an informationsystem's development,on which the success or failure of the entire developmenthas a significant impact.When requirements have their own shortcomings,whether the system design and implementation process is perfect or not,thesystem shortage will be there.It has become an important research field inrequirement engineering area that how to validate the consistency between systemrequirements and national laws,and the internal consistency within systemrequirements.This thesis's research work mainly focuses on the requirementconsistency validation,especially on the validation to a natural languagerequirement text.
     This thesis proposes a requirement tree model,which is a branch-levelstructure with the nodes of Chinese language requirement clause.Whenrequirements exist in form of natural language requirement text,it must beformalized first.Based on a given Chinese language requirement vocabularysegmentation algorithm,the thesis divides requirement clauses into a series ofrequirement keywords.Further more,a method of requirement keywords withseven tuples denotation come up.The thesis proposes to fill the regular words andouter semantic comparability of the seven tuples by constructing the domainregular vocabulary table.The keyword seven tuples denotation transforms therequirement tree nodes from the requirement clauses to requirement-keyword sets,and constitutes a refinement requirement tree model,which completes thepreprocessing operation to natural language requirement text.
     As the refinement requirement tree cannot characterize the acceptationrelation between the syntax structure and the requirement keywords of arequirement clause,this thesis proposes a requirement-interdependence-parse treemodel(RIPT).Based on a given labeling algorithm based on interdependence parsing tree model,the thesis elaborates a model transformation method which isfrom a refinement requirement tree node to a requirement interdependence parsingtree,and proposes an establishing and updating algorithm of the RIPT.In themodel transforming process,it carries on a word-off operation of the requirementkeywords through the lexical category recycling,and it also discusses therequirement ambiguous discovery and elimination method in the modeltransforming process.The RIPT can accurately describe the dependence relationamong syntax structure and the keywords.
     Since the RIPT is not a good exPression on words relationship whichsubordinates in different requirement clauses,this thesis proposes a conceptsubordinate forest model(CSFM).The thesis proposes a model establishing andupdating algorithm,and shows a method to distinguish requirement omission inthe updating process.It builds a forest operation extraction algorithm by inducingthe forest operation,which carries on the traversal and the second-order verbsubtree extraction to the requirement interdependence parsing tree set,and theextracted forest operation function may be used in attributing the relationshipbetween different subordination requirement clauses.
     In order to enhance the confirmation rate of requirement validation result,this thesis put forward the concept of requirement crucial degree.The extractionof the fifth item of keyword seven tuples is performed to construct outer semanticsimilarity vector.First of all,the thesis proposes a local important proportion scalefilling algorithm which was based on the RIPT,and constructs judgment matrixbased on these operations,then shows a method to calculating the weight vectorof requirement keywords.Then,the author statements a global importantproportion scale filling algorithm,which is based on the CSFM,and causes therequirement keywords seven tuples data non-singular,shows a calculating methodof the requirement keywords important scale vector based on these operations.Based on the above three kind of vectors,the thesis proposes a requirementcrucial degree calculating method,and requirement tree,and a requirementinterdependence parsing tree cut-off algorithm based on the requirement crucialdegree.Not only the algorithm can enhance the confirmation rate of the validation result,moreover as a result of state space reduction,also will enhance eachefficiency validation algorithm which have been carried out.
     As the CSFM cannot characterize the relationship among differentrequirement clauses directly,this thesis proposes the concept of requirementsimilarity degree and requirement pertinence degree.Based on the CSFM,theauthor proposes the calculating method to concept subordinate intensity ofsubordinated nodes and the inner semantic similarity degree of non-subordinatenodes.And based on the calculating of inner semantics similarity and therequirement keywords weight vector,the thesis shows how to calculate therequirement vector similarity degree,which can judge the concept structuresimilarity degree between two requirement clauses.Based on the RIPT's verbskeleton,it shows a calculating method of requirement interdependence similaritydegree,which is used in determining the similarity between two requirementclauses' syntax structure.Based on the forest operation of CSFM,the thesisproposes a calculating method of requirement pertinence degree.Based on thesimilarity degree and the pertinence degree,it proposes a requirement consistencyvalidation algorithm.Through comparing the attribute value,the attribute valuerange,attribute equation among similar attributes,the algorithm not only confirmsthe relationship among different requirement clauses,but also can inspect therequirement inconsistency existences such as the redundancy and thecontradiction.
引文
[1]Leffingwell D,Widrig D.Management Software Requirements:A Unified Approach.New Jersey:Addison-Wesley, 2000:65-72P
    [2]Gaudel M C, Bernot G.The role of formal specifications.IFIP WG 1.2 Book onState-of-Art Report:Algebraic Foundations of Systems Specification.2002:21-26P
    [3]Vliet H V.Software Engineering:Principles and Practice.New York:Wiley, 2000:113-11 8P
    [4]Sannella D, Tarlecki A.Algebraic preliminaries.IFIP WG 1.2 Book on State-of-Art Report:Algebraic Foundations of Systems Specification.2002:77-82P
    [5]Shaw A C.Real-Time Systems and Software.New York:Wiley, 2001:54-59P
    [6]Nuseibeh B.To be and not to be:On managing inconsistency in software development, In Processing of 8th International Workshop on Software Specification and Design.Scloss Velen, Germany, 22-23 1996:164-169P
    [7]金芝,朱雪峰.管理不一致的软件需求:研究进展和展望.知识科学中的基本问题研究.北京:清华大学出版社,2006:419-445页
    [8]Lloyd J.Foundation of Logic Programming.2nd ed.Berlin, Heidelberg,New York, Tokyo:Springer-Verlag, 1987:130-139P
    [9]Clarke E,Grumberg G,Long D.Verification tools for finite-state concurrent system.In:A Decade of Concurrency Reflections and Perspectives, LNCS 803, Springer Verlag, 1993:124-175P
    [10]张家重,王志坚.对象式需求模型及机器支持.软件学报,1998, 9 (6):414-418页
    [11]王千详,吴琼,李克勤.一种面向对象的领域工程方法.软件学报.2002,13(10):1977-1984页
    [12]陈阳,吴相邻.AHP方法在确定软件需求优先级中的应用.华中科技大学学报.2001,29 (9) :34-36页
    [13]陆汝钤.关于需求不一致.知识科学中的基本问题研究.北京:清华大学出版社,2006 :449-452页
    [14]张建.面向产品设计的汉语自然语言复合句语义理解.西安电子科技大学硕士学位论文.2006 : 52-58页
    [15]李梦君,李舟军,陈火旺.基于抽象解释理论的程序验证技术.软件学报.2008, 19 (1):17-26页
    [16]刘静,何积丰,缪淮扣.模型驱动架构中模型构造与集成策略.软件学报.2006, 17 (6):1411-1422页
    [17]Leech G, Garside R.Running a grammar factory: The production of syntactically analyzed corpora or 'tree banks'.In:Stig Johansson and Anna-Brita Stenstrom(eds.) English Computer Corpora:Selected papers and Research Guide.1991:15-32P
    [18]Mitchell P.Marcus, Mary A M, Beatrice S.Building a Large Annotated Corpus of English:The Penn Treebank, Computational Linguistics, 1993,19(2):313-330P
    [19]Skut W, Brants T, Krenn B, Uszkoreit H.A linguistically interpreted corpus of German newspaper text.In:Proceedings of the Conference on Language Resources and Evaluation LREC-98.Granada, Spain.1998:705-711P
    [20]Brants S, Harsen S.Developments in the TIGER annotation scheme and their realization in the corpus.In:Proceedings of the Third Conference or Language Resources and Evaluation (LREC-02).Las.Palmas de Gran Canaria, Spain.2002:1643-1649P
    [21]Collins J.Building a syntactically annotated corpus:The Plaque Dependency Treebank.In:E .Hajicova(Ed.),Issues of valency and meaning.Studies in honour of Jarmila Panevova.Plaque, Czech Republic Charles University Press, 1999:73-76P
    [22]Xia,Fei,Naltha Palmer.Developing Guidelinesand Ensuring Consistency for Chinese Text Annotation.In: Proceedings of the second International Conference on language Resources and Evaluation(LREC 2000), Athens,Greece.2000:129-144P
    [23]Huang C R, Chen F Y, Chen K J.Sinica Treebank:Design Criteria, Annotation Guidelines, and On-line Interface, Proceedings of the Second Chinese Language Processing Workshop, HongKong.2000:29-37P
    [24]周强.汉语句法树库标注体系.中文信息学报.2004, 18 (4) :1-8页
    [25]Lin D.A dependency-based method for evaluating broad-coverage parsers In:Proceedings of IJCAI95, Montreal, Quebec, Canada.1995:55-59P
    [26]Fei X, Martha Palmer.Converting Dependency Structures to Phrase Structures.In:Proceedings of the Human Language Technology Conference (HLT22001),San Diego, CA.2001:18-21P
    [27]Zdenek Z, Otakar S.Arabic Syntactic Trees:from Constituency to Dependency.EACL.2003:183-186P
    [28]Tylman U, Sandra K.From Phrase Structure to Dependencies, and Back.In:Proceedings of The International Conference on Linguistic Evidence.T(u|¨)bingen, Germany.2004:50-55P
    [29]Nasr A, Rambow O.A simple string-rewriting formalism for dependency grammar.In:Proc.of the Workshop on Recent Advances in Dependency Grammar.Barcelona: Association for Computational Linguistics, 2004:17-24P
    [30]Liu W Q, Wang M H, Zhong Y X.On study of hierarchy structure dependency relations in Chinese.Journal of Chinese Information Processing, 1996, 10(2):32-46P
    [31]Xu Y, Zhang F.Using SVM to Construct a Chinese Dependency Parser.Journal of Zhejiang University Science A.2006, 7(2):199-203P
    [32]Nivre J, Scholz M.Deterministic Dependency Parsing of English Text.Proceedings of COLING'04.Geneva, Switzerland.2004:64-70P
    [33]Yamada H.Statistical dependency Analysis with Support Vector Machines Proceedings of the 8th International Workshop on Parsing Technologies.Nancy, France.2003:195-206P
    [34]Cheng Y C.Machine Learning-based Dependency Analyzer for Chinese.Proceedings of the International Conference on Chinese Computing.Singapore.2005:66-73P
    [35] Charniak E. A maximum-entropy-inspired parser. In: Proc. of the 1st Conf. of the North American Chapter of the Association for Computational Linguistics. Seattle: Association for Computational Linguistics, 2000: 132-139P
    [36] Collins M. Head-Driven statistical models for natural language parsing. Pennsylvania: University of Pennsylvania, 1999: 89-96P
    [37] Eisner J. Three new probabilistic models for dependency parsing: An exploration. In: Proc. of the COLING. Copenhagen: Association for Computational Linguistics, 1996. 340-345P
    [38] Zhou Q, Huang CN. An improved approach for Chinese parsing based on local preference information. Journal of Software. 1999, 10(1): 1-6P
    [39] Bikel D M, Chiang D. Two statistical parsing models applied to the Chinese Treebank. In: Proc. of the 2nd Chinese Language Processing Workshop. Hong Kong: Association for Computational Linguistics, 2000: 1-6P
    [40] Xiong D Y, Li S L, Liu Q, Lin S X, Qian Y L. Parsing the Pernn Chinese Treebank with semantic knowledge. In: Dale R, Wong KF, eds. Proc. of the IJCNLP 2005. Jeju Island: Springer-Verlag, 2005: 70-81P
    [41] Zhou M. A block-based dependency parser for unrestricted Chinese text. In: Proc. of the 2nd Chinese Language Processing Workshop Attached to ACL-2000. Hong Kong: Association for Computational Linguistics, 2000: 78-84P
    [42] Zhou Q. A statistics-based Chinese parser. In: Proceedings of the 5th Workshop on Very large Corpora. 1997: 4-15P
    [43] Zhou M. A block-based dependency parser for unrestricted Chinese text. In: Proceedings of the 2nd Chinese Language Processing Workshop. 2000, .78-84P
    [44] Zhang Y, Xu B, Zong C Q. Chinese syntactic parsing based on extended GLR parsing algorithm with PCFG. In: Proceedings of the 19th International Conference on Computational Linguistics, 2002: 1308-1332P
    [45]Miriyala K,Harandi M.Automatic Derivation of Formal Software Specifications from Informal Descriptions.IEEE Transaction on Software Engineering.1991,17(10):1126-1142P
    [46]Reubenstein H, Waters R.The Requirement Apprentice:Automated Assistance for Requirements Acquisition.IEEE Transaction on Software Engineering.1991, 17(3):226-240P
    [47]Czuchry A,Harris D.KBRA:A new paradigm for requirements engineering.IEEE Expert.1998, 3(4):21-35P
    [48]Fickas S.Automating analysis:An example.In Proc.4th Int.Workshop Software Specification and Design.Washington DC:IEEE Computer Society Press, 1987:58-67P
    [49]Fantechi A, Gnesi S, Ristori G, Carenini M, Vanocchi M, Moreschni P.Assisting requirement formalization by means of natural language translation.in Formal Methods in System Design.1994, 4:243-263P
    [50]Vadera S, Meziane F.From English to Formal Specifications.The Computer Journal.1994, 37(9):753-761P
    [51]Rens B.Exemplar—Based Syntax:How to Get Productivity from Examples.The Linguistic Review 23.2006:213-216P
    [52]张玥杰.基于DOP的汉语句法分析技术.中文信息学报.2004, 14 (1):13-21页
    [53]Rens B.An efficient implementation of a new DOP model.In:Proceedingsof thetenthconferenceonEuropeanchapterof ACI.Budapest, Hungary.2003:19-26P
    [54]Pahl G, Beitz W.工程设计学.北京:机械工业出版社,1992: 66-70页
    [55]Hutchins W J, Somers H.An introduction to machine translation.London Academic.1992:1-334P
    [56]Nirenburg S.Machine translation:A knowledge-based approach.San Mateo:Morgan Kaufmann Publishers.1991:1-258P
    [57]朱靖波,王宝库,姚天顺.一种规则描述语言——NPRDL语言.东北大学学报(自然科学版).1996, 17 (6) :651-655页
    [58]Wasserman G.On how to prioritize design requirements during QFD process.IIE Transactions, 1993, 25(3):59-65P
    [59]Wang J.Fuzzy outranking approach to prioritize design requirements in quality function deployment.International Journal of Production Research,1999, 37(4):899-916P
    [60]Fiorenzo F, Sergio R.Design for quality: selecting a product's technical features Quality Engineering.1997,9(4):681-687P
    [61]Chan L K.Wu M L.Prioritizing the technical measures in quality function deployment.Quality Engineering.1998,10(3):467-469P
    [62]Vanegas L V, Labib A W.A fuzzy quality function deployment (FQFD) model for deriving optimum targets .European Journal of Operational Research.2001,42(5):340-354P
    [63]杨明顺,林志航.QFD中顾客需求重要度确定的一种方法.管理科学学报.2003,6 (5):65-71页
    [64]Larman C.Agile & Iterative Development:A Management's Guide.New York:Pearson Education, 2004:23-24P
    [65]Huang M, Ymag L G, Yang Y.A development process for building OSS-based applications.In:Proc.of the SPW 2005.LNCS 3840, Berlin,Heidelberg:Springer-Verlag.2005:122-135P
    [66]姜启源.数学模型.北京:高等教育出版社,1993: 305-335页
    [67]Karlsson J, Ryan K.A Cost-Value Approach for Prioritizing Requirements.IEEE Software, 1997, 14(5):67-74P
    [68]Kulak D, Guiney E.Use Cases:Requirements in Context.Boston:Addison-Wesley.2000:12-14P
    [69]Beck K,Fowler M.PlanningExtremeProgramming.Boston:Addison-Wesley Professional.2000:77-78P
    [70]Jackson A, Tsang SL.Gray A, Driver C, Clarke S.Behind the rules:XP experiences.In:Proc.of the Agile Development Conf.(ADC 2004).Los Alamitos:IEEE Computer Society Press.2004:87-94P
    [71]Nawrocki J,Jasinski M,Walter B.Wojciechowski A.Extreme programming modified:Embrace requirements engineering practices.In:Prof.of the 10th Int'l IEEE Conf on Requirements Engineering.Los Alamitos: IEEE Computer Society Press. 2002: 303-310P
    [72] LippertM, Becker-Pechau P, Breitling H, Koch J, Kornstiidt A, Roock S, Schmolitzky A, Wolf H, Zfillighoven H. Developing complex projects using XP with extensions. IEEE Computer, 2003, 36(6): 67-73P
    [73] Cao L, Mohan K, Xu P, Ramest B. How extreme does extreme programming have to be? Adapting XP practices to large-scale projects. In: Proc. of the 37th Hawaii Int'l Conf. on System Sciences (HICSS 2004). Washington: IEEE Computer Press. 2004: 34-41P
    [74] Keeney R, Raiffa H. Decision with Multiple Objective, Preferences and Value Trade-offs. Wiley, New York, 1976: 56-59P
    [75] Shirland L E, Jesse R R, Thompson R L. Determining attribute weights using mathematical programming. Omega, 2003, 31: 423-437P
    [76] Kahraman C, Cebeci U, Ruan D. Multi-attribute comparison of catering service companies using fuzzy AHP: the case of Turkey. International Journal of Production Economics, 2004, 87: 171-184P
    [77] Mihailov L. Fuzzy analytical approach to partnership' selection information of virtual enterprises. Omega, 2002, 30: 393-401P
    [78] Deng M, Xu W, Yang J. B. Estimating the attribute weights through evidential reasoning and programming. International Journal of Information Technology & Decision Making, 2000, (3) : 419-428P
    [79] Diakoutaki D, Mavrotas G, Papayannakis L. Determining objective weights in multiple criteria problems: the CRITIC method. Computers & Operations Research, 1995, 22: 963-790P
    [80] 徐泽水.部确定多属性决策方法及应用.北京:清华大学出版社,2004: 45-103 页
    [81] Yager R R. On the determination of strength of belief for decision support under uncertainty-part I: generating strengths of belief. Fuzzy Sets and Systems, 2004, 142: 117-128P
    [82] Jaime C, Jade G. The use of MMR, diversity-based reran king for recording documents and producing summaries. In Proceedings of ACM-SIGIR'98, Melbourne Australia, August 1998: 33-43P
    [83]Chris H Q.A Similarity-based Probability Model for Latent Semantic Indexing.Proceedings of 22nd ACM SIGIR Conference, 1999:59-65P
    [84]穗志方,俞士汶.基于骨架依存树的语句相似度计算模型.1998中文信息处理国际会议(ICCIP'98)论文集.1998, 11: 458-465页
    [85]Chidananda G K, Diday E, Symbolic clustering using a new dissimilarity measure, Pattern Recognition, 1991,24(6):567-578P
    [86]秦兵,刘挺,王洋,李生.基于常问问题集的中文问答系统的研究.哈尔滨工业大学学报,2003, 35(10):1179-1182页
    [87]李彬,刘挺,秦兵,李生.基于语义依存的汉语句子相似度计算.计算机应用研究.2003, 12:15-17页
    [88]E.S.Ristad, P.N.Yianilos.Learning string-edit distance.IEEE PAMI,1998, 20(5):522-532P
    [89]晋耀红.基于语境框架的文本相似度计算.计算机工程与应用,2004, 40(16) :36-39页
    [90]潘谦红,王炬,史忠植.基于属性论的文本相似度计算.计算机学报,1999, 22 (6):651-655页
    [91]Chatterjee N.A Statistical approach for similarity measurement between sentences for EBMT.1999:3-9P
    [92]Mizzaro S.Relevance:The whole history.Journal of the American Society for Information Science, 1997, 48 (9):810-832P
    [93]Saracevic T.Relevance:A review of and a framework for the thinking on the notion in information science.Journal of the American Society for Information Science, 1975, 26 (6):321-343P
    [94]Chamber L.A re-examination of relevance:Toward a dynamic, situational definition.Information Processing & Management,1990,26(6):755-775P
    [95]Schamber L.Relevance and information behavior.Annual Review of Information Science and Technology, 1994, 29:3-48P
    [96]Michael J, James A, Schardt.UML 2 for Dummies.Indianapolis.Indiana:Wiley Publishing, Inc, 2003:9-15P
    [97]Xu J, Yu W, Rui K, Bufer G..Use case refactoring:a tool and a case study.In Proceedings of the 11th Asia Pacific Software Engineering Conference.Washington, DC, USA:IEEE Computer Society, 2004:484-491P
    [98]Yu W, Li J, Bufer G.Refactoring Use case models on episodes.In Proceedings of the 19th Inmmational Conference on Automated Software Engineering.Washington, DC, USA:IEEE Computer Society, 2004:328-331P
    [99]Steve Adolph, Paul Bramble.Patterns for Effective Use Casesl MJ.Boston, MA, USA:Addison.Wesley Longman Pub.fishing Co.,Inc.,2002:14-23P
    [100]Beum S L, Barrett R.Bryant.Automated conversion from requirements documentation to an object-oriented formal specification language.In Proceedings of SAC 2002, Madrid, Spain, ACM, 2002:23-32P
    [101]Shukur Z.Zin, Ban A.M2Z:A Tool for Translating a Natural Language Software Specification into Z.International Conference on Formal Methods and Software Engineering.ICFEM 2002, 2002:406-41 0P
    [102]Ishihara Y, Seki H, Kasami T.A Translation Method from Natural Language Specifications into Formal Specifications Using Contextual Dependencies.ProceedingsIEEEInternationalSymposiumon Requirements Engineering, 1992:232-239P
    [103]Mehandjiska D, Palac J.Towards Bridging Component Specification Technologies.International Conference on Software Engineering, the 20th IASTED International Multi-conference (CSICC'02),Tehran, Iran,2002:32-42P
    [104]Holloway C.Why Engineers Should Consider Formal Methods.Proc.16th Ann.Digital Avionics Systems Conf.,IEEE Press.1997(1):16-22P
    [105]侯丽珍,蔡小娟,邹恒明.软件需求的形式化转换模型.计算机工程.2007, 33 (5) :73-75页
    [106]许龙飞,唐世渭.基于受限汉语的数据库自然语言接口技术研究.软件学报.2002, 13 (4):537-544页
    [107]何炎祥,宋强,黄谦.从过程描述语言到Z语言.小型微型计算机系统.2002, 23 (9):1110-1113页
    [108]Mohamed A.Sullabi, Zarina Shukur.SNL2Z:Tool for Translating an Informal Structured Software Specification into Formal Specification.American Journal of Applied Sciences.2008, 5 (4):378-384P
    [109]文志诚,缪淮扣,张新林.基于Object-Z的形式化验证方法.计算机科学.2007, 34 (5) :247-251页
    [110]Ma Z Y, Lin H F, Yao T S.Temporal information analysis for texts based on situations.Journal of North eastern University (Natural Science),1999,20(3):239-242P
    [111]孟小峰,王珊.中文数据库自然语言查询系统功能设计与实现.计算机研究与发展,2001, 38 (9) :1080-1086页
    [112]曹勇刚,曹羽中,金茂忠,刘超.面向信息检索的自适应中文分词系统.软件学报.2006, 17 (3):356-363页
    [113]刘开瑛,郭炳炎.自然语言处理.北京:科学出版社,1991:30-33页
    [114]刘开瑛.中文文本自动分词和标注.北京:商务印书馆,2000 : 20-22页
    [115]Kenneth C L.Compiler Construction Principles and Practice.PWS Publishing Company, USA.1997:14-21 P
    [116]Ma J S, Zhang Y, Liu T, Li S.A statistical dependency parser of Chinese under small training data.In: Proc.of the Workshop on Beyond Shallow Analyses-Formalisms and Statistical Modeling for Deep Analyses,IJCNLP-04.Sanya:Asia Federation of Natural Language Processing, 2004:1-5P
    [117]Schank R.Conceptual Information Processing.America Elsevier Publishing Company Inc.1975:187-201P
    [118]吴蔚天.汉语计算语义学.北京:电子工业出版社,1999:25-32页
    [119]丰博.领域汉语理解中的智能分词和聚类及其在机械产品设计中的应用.西安电子科技大学硕士学位论文.2006:9-13页
    [120]董树杰.领域自然语言理解篇章模型研究及其在机械产品设计需求分析中的应用.西安电子科技大学硕士学位论文.2007:13-24页
    [121]彭京,杨冬青,唐世渭,付艳,蒋汉奎.一种基于语义内积空间模型的 文本聚类算法.计算机学报.2007, 30 (8):1354-1363页
    [122]徐燕,李锦涛,王斌,孙春明.基于区分类别能力的高性能特征选择方法.软件学报.2008, 1:82-89页
    [123]Gerard S.Syntactic approaches to automatic book indexing.In Proceeding of the 26th Annual Meeting of the Association for Computational Linguistics..Morristown, NJ,USA:Association for Computational Linguistics, 1988:204-21 0P
    [124]Gerard S, Michael M J.Introduction to Modern Information Retrieval.New York:McGraw-Hill, Inc, 1983:20-24P
    [125]Rand C, Eckfeldt B.Aligning strategic planning with agile development:Extending agile thinking to business improvement.In:Proc.of the Agile Development Conf.(ADC 2004).Los Alamitos:IEEE Computer Society Press, 2004:78-82P
    [126]牟克典,金芝,陆汝钤.视点合成中重叠需求的不一致优先级处理.计算机学报 .2004, 27(10):1379-1387页
    [127]刘叶玲,姬战怀.实对称矩阵特征值和特征向量的数值算法.西安科技大学学报.2007, 27 (2) :313-315页,319页
    [128]许树伯.层次分析原理.天津:天津大学出版社,1998 : 69-83页
    [129]李信利,吕月娥.基于概念的论文相似性检索.计算机工程与应用.2007, 43 (21):177-179页,241页
    [130]周美立.相似性科学.北京:科学出版社,2004:1-256页

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700