<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Conceptual Modeling with Formal Concept Analysis on Natural Language Texts †</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Mikhail</forename><surname>Bogatyrev</surname></persName>
							<email>okkambo@mail.ru</email>
							<affiliation key="aff0">
								<orgName type="institution">Tula State University</orgName>
								<address>
									<settlement>Tula</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Conceptual Modeling with Formal Concept Analysis on Natural Language Texts †</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">3ABCC1DA97F7C438C27797BE4D6CDBAE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:18+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The paper presents conceptual modelling technique on natural language texts. This technique combines the usage of two conceptual modeling paradigms: conceptual graphs and Formal Concept Analysis. Conceptual graphs serve as semantic models of text sentences and the data source for concept lattice -the basic conceptual model in Formal Concept Analysis. With the use of conceptual graphs the Text Mining problems of Named Entity Recognition and Relations Extraction are solved. Then these solutions are applied for creating concept lattice. The main problem investigated in the paper is the problem of creating formal contexts on a set of conceptual graphs. Its solution is based on the analysis of semantic roles and conceptual patterns in conceptual graphs. Concept lattice built on textual data is applied for knowledge extraction. Knowledge, sometimes interpreted as facts, can be extracted by using navigation in the lattice and interpretation its concepts and hierarchical links between them. Experimental investigation of the proposed technique is performed on the annotated textual corpus consisted of descriptions of biotopes of bacteria.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Knowledge extraction from textual data requires more in-depth intensive analysis of this data. In the area of Text Mining, some variants of knowledge extraction have been realized by solving such problems as sentiment analysis, fact extraction and decision making support. To solve these problems it is necessary to have models that reflect semantics of textual data. It is especially urgent when this data is presented as unstructured natural language texts. Conceptual modeling is one of the ways of modeling semantics in the Natural Language Processing (NLP) <ref type="bibr" target="#b22">[22]</ref>. Conceptual modeling is the process of conceptualization of real world phenomena and creating conceptual models as a result of conceptualization. Conceptual model is a graph which vertices are concepts and arrows or edges are links between concepts. Every conceptual model has its own semantics which represents the meanings of concepts and links.</p><p>Conceptual modeling has long been applied for databases and software modeling <ref type="bibr" target="#b19">[19]</ref> and this term is also used in other fields including NLP. Entity Relationship Diagram (ERD) <ref type="bibr" target="#b19">[19]</ref> is well known representative of conceptual models. It describes the structure of database in terms of entities, relationships, and constraints. These terms of entities, relationships, and constraints are explicitly or implicitly present at many other conceptual models including ones discussed in this paper.</p><p>Formal Concept Analysis (FCA) <ref type="bibr" target="#b13">[13]</ref> is the paradigm of conceptual modeling which studies how objects can be hierarchically grouped together according to their common attributes. In the FCA, its conceptual model is the lattice of formal concepts (concept lattice) which is built on the abstract sets treated as objects and their attributes. Concept lattices have been applied as an instrument for information retrieval and knowledge extraction in many applications. The number of FCA applications now is growing up including applications in social science, civil engineering, planning, biology, psychology and linguistics <ref type="bibr" target="#b21">[21]</ref>, <ref type="bibr" target="#b22">[22]</ref>. Several successful implementations of FCA methods on fact extraction on textual data <ref type="bibr" target="#b7">[8]</ref> and Web data are known <ref type="bibr" target="#b15">[15]</ref>. Although the high level of abstraction makes FCA suitable for use with data of any nature, its application to specific data often requires special investigation. It is fully relevant for using FCA on textual data.</p><p>The main problem in creating concept lattice on textual data is building so called formal contexts on this data. Formal context is matrix representation of the relation on the sets of objects and attributes. So it is needed to acquire words or word combinations from texts which are interpreted as objects and attributes. To restrict all possible combinations of words of such meanings we need to select from them those ones which are valued for solving concrete problem or the class of problems. As a result a concept lattice created on texts</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Proceedings of the XVIII International Conference «Data Analytics and Management in Data Intensive</head><p>Domains» (DAMDID/RCDL'2016), Ershovo, Russia, October 11 -14, 2016 becomes domain specific. This is similar to the design of ontologies and concept lattice is often considered as framework of ontology <ref type="bibr" target="#b21">[21]</ref>.</p><p>Another paradigm of conceptual modeling is Conceptual Graphs (CGs) <ref type="bibr" target="#b24">[24]</ref>. Conceptual graph is bipartite directed graph having two types of vertices: concepts and conceptual relations. Conceptual terms of entities and relationships are represented in conceptual graphs as its concepts and conceptual relations.</p><p>Conceptual graphs have been applied for modeling many real life objects including texts. Acquiring conceptual graphs from natural language texts is nontrivial problem but it is quite solvable <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b4">[5]</ref>.</p><p>The main purpose of this paper is to show how two paradigms of conceptual modeling -Conceptual Graphs and Formal Concept Analysis -can be united in one modeling technique. The idea of joining these two paradigms seems very attractive but not elaborated much enough <ref type="bibr" target="#b22">[22]</ref>, <ref type="bibr" target="#b26">[26]</ref>.</p><p>Proposed technique is used in on-going project of creating fact extraction system working on biomedical data. Experimental investigation of it is performed on the annotated textual corpus consisted of descriptions of biotopes of bacteria.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">CGs-FCA modeling</head><p>The proposed modeling technique named briefly as CGs-FCA modeling is based on using conceptual graphs and concept lattice. It may be applied for knowledge extraction from textual data. In CGs-FCA modeling conceptual graphs serve as semantic models of text sentences and the data source for formal context of concept lattice. Concept lattice built on textual data is applied for knowledge extraction. Knowledge, sometimes interpreted as facts, can be extracted by using navigation in the lattice and interpretation its concepts and hierarchical links between them.</p><p>To illustrate CGs-FCA modeling, consider some FCA basics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Formal Concept Analysis basics</head><p>There are two basic notions FCA deals with: formal context and concept lattice <ref type="bibr" target="#b13">[13]</ref>. Formal context is a triple = ( , , ) </p><formula xml:id="formula_0">G M I K = ,</formula><formula xml:id="formula_1">: { | , } A m M g m I g A         and : { | , } B g G g m I m B         then the pair (A, B) that , A B B A   </formula><p> is named as formal concept. The sets A and B are closed by composition of mappings: '' , '' A A B B   ; A and B is called the extent and the intent of a formal context = ( , , ) G M I K = respectively. By other words, a formal concept is a pair (A, B) of subsets of objects and attributes which are connected so that every object in A has every attribute in B, for every object in G that is not in A, there is an attribute in B that the object does not have and for every attribute in M that is not in B, there is an object in A that does not have that attribute.</p><p>The partial orders established by relations ф and Р on the set G and M induce a partial order ≤ on the set of formal concepts. If for formal concepts (A 1 , B 1 ) and (A 2 ,</p><formula xml:id="formula_2">B 2 ), 1 2 A A ф and 2 1 B B Р then (A 1 , B 1 ) ≤ (A 2 , B 2 ) and formal concept (A 1 , B 1 ) is less general than (A 2 , B 2 )</formula><p>. This order is represented by concept lattice. A lattice consists of a partially ordered set in which every two elements have a unique supremum (also called a least upper bound or join) and a unique infimum (also called a greatest lower bound or meet).</p><p>According to the central theorem of FCA <ref type="bibr" target="#b13">[13]</ref>, a collection of all formal concepts in the context = ( , , )</p><formula xml:id="formula_3">G M I K =</formula><p>with subconcept-superconcept ordering ≤ constitutes the concept lattice of K . Its concepts are subsets of objects and attributes connected each other by mappings A , B and ordered by a subconceptsuperconcept relation. To illustrate these abstract definitions consider an example. Figure <ref type="figure" target="#fig_1">1</ref> shows simple formal context and concept lattice composed on the sets G = {DNA, Virus, Prokaryotes, Eukaryotes, Bacterium} and M = {Membrane, Nucleus, Replication, Recombination}. The set G is ordered according to sizes of its elements: DNA is smallest and bacterium is biggest ones. The set M has relative order: one part (Membrane, Nucleus) characterizes microbiological structure of objects from G, but another part (Replication, Recombination) characterizes the way of breeding, and these parts are incomparable. In the concept lattice the bacterium is placed in the concept C1 = ({Prokaryotes, Eukaryotes, Bacterium}, {Membrane, Replication}). In this concept, three objects {Prokaryotes, Eukaryotes, Bacterium} constitute the extent of the concept; they are united by their mutual attribute {Membrane, Replication} which constitute the intent of the concept. The concept C 1 is more general concept than the concept C 2 = ({Eukaryotes}, {Nucleus}).</p><p>Also on the Fig. <ref type="figure" target="#fig_1">1</ref> there are two different branches of concepts characterizing two families: the viruses and DNA and prokaryotes, eukaryotes and bacteria. This concept demonstrates the fact of separation of objects from the set G into two important branches. The link between them is the attribute "Membrane". It is known <ref type="bibr" target="#b6">[7]</ref> that viruses can have a lipid shell formed from the membrane of the host cell. Therefore, the membrane is positioned in the formal context on the Fig. <ref type="figure" target="#fig_1">1</ref> as an attribute of the virus.</p><p>This example demonstrates specific ways of extracting knowledge from conceptual lattice:</p><p> analyzing formal concepts in concept lattice;  analyzing conceptual structures in concept lattice -its sub lattices in the general case.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.1">FCA on textual data</head><p>The main problem in applying FCA on textual data is the problem of building formal context. If textual data is represented as natural language texts then this problem becomes acute.</p><p>There are several approaches to the construction of formal contexts on the textual data, presented as separate documents, as data corpora. One, mostly applied variant is the context in which the objects are text documents and the attributes are the terms from these documents. Another variant is building formal context directly on the texts and the formal context may represent various features of textual data:  semantic relations (synonymy, hyponymy, hypernymy) in a set of words for semantic matching <ref type="bibr" target="#b16">[16]</ref>,  verb-object dependencies from texts <ref type="bibr" target="#b10">[10]</ref>,  words and their lexico-syntactic contexts <ref type="bibr" target="#b20">[20]</ref>.</p><p>These lexical elements must be distinguished in texts as objects and attributes. There are following approaches to solve this problem:  adding special descriptions to texts which mark objects and attributes and partial order,  using corpus tagging and semantic models of texts <ref type="bibr" target="#b10">[10]</ref>.</p><p>We apply the second approach and use conceptual graphs for representing semantics of individual sentences of a text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">The modeling process</head><p>Consider in general the process of CGs -FCA modeling. It includes the following steps.</p><p>1. Acquiring a set of conceptual graphs from input texts. As it is mentioned above conceptual graphs can be acquired from texts by existing information systems. For example they can be created by our system CGs Maker . Some details about it can be found in <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b4">[5]</ref>. We use verb-centered approach for creating conceptual graphs. According to this approach, a conceptual graph is constructed so that there is the central concept in it which is realized as a verb. If there are no verbs in a sentence then method also creates conceptual graph. Verbcentered approach is important for us since it provides predicate forms in the structures of conceptual graphs. These forms are mostly used for representing conceptual graph semantics.</p><p>2. Aggregating the set of conceptual graphs. Aggregation is needed to exclude excessive dimension of conceptual models, not related to useful information. We have tested following ways of conceptual graphs aggregation: conceptual graphs clustering and using corpus tagging together with support of concept types in conceptual graphs. Clusters of conceptual graphs need to be semantically interpreted which may lead to additional investigations. The second method is more constructive since it selects those conceptual graphs which concepts have mappings to certain domain. Such domain of terms may be presented by corpus tagging or by thesaurus. Some details of aggregation are below.</p><p>3. Creating formal contexts. This is the central point of CGs -FCA modeling. One or several formal contexts have been built on the aggregated conceptual graphs. The number of formal concepts and the method of building them depend on the problem being solved with CGs -FCA modeling.</p><p>4. Building concept lattice. Having a formal context as input data, a concept lattice may be created by using various algorithms. There is a field of research in FCA devoted to creating and developing algorithms for concept lattice creation <ref type="bibr" target="#b21">[21]</ref>. On the current stage of CGs -FCA modeling technique we use standard solution of creating concept lattice realized in the open source tool <ref type="bibr" target="#b27">[27]</ref>. Nevertheless, here there are certain possibilities to create new algorithms oriented on specific structure of formal contexts acquired from conceptual graphs. One of such structure is block-diagonal structure which arises namely on using textual data as input.</p><p>5. Knowledge extraction from concept lattice. In concept lattice it is possible to identify connections http://85.142.138.156:8888 . between its concepts according to the principle of "common -particular". Each concept may be interpreted as the set of potential facts of certain level, which is associated with other facts. So the knowledge extracted from concept lattice may be interpreted a s facts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Aggregation of conceptual graphs</head><p>In the theory of conceptual graphs aggregation means replacing conceptual graphs by more general graphs <ref type="bibr" target="#b24">[24]</ref> . These general graphs may be created as new graphs or may be graphs or sub graphs from initial set of graphs. Aggregation of conceptual graphs has semantic meaning and general graphs make up the context (not formal context) of initial set of graphs.</p><p>Clustering is a way of aggregation of conceptual graphs. Graphs which are the nearest ones to the centers of clusters have been treated as general graphs.</p><p>We have studied several approaches for clustering conceptual graphs <ref type="bibr" target="#b1">[2]</ref> using various similarity measures. There are two known similarity measures proposed in <ref type="bibr" target="#b17">[17]</ref>, the conceptual similarity</p><formula xml:id="formula_4">1 2 2 ( ) ( ) ( ) c c n s n n      (1)</formula><p>and relative similarity</p><formula xml:id="formula_5">1 2 2 ( ) ( ) ( ) c c c r m s m m        . (<label>2</label></formula><formula xml:id="formula_6">)</formula><p>Here 1 2 ,   -conceptual graphs, If two conceptual graphs have identical concepts then their conceptual similarity has non zero value. Relative similarity is non-zero when two conceptual graphs have identical structures of patterns of conceptual relations.</p><p>We used conceptual and relative similarities (1), (2) and their combination in the experiments of conceptual graphs clustering <ref type="bibr" target="#b1">[2]</ref>. Except traditional algorithms of clustering such as K-means, we used genetic clustering algorithm with special encoding. The peculiarity of implementing genetic algorithms for clustering is that there may be several final solutions i.e. several different variants of clustering.</p><p>All numerical characteristics of conceptual graphs clustering results (number of clusters, dimensions of clusters, etc.) are not informative. Clusters of conceptual graphs need to be semantically interpreted. The way of that interpretation depends on the nature of the problem to be solved with conceptual graphs.</p><p>Both conceptual and relative similarity measures share a common sub graph c  . But two conceptual graphs may have no common sub graph but may be similar "semantically". That means that their concepts have the same type. For example different names of bacteria belong to the type "bacterium" or the type "the name of bacteria".</p><p>The second way of conceptual graphs aggregation is based on supporting types of concepts by using external resources. Thesaurus or corpus tagging may be such resource. Section 3 contains additional details.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Creating formal contexts</head><p>The crucial step in the described process of CGs -FCA modeling is creating formal contexts on the set of conceptual graphs.</p><p>At first glance, this problem seems simple: those concepts of conceptual graphs which are connected by "attribute" relation have been put into formal context as its objects and attributes. Actually the solution is much more complex. Fig. <ref type="figure">2</ref> shows an example of conceptual graph for the sentence "Burkholderia phytofirmans belongs to the beta-proteobacteria and was isolated from surfacesterilized glomus vesiculiferum-infected onion roots."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 2 Conceptual graph for the sentence "Burkholderia phytofirmans belongs to the betaproteobacteria and was isolated from surface-sterilized glomus vesiculiferum-infected onion roots."</head><p>This graph has five conceptual relations "attribute" but only four of them indicate the objects and attributes valid for formal context. Using "phytofirman" as object and "Burkholderia" as attribute in the formal context is wrong way because "Burkholderia phytofirmans" is known full name of this bacterium <ref type="bibr" target="#b5">[6]</ref> and full names of bacteria have to be objects in a formal context devoted to bacteria. Word combinations denoting the names of bacteria must be recognized before the building of conceptual graphs. There is no other way of doing this than to use an external source of information, for example, the corpus tagging. So in this example the sub graph &lt;phytofirman&gt;-(attribute) -&lt; burkholderia &gt; is useless for bacteria names recognizing.</p><p>Remaining elements of conceptual graph on the Fig. <ref type="figure">2</ref> are not useless and play significant roles in creating formal context. Conceptual graph on the Fig. <ref type="figure">2</ref> represents two facts: 1. bacterium Burkholderia phytofirmans belongs to beta-proteobacteria; 2. this bacterium infects the onion.</p><p>To provide the presence information about those and other facts in the formal contexts the following rules are implemented as mostly important when creating formal contexts. 1. Not only individual concepts and relations, but also patterns of connections between concepts in conceptual graphs represented as sub graphs have been analyzed and processed. These patterns are predicate forms &lt;object&gt; -&lt;predicate&gt; -&lt;subject&gt; which in conceptual graphs look as the template &lt;concept&gt;-(patient) -&lt; verb &gt; -(agent) -&lt;concept&gt;. Not only agent and patient semantic roles but also other similar to them (goal on the Fig. <ref type="figure">2</ref>) roles are allowed in templates.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">The hierarchy of conceptual relations in conceptual</head><p>graphs is fixed and taken into account when creating formal context. This hierarchy exists on the Fig. <ref type="figure">2</ref>: relations "agent", "goal", "from", "modificator" are on the top level and relations "attribute" belong to underlying levels. Using this hierarchy of conceptual relations we can select for formal contexts more or less details from conceptual graphs. These empirical rules are related to the principle of pattern structures which was introduced in FCA in the work <ref type="bibr" target="#b12">[12]</ref>. A pattern structure is the set of objects with their descriptions (patterns), not attributes. Patterns also have similarity operation. The instrument of pattern structures is for creating concept lattices on the data being more complicated than sets of objects and attributes.</p><p>Conceptual graph is a pattern for the object it represents. A sub graph of conceptual graph is projection of a pattern. Namely projections are often used for creating formal contexts. Similarity operation on conceptual graphs is a measure of similarity which is applied in clustering. The relative similarity (2) is mostly close to be similarity operation for patterns.</p><p>The CGs -FCA modeling technique was tested in various levels of its realization for classification messages in technical support services <ref type="bibr" target="#b2">[3]</ref>, modeling requirements for information systems <ref type="bibr" target="#b3">[4]</ref> and classifying queries to biomedical systems <ref type="bibr" target="#b4">[5]</ref>.</p><p>3 CGs-FCA modeling on biomedical data</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Biomedical data intensive domain</head><p>Bioinformatics is the field where Data Mining and Text Mining applications are growing up rapidly. New term of "Biomedical Natural Language Processing" (BioNLP) has been appeared there <ref type="bibr" target="#b0">[1]</ref>. This appearing is stipulated by huge amount of scientific publications in Bioinformatics and organizing them into corpora with access to full texts of articles via such systems as PubMed <ref type="bibr" target="#b25">[25]</ref>. Information resources of PubMed have been united in several subsystems presenting databases, corpora and ontologies. So called "research community around PubMed" <ref type="bibr" target="#b14">[14]</ref> forms data intensive domain in this area. It not only uses data from PubMed but also creates new data resources and data mining tools including specialized languages for effective biomedical data processing <ref type="bibr" target="#b11">[11]</ref>.</p><p>In our experiments we use PubMed vocabulary thesaurus MeSH (Medical Subject Headings) as external resource for supporting types of concepts in conceptual graphs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Data structures</head><p>Our experiments have been carried out using text corpus of bacteria biotopes which is used in the innovation named as BioNLP Shared Task <ref type="bibr" target="#b5">[6]</ref>. Biotope is an area of uniform environmental conditions providing a living place for plants, animals or any living organism. Biotope texts form tagged corpus. The tagging includes full names of bacteria, its abbreviated names and unified key codes in the database. We can add additional tags and we do it.</p><p>A BioNLP data is always domain-specific. All the texts in the corpus are about bacteria themselves, their areal and pathogenicity. Not every text contains these three topics but if some of them are in the text then they are presented as separate text fragments. This simplifies text processing.</p><p>The CGs -FCA modeling environment has DBMS for storing and managing data used in experiments. We use relational database on the SAP-Sybase platform. Database stores texts, conceptual graphs, formal contexts and concept lattices. Special indexing is applied on textual data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">BioNLP tasks</head><p>According to the BioNLP Shared Task initiative <ref type="bibr" target="#b5">[6]</ref> there are two main tasks solving on biomedical corpora: the task of Named Entity Recognition (NER) and the task of Relations Extraction (RE).</p><p>The task of Named Entity Recognition on the corpus of bacteria descriptions is formulated as seeking bacteria names presented directly in the texts or as co-references (anaphora).</p><p>Relations Extraction means seeking links between bacteria and their habitat and probably diseases it causes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">NER and anaphora resolution</head><p>The task of Named Entity Recognition has direct solution with conceptual graphs. The only problem which is here is anaphora resolution.</p><p>Anaphora resolution is the problem of resolving references to earlier or later items in the text. These items are usually noun phrases representing objects called referents but can also be verb phrases, whole sentences or paragraphs. Anaphora resolution is the standard problem in NLP.</p><p>Biotopes texts we work with contain several types of anaphora:</p><p> hyperonym definite expressions ("bacterium" -"organism", "cell" -"bacterium"),  higher level taxa often preceded by a demonstrative determinant ("this bacteria", "this organism"),  sortal anaphors ("genus", "species", "strain"). For anaphora detection and resolution we use a pattern-based approach. It is based on fixing anaphora items in texts and establishing relations between these items and bacteria names. We use double-pass algorithm for anaphora resolution which controls so called isolated concepts appeared on the first pass of the algorithm. Isolated concepts are those concepts which are not connected by relation with any other concepts. As a rule they appear when a sentence contains abbreviations or code of bacterium. For example, in the sentence "Streptococcus thermophilus strain LMG 18311" there is code of bacterium strain. This code will be presented as isolated concept in conceptual graph. Later in another sentence there is text fragment "…two yogurt strains of S. thermophiles …" which has abbreviation of the name of bacterium. Having isolated concept with strain code we can identify it with bacterium using corpus tagging. For resolving abbreviations programming triggers which react to the second word after abbreviation are applied.</p><p>To evaluate the quality of this solution of NER the standard characteristics of recall, precision and F-score were calculated. To obtain them it was needed to mark named entities manually in the texts used in experiments. The table 1 contains values of recall, precision and Fscore compared with corresponding values from the work <ref type="bibr" target="#b23">[23]</ref>. In this work pattern-based approach is also applied and several external resources were involved in the NER solution. The Alvis system was explored in <ref type="bibr" target="#b23">[23]</ref> and SemText is the name of our system which explores CGs -FCA modeling.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1 Recall, precision and F-score for NER solutions</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Recall</head><p>Precision F-score Alvis 0,52 0,46 0,59 SemText 0,42 0,53 0,47 The ratio of the values of recall and precision is more informative than their individual ones and is shown on the Fig. <ref type="figure">3</ref>. According to the table 1 and Fig. <ref type="figure">3</ref> we resume that there is medium quality of our solution of NER. It is explained by disability of our algorithm to interpret all possible isolated concepts in conceptual graph. As a result approximately half of marked lexical elements were not recognized as entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5">Relations extraction with concept lattices</head><p>Conceptual graphs represent relations between words. Therefore they can be applied for relations extraction but only in one sentence. For extracting relations between bacteria on several texts we applied concept lattices.</p><p>We had selected 130 mostly known bacteria and have processed corresponding corpus texts about them. All the texts were preliminary filtered for excluding stop words and other non-informative lexical elements.</p><p>Three formal contexts of "Entity", "Areal" and "Pathogenicity" were built on the texts. They have the names of bacteria as objects and corresponding concepts from conceptual graphs as attributes. Table <ref type="table">2</ref> shows numerical characteristics of created contexts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 3 Recall and precision ratio for NER solution on 60 objects</head><p>Table <ref type="table">2</ref> Numerical characteristics of created contexts Among attributes there are bacteria properties (gramnegative, rod-shaped, etc.) for "Entity" context, mentions of water, soil and other environment parameters for "Areal" context and names and characteristics of diseases for "Pathogenicity" context As it is followed from the table there is relatively small number of formal concepts in the contexts. This is due to the sparse form of all contexts generated by conceptual graphs.</p><p>For extracting relations we use visualization on the current stage of modeling technique. It allows getting results only for relatively small lattices.</p><p>Often relations between concepts in concept lattice may be treated as facts. Extracting facts from concept lattices is realized by forming special views constructed on the lattice and corresponded to certain property (intent in the lattice) or entity (extent in the lattice) on the set of bacteria. Every view is a sub lattice. It shows the links between concrete bacterium and its properties.</p><p>An example of such view as the fragment of lattice is shown on Fig. <ref type="figure">4</ref>. The lattice on the Fig. <ref type="figure">4</ref>  </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>where G is a set of objects, Mset of their attributes, I G M   -binary relation which represents facts of belonging attributes to objects. The sets G and M are partially ordered by relations ф and Р concepts in the formal context have been determined by the following way. If for subsets of objects A G  and attributes B M  there are exist mappings (which may be functions also) : A A B   and :</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1</head><label>1</label><figDesc>Figure 1 Example of formal context and concept lattice.</figDesc><graphic coords="2,315.06,518.22,212.43,151.50" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>1</head><label>1</label><figDesc></figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>is the number of relations of conceptual graph i  , at least one of which belongs to the common sub graph c  .</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Highlighted view on the figure illustrates gramnegative property of bacteria. Such bacteria are resistant to conventional antibiotics.</figDesc><table><row><cell>contains formal concepts related to the following bacteria: Borrelia turicatae, Frankia, Legionella, Clamydophila, Thermoanaerobacter tengcongensis, Xanthomonas name Number of objects Number of attributes Number of formal concepts Entity 130 26 426 Areal 130 18 127 oryzae. Context Pathogenicity 130 28 692</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The lightweight online version of CGs Maker for simple English and Russian texts can be found at</note>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"> †  <p>The paper concerns the work which is partially supported by Russian Foundation of Basic Research, grant № 15-07-05507</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Using this view, some facts about bacteria can be extracted:</p><p> only three bacteria from the set, Thermoanaerobacter tengcongensis, Clamydophila and Xanthomonas oryzae, are gramnegative;  two gram-negative bacteria, Thermoanaerobacter tengcongensis and Xanthomonas oryzae, have the shape as rod;  one of gram-negative bacteria, Clamydophila, is obligately pathogenic.</p><p>Note that attribute obligately pathogenic was formed directly from the two words in the text according to the rule of marking words denoting extreme situation. Comparing our results of relations extraction with the known ones from <ref type="bibr" target="#b23">[23]</ref> we resume that concept lattice provides principally another variant of solution of this task. In <ref type="bibr" target="#b23">[23]</ref> results of relations extraction are presented as marked words in the texts. Visualized concept lattice is more powerful object for investigating relations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions and future work</head><p>This paper describes the idea of joining two paradigms of conceptual modeling -conceptual graphs and concept lattices. Current results of realizing this idea as CGs -FCA modeling on textual data show its good potential for knowledge extraction.</p><p>In spite of advantage of CGs -FCA modeling there are some problems which need to be solved for improving the quality of modeling technique.</p><p>1. Conceptual graphs acquired from texts contain many noise elements. Noise is constituted by the text elements that contain no useful information or cannot be interpreted as facts. Noise elements significantly decrease efficiency of algorithms of CGs -FCA modeling. To exclude noise we need to distinguish textual data that can be excluded from consideration, for example, information about when and by whom a bacterium was first identified. 2. Empirical rules which we use for creating formal contexts cannot embrace all configurations of conceptual graphs. More formal approach to creating formal contexts on the set of conceptual graphs will guarantee the completeness of solution. We guess that using patterns structures and their projections is that way of formalizing CGs -FCA modeling technique. 3. The next stage of developing CGs -FCA modeling is creating fledged information system which process user queries and produce solutions of certain tasks on textual data. Not only visualization but also special user oriented interfaces to concept lattice will be created in this system.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Workshop on Biomedical Natural Language Processing</title>
		<author>
			<persName><surname>Bionlp</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Association for Computational Linguistics</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note>Proceedings of the Workshop</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Application of Conceptual Graphs in Digital Libraries</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bogatyrev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Latov</surname></persName>
		</author>
		<author>
			<persName><surname>Stolbovskaya</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. RCDL (Digital libraries: advanced methods and technologies, digital collections</title>
				<meeting>RCDL (Digital libraries: advanced methods and technologies, digital collections</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="464" to="468" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Using Conceptual Graphs for Text Mining in Technical Support Services. Pattern Recognition and Machine Intelligence</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bogatyrev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kolosoff</surname></persName>
		</author>
		<ptr target="http://link.springer.com/chapter/10.1007%2F978-3-642-21786-9_75" />
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="volume">6744</biblScope>
			<biblScope unit="page" from="466" to="471" />
			<date type="published" when="2011">2011. 2011. 2011</date>
			<publisher>Springer-Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Application of Conceptual Structures in Requirements Modeling</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bogatyrev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Nuriahmetov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the International Workshop on Concept Discovery in Unstructured Data (CDUD 2011) at the Thirteenth International Conference on Rough Sets, Fuzzy Sets, Data Mining and Granular Computing -RSFDGrC 2011</title>
				<meeting>of the International Workshop on Concept Discovery in Unstructured Data (CDUD 2011) at the Thirteenth International Conference on Rough Sets, Fuzzy Sets, Data Mining and Granular Computing -RSFDGrC 2011<address><addrLine>Moscow, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="11" to="19" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Conceptual Modeling in Biomedical Data Research</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Y</forename><surname>Bogatyrev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Vakurin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mathematical Biology and Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="340" to="349" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>in Russian</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">BioNLP 2011 Shared Task -The Bacteria Track</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bossy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jourde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A-P</forename><surname>Manine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Veber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alphonse</forename><forename type="middle">E</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Van</forename><surname>De Guchte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bessières</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nédellec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename></persName>
		</author>
		<idno type="DOI">10.1186/1471-2105-13-S11-S3</idno>
		<ptr target="http://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-13-S11-S3" />
	</analytic>
	<monogr>
		<title level="j">BMC Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">S8</biblScope>
			<biblScope unit="page" from="1" to="15" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Campbell</surname></persName>
		</author>
		<title level="m">Biology: Concepts and Connections</title>
				<imprint>
			<publisher>Benjamin-Cummings Publishing Company</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Exploiting the Potential of Concept Lattices for Information Retrieval with CREDO</title>
		<author>
			<persName><forename type="first">C</forename><surname>Carpineto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Romano</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Universal Computing</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="985" to="1013" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Using Concept Lattices for Text Retrieval and Mining</title>
		<author>
			<persName><forename type="first">C</forename><surname>Carpineto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Romano</surname></persName>
		</author>
		<editor>B. Ganter, G.</editor>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Formal Concept Analysis: Foundations and Applications</title>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>Stumme, and R. Wille</editor>
		<imprint>
			<biblScope unit="volume">3626</biblScope>
			<biblScope unit="page" from="161" to="179" />
			<date type="published" when="2005">2005</date>
			<publisher>Springer-Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Learning Concept Hierarchies from Text Corpora using Formal Concept Analysis</title>
		<author>
			<persName><forename type="first">P</forename><surname>Cimiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hotho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<ptr target="http://arxiv.org/pdf/1109.2140.pdf" />
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="305" to="339" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Edhlund</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mcdougall</surname></persName>
		</author>
		<ptr target="https://www.amazon.com/PubMed-Essentials-Mastering-Research-Database/dp/1312289457" />
		<title level="m">Pubmed Essentials, Mastering the World&apos;s Health Research Database</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note>Form &amp; Kunskap AB</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Pattern structures and their projections</title>
		<author>
			<persName><forename type="first">B</forename><surname>Ganter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICCS</title>
				<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="129" to="142" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Formal Concept Analysis: Foundations and Applications</title>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>Ganter, B., Stumme, G., Wille, R.</editor>
		<imprint>
			<biblScope unit="volume">3626</biblScope>
			<date type="published" when="2005">2005</date>
			<publisher>Springer-Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Biomedical language processing: what&apos;s beyond PubMed?</title>
		<author>
			<persName><forename type="first">L</forename><surname>Hunter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">B</forename><surname>Cohen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mol. Cell</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="page" from="589" to="594" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Concept-based Biclustering for Internet Advertisement</title>
		<author>
			<persName><forename type="first">Dmitry</forename><forename type="middle">I</forename><surname>Ignatov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sergei</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jonas</forename><surname>Poelmans</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 12th IEEE International Conference On Data Mining Workshops</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Vreeken</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Ling</surname></persName>
		</editor>
		<editor>
			<persName><surname>Zaki</surname></persName>
		</editor>
		<editor>
			<persName><surname>Siebes</surname></persName>
		</editor>
		<editor>
			<persName><surname>Yu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Goethals</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Webb</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Wu</surname></persName>
		</editor>
		<meeting>of 12th IEEE International Conference On Data Mining Workshops<address><addrLine>ICDMW</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012. 2012</date>
			<biblScope unit="page" from="123" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Semantic Matching Using Concept Lattice</title>
		<author>
			<persName><forename type="first">A</forename><surname>Meštrović</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-871/paper_6.pdf" />
	</analytic>
	<monogr>
		<title level="m">Concept Discovery in Unstructured Data</title>
				<meeting><address><addrLine>CDUD</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="49" to="58" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Flexible Comparison of Conceptual Graphs</title>
		<author>
			<persName><forename type="first">Gelbukh</forename><surname>Montes-Y-Gomez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baeza-Yates</forename><surname>Lopez-Lopez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="volume">2113</biblScope>
			<date type="published" when="2001">2001</date>
			<publisher>Springer-Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Ontology Design with Formal Concept Analysis</title>
		<author>
			<persName><forename type="first">M</forename><surname>Obitko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Snasel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Smid</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-110/paper12.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proc. of the CLA 2004 International Workshop on Concept Lattices and their Applications</title>
				<meeting>of the CLA 2004 International Workshop on Concept Lattices and their Applications</meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">Conceptual Modeling of Information Systems</title>
		<author>
			<persName><forename type="first">Antoni</forename><surname>Olivé</surname></persName>
		</author>
		<ptr target="https://www.amazon.com/dp/3540393897/ref=rdr_ext_tmb" />
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>Springer-Verlag</publisher>
			<pubPlace>Berlin, Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Automatic Acquisition of Formal Concepts from Text</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">G</forename><surname>Otero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">P</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Agustini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal for Language Technology and Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="59" to="74" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">Formal Concept Analysis in knowledge processing: A survey on models and techniques // Expert Systems with Applications</title>
		<author>
			<persName><forename type="first">J</forename><surname>Poelmans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Ignatov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Dedene</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="page" from="6601" to="6623" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Linguistic Applications of Formal Concept Analysis</title>
		<author>
			<persName><forename type="first">U</forename><surname>Priss</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Concept Analysis, Foundations and Applications</title>
				<editor>
			<persName><surname>Ganter; Stumme; Wille</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">3626</biblScope>
			<biblScope unit="page" from="149" to="160" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Event extraction of bacteria biotopes: a knowledgeintensive NLP-based approach</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Ratkovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Golik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Warnier</surname></persName>
		</author>
		<idno type="DOI">10.1186/1471-2105-13-S11-S8</idno>
		<ptr target="http://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-13-S11-S8" />
	</analytic>
	<monogr>
		<title level="j">BMC Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="1" to="11" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
	<note>Suppl</note>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Conceptual Structures: Information Processing in Mind and Machine</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Sowa</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1984">1984</date>
			<publisher>Addison-Wesley</publisher>
			<pubPlace>London, UK</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">S</forename></persName>
		</author>
		<ptr target="http://www.ncbi.nlm.nih.gov/pubmed" />
		<imprint/>
		<respStmt>
			<orgName>National Library of Medicine</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Conceptual Graphs and Formal Concept Analysis</title>
		<author>
			<persName><forename type="first">R</forename><surname>Wille</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifth International Conference on Conceptual Structures: Fulfilling Peirce&apos;s Dream</title>
				<meeting>the Fifth International Conference on Conceptual Structures: Fulfilling Peirce&apos;s Dream<address><addrLine>London</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="290" to="303" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Conexp-Ng</forename></persName>
		</author>
		<ptr target="https://github.com/fcatools/conexp-ng" />
		<imprint/>
	</monogr>
</biblStruct>

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