<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic Compilation of Person's Information Portraits as an Instrument of Historical Research</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anna Glazkova</string-name>
          <email>glazkova@yahoo.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Valery Kruzhinov</string-name>
          <email>v.m.kruzhinov@utmn.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zinaida Sokova</string-name>
          <email>z.n.sokova@utmn.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tyumen State University, Institute of History and Political Sciences</institution>
          ,
          <addr-line>Tyumen</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tyumen State University, Institute of Mathematics and Computer Science</institution>
          ,
          <addr-line>Tyumen</addr-line>
          ,
          <country>Russia anna</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The authors propose an approach to the compilation of person's information portraits. The development of this approach is relevant for the discovery of information useful for historical research. The article proposes a methodology for creating information portraits consisting of two stages: named-entity recognition and fact extraction. The authors carry out an experimental verification of the described approach. The proposed approach is implemented within the prototype of the information system. The implemented technology is intended for a wide range of biographical researchers and persons interested in history.</p>
      </abstract>
      <kwd-group>
        <kwd>data extraction</kwd>
        <kwd>information portrait</kwd>
        <kwd>historical methodology</kwd>
        <kwd>natural language processing</kwd>
        <kwd>parsing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The historical research, generally, is related to the study of biographical facts.
These facts are diverse. For example, the historian is interested in social,
economic, political and cultural aspects of person’s lives. The search for the listed
types of information is possible with the help of various sources. In particular the
Internet and electronic resources are actively used in modern practical historical
science.</p>
      <p>The search for diverse text information on the Internet is associated with
some difficulties. For example, scientists can not always clearly formulate a search
query. Some useful facts often seem indirect in the text. Therefore, the historian
is forced to read a huge amount of information to obtain these facts and view a
large number of web pages that can contain interesting biographical information.</p>
      <p>The idea of the technology presented in this article is to automate the
biographical facts extraction. The peculiarity of this project is its principled focus
on the needs of historians and biographers. We are developing a technology that
allows us to extract named entities and the corresponding facts from the text.
The extracted facts about the person should be stored in the database, then
other researchers will also have access to them.</p>
      <p>In this paper we use the term «information portrait». An information portrait
of a person is a named entity that denotes a historical personality and a set of
corresponding biographical facts.</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>Compilation of person’s information portraits implies the solution of the
following tasks:
– named-entity recognition;
– fact extraction from texts.</p>
      <p>
        Although named-entity recognition (NER) is a widely studied problem, its
solution is highly dependent on the subject area. NER has been applied to
different types of text: email [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], Wikipedia articles [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], tweets [
        <xref ref-type="bibr" rid="ref3 ref4">3,4</xref>
        ], news articles
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], etc. Named entities extraction from historical and biographical texts was
carried out in the works of K. Byrne [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], C. Grover et al.[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], T. Packer et al.[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
B. Batjargal et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed the approach to NER from traditional texts.
A detailed comparison of NER tools applied to biographical texts is given in
the article [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The presented instruments showed quite accurate results, but
their using in their pure form is impossible for Russian texts due to the specific
features of the Russian anthroponymic. Existing developments for the Russian
language (for example, [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]) need to be refined for historical texts.
      </p>
      <p>
        The issues of extracting biographical facts from the text were considered in
the article of I. M. Adamovich and O. I Volkov [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The authors describe a
technology that represents the fact as a tree structure. The root of the constructed
tree is a fact (e.g. «birth»), the related entities are stored in leaves. Also
historical facts extraction were discussed in the article of A. Cybulska and P. Vossen
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The authors applied to fact extraction a generic fact mining system
KYOTO. D. Hienert and F. Luciano [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] proposed two approaches to extract events
from Wikipedia: events extracting from the main article text and the creation
of events from the article itself.
2
      </p>
      <sec id="sec-2-1">
        <title>Methods</title>
        <p>In this work, the compilation of person’s information portraits is performed in
2 steps.</p>
        <sec id="sec-2-1-1">
          <title>Step 1. Search for named entities that label people. Step 2. Extracting facts related to the named entity.</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Person’s Names Recognition</title>
      <p>In this study, we adopted the following rules for identifying named entities
labelling persons.</p>
      <p>First of all, we search for named entities that already presented in the
database. Then the words of the text are checked by dictionary of personal
names and surnames of the Russian language. This dictionary was compiled
manually based on publicly available data on the Internet.</p>
      <p>The word is supposed to be a named entity or a part of a named entity if it
is written with a capital letter. In the case when after the word which is written
with a capital letter there are other words that begin with a capital letter,
they are also included in the supposed named entity. If there are punctuation
marks between the words, these words are marked as different named entities.
When there are specific words between the words beginning with a capital letter
(for example, «de» or «de la»), specific words are ignored, the search for words
beginning with the capital continues.</p>
      <p>There are a number of difficult cases, for them we were forced to create
separate templates. For example, word combinations like «prince Galitsy Vladimir»
or «president of RZhD Belozerov» are analysed using the vocabulary of posts
and professions and taking into account the case endings. As a result, the parser
retrieves the named entities «Vladimir» and «Belozerov» and respectively the
relevant facts «prince Galitsky» and «president of RZhD». Another difficult case
is constructions like «son of Peter Stolypin Arkady Stolypin». In this example,
the parser extracts a sequence of 4 words.</p>
      <p>In most cases, the parser distinguishes constructions with homogeneous parts
of the sentences such as «Petya and Nikolay Rostov» from constructions like
«prince Andrei and Nikolai Rostov» with the help of the Russian case forms
of surnames (for this examples the forms are «Rostovy» and «Rostov» in the
transliteration from the Russian). So, the result of the parser’s work is a pair of
entities «Petya Rostov» and «Nikolai Rostov» for the first case and «Andrei»
and «Nikolay Rostov» for the second case.</p>
      <p>The entity is not included in the list of personal names in the event that
there is one of the following excluding attributes:
– quotes;
– one of the parts of the essence is an abbreviation;
– word-markers within, before or after the entity (in particular the words
«ministry» or «university»).</p>
      <p>At the next stage supposed named entities are checked for the presence of
the following attributes:
– specific surname suffixes (-enco, -shvili, etc.) or patronymic (-vich, -vna);
– specific surname prefixes (Mac-, O’-, etc.);
– initials (one or two capital letters with dots, possibly a hyphen between the
initials), after or before the initials there is a word with a capital letter
(possibly two words associated with a hyphen);
– previous words «prince», «minister», etc.;
– verified pattern matching (examples of patterns are «Surname + Name +
Patronymic» or «Name + Regnal number»).</p>
      <p>If any of these attributes is present, the entity is marked as the person’s
name. Entities that do not have name attributes and excluding attributes are
offered to the user for manual markup.</p>
      <p>The flowchart for person’s names recognition is shown in Fig. 1.</p>
    </sec>
    <sec id="sec-4">
      <title>Fact Extraction</title>
      <p>For fact extraction the text is divided into sentences, complex sentences are
splitted into simple sentences.</p>
      <p>For the sentence where the named entity is found the following actions are
performed:
– marking the words that are included in the sentence text (part of speech
definition, case of nouns definition);
– fact extraction based on the templates.</p>
      <p>Further, we establish the presence of a co-reference with the following
sentences or with the following parts of a complex sentence. The co-reference is
a binding of several different references in the text to one real object. It was
experimentally determined that the co-reference occurs, as a rule, at a distance
of not more than two sentences. If the connection is established, the following
sentence also extracts the fact.</p>
      <p>For example, given the text (translation from Russian): "In 1943 writer
Alexander Solzhenitsyn was promoted to senior lieutenant. Next year he began
to command a battery in an artillery brigade. On 8 July 1944 he was awarded
the Order of the Red Star".</p>
      <p>First of all, the text is divided into sentences. We get the following set of
sentences:</p>
      <p>In the first sentence the parser finds a person’s name. The first sentence
is subjected to syntactic markup. Based on the results of markup, the text is
transformed into the following facts:
– Alexander Solzhenitsyn &lt;person&gt;
– writer &lt;fact&gt; – null &lt;date&gt;
– was promoted to senior lieutenant &lt;fact&gt; – 1943 &lt;date&gt;.</p>
      <p>The word «writer» in this example can be used as a synonym for the name
«Alexander Solzhenitsyn».</p>
      <p>In our parser we tried to resolve the co-referencing. One of the types of
coreferencing is the anaphora, or the reference to the object by means of special
pointers (for instance, pronouns). The second kind of co-referencing is synonymy.
Both types are present in the text example.</p>
      <p>An anaphoric relationship between the sentences 1 and 2 is established due
to the pronoun «he» in the second sentence. So, the parser replaces the pronoun
by the person’s name and also extracts the fact. The parser converts the phrase
«next year» into a date based on the last found year designation in the text.
Similarly, an co-referencing relationship is found with the following sentence.
Thus, the following information portrait is extracted from the text:
– Alexander Solzhenitsyn &lt;person&gt;
– writer &lt;fact&gt; – null &lt;date&gt;
– was promoted to senior lieutenant &lt;fact&gt; – 1943 &lt;date&gt;
– began to command a battery in an artillery brigade &lt;fact&gt; – 1944 &lt;date&gt;
– was awarded the Order of the Red Star &lt;fact&gt; – 08.07.1944 &lt;date&gt;</p>
      <sec id="sec-4-1">
        <title>The flowchart for fact extraction is shown in Fig. 2.</title>
        <p>3</p>
        <sec id="sec-4-1-1">
          <title>Results</title>
          <p>
            We conducted an experiment to test the proposed approach. A part of the
experiment devoted to named-entity recognition were based on the open Russian text
collection «Persons-1000» [
            <xref ref-type="bibr" rid="ref15 ref16">15,16</xref>
            ]. To compile information portraits we manually
collected the corpus of 30 texts.
          </p>
          <p>The result of the experiment was the accuracy of extraction. Accuracy was
defined as the ratio of the number of extracted entities to the total number of
entities.</p>
          <p>Based on the results of the experiments, the accuracy of person’s names
extraction was 91,73%. The accuracy of information portraits compiling was
70,96%. The study took into account only fully correctly compiled information
portraits.
4</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Discussion</title>
          <p>In this paper we showed that person’s information portraits can successfully be
extracted from text, based on constructional clues and semantic type
specification.</p>
          <p>In future we will make an attempt to increase the accuracy of the parser.
For this purpose, we plan to plan to establish links between named entities,
improve the consideration of syntactic links and add more attributes to both
name attributes and excluding attributes.</p>
          <p>In the next stage of the project we will develop a comprehensive information
system for the compiling of information portraits of historical personalities. This
system will be in demand both by biographical researchers and by ordinary users
interested in genealogy or searching for information about famous people.
Acknowledgements The authors wish to thank all those who participated in
the field exercise and helped to make it a successful endeavour.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Minkov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>R. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <article-title>Extracting personal names from email: applying named entity recognition to informal text</article-title>
          / in «HLT/EMNLP». P.
          <volume>443</volume>
          -
          <fpage>450</fpage>
          . - Vancouver: ACL,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Mohamed</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oussalah</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Identifying and Extracting Named Entities from Wikipedia Database Using Entity Infoboxes //</article-title>
          <source>International Journal of Advanced Computer Science and Applications</source>
          .
          <year>2014</year>
          . Vol.
          <volume>7</volume>
          ,
          <string-name>
            <given-names>N</given-names>
            <surname>5</surname>
          </string-name>
          . P.
          <volume>164</volume>
          -
          <fpage>169</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Derczynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rizzo</surname>
            , D., van Erp,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gorrell</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Troncy</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrak</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>Analysis of named entity recognition and linking for tweets // Information Processing</article-title>
          and Management.
          <year>2015</year>
          . N 51. P.
          <volume>42</volume>
          -
          <fpage>49</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Espinosa</surname>
            ,
            <given-names>K. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batista-Navarro</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ananiadou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>Learning to recognise named entities in tweets by exploiting weakly labelled data / in «Proceedings of the 2nd Workshop on Noisy User-generated Text»</article-title>
          . P.
          <volume>153</volume>
          -
          <fpage>163</fpage>
          . - Osaka,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kanana</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanaab</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Dabbas</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanaab</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Dahoud</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          <string-name>
            <surname>Extracting Named Entities Using Named Entity Recognizer</surname>
          </string-name>
          for Arabic News Articles //
          <source>International Journal of Advanced Studies in Computers, Science and Engineering</source>
          .
          <year>2016</year>
          . Vol.
          <volume>5</volume>
          . N 11. P.
          <volume>78</volume>
          -
          <fpage>84</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Byrne</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>Nested Named Entity Recognition in Historical Archive Text</article-title>
          / in «Proceedings of ICSC-
          <year>2007</year>
          ». P.
          <volume>589</volume>
          -
          <fpage>596</fpage>
          . - Irvine,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Grover</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Givon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tobin</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ball</surname>
          </string-name>
          ,
          <source>J. Named Entity Recognition for Digitised Historical Texts / in «Proceedings of the International Conference on Language Resources and Evaluation». - Marrakesh</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Packer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutes</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stewart</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Embley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ringger</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seppi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>Extracting Person Names from Diverse and Noisy OCR Text / in «Proc. of the 4th workshop on Analytics for noisy unstructured text data»</article-title>
          . P.
          <volume>19</volume>
          -
          <fpage>26</fpage>
          . - Toronto,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Batjargal</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khaltarkhuu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kimura</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maeda</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>An approach to named entity extraction from historical documents in traditional mongolian script</article-title>
          / in «IEEE/ACM Joint Conference on Digital Libraries ». -
          <fpage>2014</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Atdag</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Labatut</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>A Comparison of Named Entity Recognition Tools Applied</article-title>
          to Biographical Texts // in «2nd International Conference on Systems and Computer Science». P.
          <volume>228</volume>
          -
          <fpage>233</fpage>
          . -
          <fpage>2013</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kuznetsov</surname>
            ,
            <given-names>I. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kozerenko</surname>
            ,
            <given-names>E. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charnine</surname>
            ,
            <given-names>M. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matskevich</surname>
            ,
            <given-names>A. .G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolayev</surname>
            ,
            <given-names>V. .G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Somin</surname>
            ,
            <given-names>N. V.</given-names>
          </string-name>
          <article-title>Intelligent Systems for Entities Extractions Based on Extended Semantic Networks / in «Open Semantic Technologies for Intelligent Systems»</article-title>
          . P.
          <volume>373</volume>
          -
          <fpage>380</fpage>
          . - Minsk: BGUIR,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Adamovich</surname>
            ,
            <given-names>I. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volkov</surname>
            ,
            <given-names>O. I.</given-names>
          </string-name>
          <article-title>The system of facts extraction from historical texts // Systems</article-title>
          and Means of Informatics.
          <year>2015</year>
          . Vol.
          <volume>25</volume>
          , N 3. P.
          <volume>235</volume>
          -
          <fpage>250</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Cybulska</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vossen</surname>
          </string-name>
          , P. Historical Event Extraction From Text / in
          <source>«Proceedings of 5th ACL-HLT Workshop on Language Technology on Cultural Heritage</source>
          ,
          <source>Social Sciences and Humanities</source>
          .» P.
          <fpage>39</fpage>
          -
          <lpage>43</lpage>
          . - Portland: Association for Computational Linguistic,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Hienert</surname>
            <given-names>D.</given-names>
          </string-name>
          , Luciano F.
          <article-title>Extraction of Historical Events from Wikipedia / in «ESWC 2012 Satellite Events</article-title>
          .» P.
          <fpage>16</fpage>
          -
          <lpage>28</lpage>
          . - Berlin: Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Vlasova</surname>
            <given-names>N.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sulejmanova</surname>
            <given-names>E.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trofimov</surname>
            <given-names>I.V.</given-names>
          </string-name>
          <article-title>Message about the Russianlanguage collection for the task of extracting personal names from texts / in «Proceedings of the conference on computer and cognitive linguistics TEL'2014 «Language semantics: models</article-title>
          and technologies» P.
          <fpage>36</fpage>
          -
          <lpage>40</lpage>
          . - Kazan,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. «Person-1000» Collection. URL: http://ai-center.botik.ru/Airec/index.php/ru/ collections/28-persons-1000. Date of access:
          <volume>17</volume>
          .
          <fpage>03</fpage>
          .
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>