<!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>Commercial Content Distribution System Based on Neural Network and Machine Learning</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Lviv Polytechnic National University</institution>
          ,
          <addr-line>Lviv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Opole</institution>
          ,
          <addr-line>Opole</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2045</year>
      </pub-date>
      <fpage>0000</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>In this paper, we consider the problem of designing an information system for methods and means of commercial distribution of information products, using a personalized approach to visitors based on categories and tags for interesting visitors of information products. The designed system is the methods and means of reorganization in the online store, with the core of the automatic recommendation of tags (categories) in the form of a neural network with controlled learning that provides the intelligence of the system as a whole. Providing a convenient site is key because online stores can help customers find the things they are looking for in a more versatile way. This allows visitors to manage their own buying experience, which helps to increase customer loyalty and makes them more inclined to return to the site for more purchases, which in turn greatly facilitates trade. The technologies of artificial intelligence will provide customers with better services and individual impressions. They also maximize the marketing efforts of the company, minimizing the need to spend money on ineffective advertising campaigns. The purpose of the intellectual system of Internet commerce is to provide unique content based on the approach of personalization and the use of tags.</p>
      </abstract>
      <kwd-group>
        <kwd>Information Resource</kwd>
        <kwd>Information Products</kwd>
        <kwd>SEO</kwd>
        <kwd>Information Technology</kwd>
        <kwd>Text Monitoring</kwd>
        <kwd>Information Personalization</kwd>
        <kwd>Information Products Distribution</kwd>
        <kwd>Neural Network</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Sitecore CMS</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The main idea of the neural network is to simulate or copy in a simplified, but reliable
way, the many densely integrated brain cells inside the computer to learn things,
recognize patterns and make decisions in a human way [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. An amazing thing about the
neural network is that you do not have to program it; it will know everything by itself,
just like the brain [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. However, this is not a brain. Artificial neural networks are a
type of artificial intelligence that tries to reproduce the work of the human brain
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. They can learn from experience, recognize patterns and predict trends, they can
tell which tactics people have been exposed to in a marketing campaign, and what
should be discarded and rethought [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. It's important to note that neural networks are
usually simulation software, they are created by programming very simple computers
that work very traditionally with conventional transistors and
consistently logically connected so that they behave as if they are built from billions of high
interactions [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The cells that work in parallel. Nobody ever tried to build a computer
by connecting transistors in a tightly parallel structure, just like a human brain [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In
other words, the neural network is different from the human brain just as the computer
model of the weather differs from real clouds, snowflakes or sunlight [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Computer
simulations are simply assemblies of algebraic variables and mathematical equations
that bind together, in other words, numbers are stored in fields whose values are
constantly changing [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Structure of Neural Networks</title>
      <p>
        A typical neural network has something from several tens to hundreds, thousands, or
even 1,000,000 of artificial neurons, which are called units that are arranged in series
of layers, each of which connects to a layer on both sides [
        <xref ref-type="bibr" rid="ref1 ref9">1,9</xref>
        ]. Some of them, known
as input units, is intended to receive various forms of information from the outside
world that the network will attempt to identify, recognize, or otherwise handle
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Other units sit on the opposite side of the network and signal how it corresponds
to the information received, they are known as output units [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Between input
devices and output blocks there are one or more layers of hidden blocks that together
form the majority of the artificial brain [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Most neural networks are fully
connected, which means that each hidden block and each output block are connected to each
block in layers on both sides [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The connection between one unit and the other is
represented by a figure that is called a weight, which can be positive (if one unit
excites the other) or negative (if one unit depresses another). The higher the value, the
more one unit affects the other [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. This corresponds to how actual brain cells
provoke each other through tiny spaces called synapses. The fully connected neural
network consists of input units (red), hidden units (blue) and output units (yellow), with
all units connected in layers on both sides [
        <xref ref-type="bibr" rid="ref15 ref16 ref17 ref18">15-18</xref>
        ]. The entrances are left to the left,
activate the hidden blocks in the middle, and output the exit from the right edge. The
value of the connection between any two blocks is gradually adjusted as the network
learns (Fig. 1) [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Information flows through the neural network in two ways
[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] When she learns or works in normal mode (after training), samples of
information enter the network through the input units that cause the layers of hidden
elements, and they, in turn, come in the output blocks [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. This general design is called
the promotion network.
      </p>
      <p>
        Not all items are running all the time. Each subsequent element receives its data
from the neighboring element on the left and the number of nodes on which they are
further transmitted multiplies the input data [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. Each unit adds all the inputs it
receives thus in the simplest type of network if the amount exceeds a certain threshold,
the item is triggered and triggers items connected to the right side of it. In order for
the neural network to learn, there must be an element of feedback - just as children
learn, telling them what they are doing right or wrong [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. In fact we are all user
feedback. Think again, when you first learned to play the game like bowling. As you
took a heavy bullet and roamed along the path, your brain watched as quickly as the
ball moved, with which trajectory, and noticed how close you were to before falling
into the pin [
        <xref ref-type="bibr" rid="ref24 ref25">24-25</xref>
        ]. Next time you mentioned that you did wrong, changed the
movements accordingly, and tried to throw the ball a little better [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. So you used the
feedback to compare the results you wanted, with what actually happened, find out
the difference between the two and used it to change what you did next time: "I need
to throw more", "I need a little more left", "I need to release later", and so on. The
greater the difference between the predicted and the actual result, the more radical
you would change your actions [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Neural networks study things in exactly the
same way, usually with the backup process called back-propagation [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. This
involves comparing the output data generated by the network with the data you need
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. Using the difference between them to change the value of connections between
units in the network, working from the output units through hidden units to the output
units by going backwards [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Over time, reverse propagation causes the network to
learn, reducing the difference between actual and predictable output until they exactly
match, so the network reflects things exactly as it should be [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ].
      </p>
      <p>
        Once the network has been trained with a sufficient number of learning examples,
it reaches a point where you can present it with a completely new set of input data you
have never seen before and see how they react [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. For example, suppose you have
trained the network by showing it many chairs and tables of photographs presented in
the proper way that it could understand, and say whether each one is a chair or a table
[
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. By showing, say, 25 different chairs and 25 different tables, you draw a picture
of some new design that you have not seen before - say, a chaise longue - and see
what happens. Depending on how you have taught her, she will try to classify a new
example or as a chair or table summarizing based on experience, just as in a person.
      </p>
      <p>
        This does not mean that the neural network can simply "look" on the furniture and
react immediately to them sensibly [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. She does not behave like a man. The
network actually does not look at the furniture. Enter the network, in essence, binary
numbers: each input block or on or off. Therefore, if you have five input blocks, you
can submit information about five different characteristics of different chairs using
binary (yes / no) answers [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. Questions can be [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]:
      </p>
      <sec id="sec-2-1">
        <title>1. Do he have a back?</title>
        <p>
          2. Does he have the upper hand?
3. Has a soft upholstery?
4. Can you sit on it comfortably for a long period?
5. Can you put many things on it?
A typical armchair will then be displayed as "Yes", "No", "Yes", "Yes", "No" or
"10110" on the binary network, while the default table may be "No", "Yes", "No"
"No", "Yes" or "0100". So, during the phase of learning the network simply looking at
many numbers, such as 10110 and 01001 [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ].
        </p>
        <p>
          Based on this example, you may see many different neural network applications
that recognize pattern recognition and make simple decisions about them. In aircraft,
you can use a neural network as a base autopilot, with incoming devices read signals
from various cockpit devices and output devices that modify the airplane control
accordingly to safely keep the course. Inside the factory, you can use a neural network
for quality control [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ]. Suppose you do a laundry detergent where a complex
chemical process takes place. You can measure the final detergent in different ways: its
color, acidity, thickness or other, to supply these measurements to your neural
network as input, and then the network decides whether to accept or reject the package.
        </p>
        <p>
          There are many applications with neural networks in safety too. Let us say you
work in a bank in which many thousands of credit card transactions pass through your
computer system every minute. You need a quick automated way of detecting any
operations that may be fraudulent and that is why the neural network is perfectly
suited [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ]. Your inputs would be such things as
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>1. Is the cardholder present really? 2. Have you used a valid PIN? 3. Does have five or more transactions, with this card in the last 10 minutes? 4. Is the card in another country from which it is registered used?</title>
        <p>
          In the presence of sufficient prompts, the neural network can detect suspicious
transactions, which allows the operator to staff more accurately examine them. In a
very similar fashion, the bank can use the neural network to help it decide whether to
give loans to people based on their past credit history, current income and seniority.
In general, neural networks have made computer systems more useful, making them
more human [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Neural network based on the Hashtable</title>
      <p>
        Neural networks are formed from layers of similar neurons. Most neural networks
have at least an input layer and output. The input layer represents the input pattern,
and then the output pattern returns from the output layer. What happens between the
input and output layers is a black box. At this stage, we are not yet interested in the
internal structure of the neural network. There are many different architectures that
determine what is going on between the input and output layers. You can design a
neural network as something like a hash table in traditional programming. In
traditional programming, the hash table is used to display the keys to values. Somewhat
resembles a dictionary [
        <xref ref-type="bibr" rid="ref41 ref42 ref43">41-43</xref>
        ]. The following can be developed as a hash table:
This is a reflection between the words and the definition of each word. This is a hash
table, as you can see in any programming language. Used the key of the string, to
another value of the string. You give the dictionary a key. It returns a value. That is
how most neural networks operate. One neural network called two- way associative
memory actually allows you to also pass the value and receive keys [
        <xref ref-type="bibr" rid="ref44 ref45 ref46 ref47 ref48 ref49">44-49</xref>
        ].
      </p>
      <p>
        The programming hash tables use keys and values. For example, a template that is
sent to the input layer of a neural network is very similar to the process of inputting a
key into a hash table. Similarly, the value returned from the hash table as a template is
similar to the one that returns from the source layer of the neural network. The
comparison between the hash table and the neural network works well; however, the
neural network is much larger than the hash table. What happens to the above hash table
if you had a word that is not on the table? For example, if you had to pass in the key is
"written". The hash table will return null or indicate that it is not possible to find the
specified key. Neural networks do not return an empty result! They find the closest
value. They will not only find the closest value, but they will also modify the
conclusion to guess what would be in the absence of meaning. Therefore, if you are "input"
to the above neural network, you will probably get what you would expect to
"output". There is not enough data for the neural network to change the response since
there are only three samples. This way, you will probably get one of the other keys on
the output. Let us start with the fact that we consider the XOR operator as if it were a
hash table. If you are not familiar with the XOR operator, it works the same way as
operators AND and OR. For AND to be true, both sides must be true. In order for OR
it to be true, any party must be true. In order for XOR to be true, both sides must be
different from each other. The truth table for XOR is as follows [
        <xref ref-type="bibr" rid="ref50 ref51 ref52 ref53">50-53</xref>
        ]. To continue
an example of hash tables, the truth table is presented as follows.
      </p>
      <p>
        These displays show the input and the ideal expected output for the neural network.
Non-controlling training is also an iterative process. However, the calculation of the
error is not so simple. You do not have an expected output, so you can not measure
how uncontrolled the neural network is from the ideal exit, because you do not have
an ideal exit. Often you will just repeat several iterations, and then try to use the
network. If she needs additional training, then this training. Another very important
aspect of the above training data is that it can be used in any order. The result "0" XOR
"0" will be "0", regardless of how you look. This does not apply to all neural
networks. For the XOR operator, we would probably have used the type of neural
network, which is called feedforward [
        <xref ref-type="bibr" rid="ref54 ref55 ref56 ref57 ref58">54-58</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Training Procedure and Designation</title>
      <p>
        Tegger automatically assigns four false tags, two at the beginning and two at the end,
for the target statement, and the neural network learns to automatically assign
morphosyntactic descriptions that take into account the context, that is, two previously
assigned tags and possible tags for the current and the next two words [
        <xref ref-type="bibr" rid="ref59 ref60 ref61 ref62 ref63 ref64">59-64</xref>
        ].
      </p>
      <p>
        In our environment, a learning example consists of functions extracted for a single
word within a state as an introduction, and this is a morphosyntactic description
within this expression as a derivation. Functions are extracted from 5 words oriented to the
current word. A vector that encodes or is assigned a morphosyntactic description, or
its possible morphosyntactic descriptions characterizes one word. To encode possible
morphosyntactic descriptions, use Equation 1, where each possible attribute has one
corresponding position inside the encoded vector [
        <xref ref-type="bibr" rid="ref65 ref66 ref67">65-67</xref>
        ].
      </p>
      <p>P(a | w) </p>
      <p>
        C(w, a)
C(w)
,
(1)
The following three vectors are used to encode possible morphosyntax descriptions
for the current word and the following two words. During training, we also calculate
the list of suffixes with the corresponding morphosyntax descriptions used during
execution to create a possible morph-syntax vector for unknown words. When such
words are found in the test data, we approximate their possible morphosyntax vector
using the variant of the method proposed by Brants. When a tag is applied to a new
statement, the system iteratively calculates the output morphosyntactic description for
each individual word. After the tag is assigned to one word associated with that word,
the vector changes so that it will have a value of 1 for each attribute present in its
reassigned morphosyntax. As a result of coding of each attribute separately
morphosyntax descriptions Tegher can assign new tags that have never been associated with the
current word in the learning process. Although this is good behavior for working with
unknown words, it often refers to the fact that it assigns an attribute value that is not
valid for wordform. To overcome these types of errors, we use an additional list of
words with their permitted morphosyntax descriptions [
        <xref ref-type="bibr" rid="ref68 ref69 ref70 ref71 ref72 ref73">68-73</xref>
        ]. For the word OOV,
the list is calculated as an association of all morphosyntactic descriptions appearing
with the suffixes that apply to that word [
        <xref ref-type="bibr" rid="ref74 ref75 ref76 ref77 ref78 ref79 ref80 ref81 ref82 ref83 ref84 ref85">74-85</xref>
        ]. When the tag has to assign an
amorphous- syntactic description to a particular word, it chooses one of the
morphosyntactic descriptions of possible word forms in its list with a word using the simple
distance function:
      </p>
      <p>n
min  ok  ek
eP k0
(2)
where: P is a list of all possible morphosyntax descriptions for a given word;
n is length of encoding of morphosyntactic descriptions (110 bits);
o is output of the neural network for the current word;
e is binary coding for morphosyntactic descriptions in P.
5</p>
    </sec>
    <sec id="sec-5">
      <title>The Evolution of Artificial Intelligence in E-Commerce</title>
      <p>
        Client-Oriented Search. Amir Königsberg is the current CEO of Twiggle, a business
that allows e-commerce search engines to think like humans [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1-3</xref>
        ]. Consumers often
refuse e-commerce, because the reflected products often do not meet the needs of the
user [
        <xref ref-type="bibr" rid="ref4 ref5 ref6 ref7 ref8 ref9">4-9</xref>
        ]. To solve this problem, Twiggle uses natural language processing to
improve search results for online shoppers. Another business that is trying to improve
ecommerce search is Clarifai in the United States. Clarifai’s early work focused on
visual search elements, and their website says their software is "artificial intelligence
with vision." They allow developers to create smarter applications that "see the world
as you", giving companies the ability to develop client-centric experience through
enhanced image and video recognition [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5 ref6">1-6</xref>
        ]. By using machine-learning technology,
software with artificial intelligence automatically adds tags, organizes and searches
content by marking the properties of an image or video. The use of artificial
intelligence gives companies a competitive advantage and is available to developers or
businesses of any size or budget. An excellent example is the recent update of
Pinterest to its Chrome extension, which allows users to select an object on any photo on
the Internet, and then use Pinterest to search for similar objects using the image
recognition software. Not only does Pinterest present a new search experience with
artificial intelligence. New software platforms that control e-commerce create
innovative visual search capabilities. As well as finding relevant products, artificial
intelligence allows buyers to find additional products, whether they are size, color, shape,
fabric or even brand. The visual capabilities of such software are outstanding really.
Initially getting visual signals from downloaded images, the software can successfully
help the customer find the product. All that is visual, thanks to artificial intelligence,
consumers can easily find such things through e-commerce stores [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref12 ref13 ref2 ref3 ref4 ref5 ref6 ref7 ref8 ref9">1-13</xref>
        ].
      </p>
      <p>
        Personal Contact with Chatbots. Trade now focuses on people, not on the mass
market. For consumers there are plenty of places, where you can make purchases on
the Internet. Many e-commerce retailers are sophisticated becoming more with their
capabilities of artificial intelligence to attract attention, and one widely developed
approach is called "spoken trades". In the e-commerce world, it combines visual,
vocal, written, and intellectual capabilities. The needs of consumers are developing
rapidly, in turn; retailers try not to lag behind. If brands want to survive, this is one of
the priority business strategies that need to be met. The use of artificial intelligence
with the help of "chat-bot" is just one of the ways to spoken [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref12 ref13 ref2 ref3 ref4 ref5 ref6 ref7 ref8 ref9">1-13</xref>
        ].
      </p>
      <p>
        Virtual Assistants. Sometimes we need help online. We are all familiar with Siri,
Google Now and Alexa, and they have successfully introduced us to the idea of
talking with a phone, a laptop. Virtual assistants relate to the processing of natural
language and the ability of the machine to interpret what people are saying in words or
text. So, what does this mean for e-commerce retailers? Let's take a look at the virtual
assistant Amazon, Alexa. Their virtual assistant, who has recently become one of the
most prominent voters in commerce, has been successfully integrated into their own
Amazon products as well as products from other manufacturers. For example, using
Alexa on Echo Amazon, customers can open local concerts for the next weekend
through StubHub, order a taxi through Uber, or even order delivery of dinner with
Domino and track the status of the order in real time. Even more popular
1-800Flowers in the US even allow consumers to send flowers to their loved ones with a
voice. Virtual assistants influence how customers buy and provide a creative
opportunity for e-commerce retailers to take advantage of these benefits [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref12 ref13 ref2 ref3 ref4 ref5 ref6 ref7 ref8 ref9">1-13</xref>
        ].
      </p>
      <p>
        Recommendations for clients. By using artificial intelligence, brands can scan
more intelligently and efficiently data to predict customer behavior, and offer relevant
and useful recommendations to individual consumers [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref12 ref13 ref2 ref3 ref4 ref5 ref6 ref7 ref8 ref9">1-13</xref>
        ]. This level of intelligence
is vital to meeting the needs of consumer purchases. Starbucks is actively engaged in
this process, using artificial intelligence to analyze all the data that it has gathered for
its customers, and providing more personalized offers. For example, recently
launched My Starbucks Barista, which uses artificial intelligence to allow customers
to place orders using voice commands or messages. The algorithm uses a variety of
inputs, including account information, consumer preferences, purchase history,
thirdparty data and context information. This allows coffee houses to create and provide
more personalized messages and recommendations to their customers. The desire of
many e-commerce companies is to provide the best way to online distribution on the
Internet, offering customers an impeccable way to find the products they are actively
seeking. The recommendation process is widely practiced by retailers of e-commerce
to help customers find the best solution. For example, Amazon makes
recommendations to users depending on their activity on the site and any previous purchases.
Netflix makes recommendations for television and cinema based on user interaction with
categories such as drama, comedy, and more. Providing tailor-made advice helps
people find what they are looking.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>System Analysis and Reasoning of the Problem</title>
      <p>The growth of the Internet, the amount of information and products available on
individual websites, has increased exponentially (Fig. 2).</p>
      <p>Today, Google indexes over 30 trillion web pages, Amazon sells 232 million
products, Netflix has over 10,000 titles, and more than 100 hours of video uploaded to
YouTube on a weekly basis. Although such large assortments provide consumers with
a sufficient choice, they also complicate the placement of the exact product or
information they are looking for.
Therefore, most businesses have adopted a personalization model based on a query
that helps consumers find the product or information that best suits their needs. To
address the tasks described above, an e-commerce website needs to develop an
intelligent decision-making system that, when adding content to the reader of each new
product in the e-commerce application provides an expanded product description
and will provide the appropriate recommended categories and tags using synonymous
variations. The synonym row will be determined by means of a neural network and a
"list of algorithms". An example of application will be implemented based on. Net
CMS Sitecore. Which owns the personalization tools available to expand and add
their own development based on the available core- functionality (Fig. 3-6).
Personalization is a method of displaying targeted, relevant content for users based on their
characteristics and behavior, such as location, gender, or previous visits. With
personalization, you can make sure that the right content reaches the right users, for
example by showing, hiding or configuring content.</p>
      <sec id="sec-6-1">
        <title>Among other things, you can use personalization to:</title>
        <p> Show other content for users based on their geographic location.
 Hide user registration form that has previously filled out the form.
 Edit text on a banner website based on a user's site link.
 Controlled Training Neighborhood and Breakdowns on Tokens
Text tokening is a process of splitting a string containing text into separate tokens. As
a result, there is a reduction in the number of words to the abbreviated root of the
word, which makes it easy to compare the equality of similar words. Tagging is the
definition of which part of each word is in the input text. Labelling is complicated by
many words that have different parts of the speech depending on the context (for
example, bank the airplane, the river Bank, etc.). The code in this section can be found
in the src / com / knowledge books / NLP / fast tag / FastTag.java ZIP and src / com /
knowledge books / NLP / util / Tokenizer.java ZIP files. The required data files are
located in the lexicon.txt file (for processing English text) and lexicon medpost.txt
(for medical processing text). Before processing any text, we need to split the text into
separate tokens. Tokens can be words, numbers, and punctuation symbols.
The Tokenizer class has two static methods; both take the input string for a token and
return a list of tokens. The second method has an additional argument for determining
the maximum number of tokens:</p>
        <p>The src/com/knowledgebooks/nlp/fasttag/README.txt file contains information on
where to get the original Eric Brillan tagging system, as well as tag definitions for
both of its Lexicon and Medpost vocabulary. Examples of tag description:
The following list shows a sample code snippet using this class with the output:</p>
      </sec>
      <sec id="sec-6-2">
        <title>This code snippet displays the following:</title>
        <p>For many applications, it's best to pull out word tokens to simplify the comparison of
similar words. For example, "run" and "launch" everything to "run". The set of words
we will use is in the src / public file domain / stemmer.java. At the end of the class,
there are two convenient APIs, one to create a string of several words, and one to
create one token of the words:
FastTag used machine-learning techniques to learn the rules of transition for text tags
using handwritten text as an example of learning. The Java version is located in the
file src / com / knowledge books / nlp / fasttag /FastTag.java.</p>
        <p>So, we will process the string "fair JJ NN RB" as a hash key "fair", and the hash value
is an array of rows (currently only the first value is used, but I save other values for
future use):
here:</p>
        <p>. The list the remaining eight rules in the short syntax
This rule states are accompanied that if the determinant (DT) in the word token of the
index i-1 by the last time the verb (VBD) or the current verb (VBP), then the type of
the tag changes to i for "NN".
7</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>In this paper, we consider the problem of designing an information system for
methods and means of commercial distribution of information products, using a
personalized approach to visitors based on categories and tags for interesting visitors of
information products. The designed system is the methods and means of reorganization in
the online store, with the core of the automatic recommendation of tags (categories) in
the form of a neural network with controlled learning that provides the intelligence of
the system as a whole. The developed system has classes and subclasses to which real
information products will belong, logical links between them are built with which
intellectual feed of the content should take place. The system of commercial
distribution of information products in the future will be able to bring real income to its
owner, which will be in demand among users of the World Wide Web. It should also be
noted that the topic of Internet commerce in the context of e-business is more
than ever relevant in our time, the time of rapid development of information
technology, as to me the future of commerce on the Internet. It is already very popular to
order any copyrighted information products. Therefore, who will understand this
trend in the market of commerce in general, and will successfully be able to fit into it
- will receive serious dividends.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Sitecore</given-names>
            <surname>Documentation</surname>
          </string-name>
          :
          <article-title>Access all the latest Sitecore documentation</article-title>
          . Available at: https://doc.sitecore.com
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Demchuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dilai</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Methods and Means of Web Content Personalization for Commercial Information Products Distribution</article-title>
          .
          <source>In: Lecture Notes in Computational Intelligence and Decision Making</source>
          ,
          <volume>1020</volume>
          ,
          <fpage>332</fpage>
          -
          <lpage>347</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demchuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demkiv</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ukhanska</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hladun</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalchuk</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petruchenko</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dzyubyk</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sokulska</surname>
          </string-name>
          , N.:
          <article-title>Design of the architecture of an intelligent system for distributing commercial content in the internet space based on SEOtechnologies, neural networks, and Machine Learning</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          -
          <fpage>98</fpage>
          ),
          <fpage>15</fpage>
          -
          <lpage>34</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Mobasher</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Data mining for web personalization</article-title>
          .
          <source>In: The adaptive web</source>
          ,
          <fpage>90</fpage>
          -
          <lpage>135</lpage>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Dinucă</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciobanu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Web Content Mining</article-title>
          . In: Economics,
          <fpage>85</fpage>
          . (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Web content mining</article-title>
          . Springer,
          <fpage>71</fpage>
          -
          <lpage>87</lpage>
          . (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Khribi</surname>
            ,
            <given-names>M. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jemni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nasraoui</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Automatic recommendations for e-learning personalization based on web usage mining techniques and information retrieval</article-title>
          .
          <source>In: International Conference on Advanced Learning Technologies</source>
          ,
          <volume>241</volume>
          -
          <fpage>245</fpage>
          . (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ferretti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mirri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prandi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salomoni</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Automatic web content personalization through reinforcement learning</article-title>
          .
          <source>In: Journal of Systems and Software</source>
          ,
          <volume>121</volume>
          ,
          <fpage>157</fpage>
          -
          <lpage>169</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lavie</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sela</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oppenheim</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inbar</surname>
          </string-name>
          , O., Meyer, J.:
          <article-title>User attitudes towards news content personalization</article-title>
          .
          <source>In: Int. journal of human-computer studies</source>
          ,
          <volume>68</volume>
          (
          <issue>8</issue>
          ),
          <fpage>483</fpage>
          -
          <lpage>495</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Fredrikson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Livshits</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Repriv</surname>
          </string-name>
          :
          <article-title>Re-imagining content personalization and in-browser privacy</article-title>
          .
          <source>In: Symposium on Security and Privacy</source>
          ,
          <volume>131</volume>
          -
          <fpage>146</fpage>
          . (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>C. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>P. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiu</surname>
            ,
            <given-names>F. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y. K.</given-names>
          </string-name>
          :
          <article-title>Application of neural networks and Kano's method to content recommendation in web personalization</article-title>
          .
          <source>In: Expert Systems with Applications</source>
          ,
          <volume>36</volume>
          (
          <issue>3</issue>
          ),
          <fpage>5310</fpage>
          -
          <lpage>5316</lpage>
          . (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Galushka</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shcherbak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Devising a mathematical model for pattern-based enterprise data integration</article-title>
          .
          <source>Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>2</volume>
          (
          <issue>9</issue>
          ),
          <fpage>59</fpage>
          -
          <lpage>64</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Shcherbak</surname>
            ,
            <given-names>S.S.:</given-names>
          </string-name>
          <article-title>Interoperability web application models based on microformats</article-title>
          .
          <source>In: 21st International Crimean Conference: Microwave and Telecommunication Technology, Conference Proceedings</source>
          ,
          <fpage>57</fpage>
          -
          <lpage>58</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mirri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prandi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salomoni</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Experiential adaptation to provide user-centered web content personalization</article-title>
          .
          <source>In: Proc. IARIA Conference on Advances in Human oriented and Personalized Mechanisms</source>
          , Technologies, and
          <source>Services (CENTRIC2013)</source>
          ,
          <fpage>31</fpage>
          -
          <lpage>36</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Fernandez-Luque</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karlsen</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonander</surname>
          </string-name>
          , J.:
          <article-title>Review of extracting information from the Social Web for health personalization</article-title>
          .
          <source>In: Journal of medical Internet research</source>
          , e15 (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>S. Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bodoff</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tam</surname>
          </string-name>
          , K. Y.:
          <article-title>Timing of adaptive web personalization and its effects on online consumer behavior</article-title>
          .
          <source>In: Information Systems Research</source>
          ,
          <volume>22</volume>
          (
          <issue>3</issue>
          ),
          <fpage>660</fpage>
          -
          <lpage>679</lpage>
          . (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Uchyigit</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Ma, M. Y.:
          <article-title>Personalization techniques and recommender systems</article-title>
          .
          <source>In: World Scientific</source>
          , Vol.
          <volume>70</volume>
          , (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , H.,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
          </string-name>
          , H. T.:
          <article-title>Construction of ontology-based user model for web personalization</article-title>
          .
          <source>In: Int. Conf. on User Modeling</source>
          , Springer, Berlin, Heidelberg,
          <fpage>67</fpage>
          -
          <lpage>76</lpage>
          . (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mehtaa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parekh</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Modi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solanki</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Web personalization using web mining: concept and research issue</article-title>
          .
          <source>In: International Journal of Information and Education Technology</source>
          ,
          <volume>2</volume>
          (
          <issue>5</issue>
          ),
          <fpage>510</fpage>
          . (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharonova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamon</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grabar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowalska-Styczen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Computational linguistics and intelligent systems</article-title>
          .
          <source>In: CEUR Workshop Proceedings, Vol2136</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>V.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Web content support method in electronic business systems</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2136</volume>
          ,
          <fpage>20</fpage>
          -
          <lpage>41</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Kanishcheva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Method of Integration and Content Management of the Information Resources Network</article-title>
          .
          <source>In: Advances in Intelligent Systems and Computing</source>
          ,
          <volume>689</volume>
          , Springer,
          <fpage>204</fpage>
          -
          <lpage>216</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Korobchinsky</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Peculiarities of Content Forming and Analysis in Internet Newspaper Covering Music News</article-title>
          , In: Computer Science and Information Technologies,
          <source>Proc. of the Int. Conf. CSIT</source>
          ,
          <fpage>52</fpage>
          -
          <lpage>57</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Naum</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanishcheva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Intellectual System Design for Content Formation</article-title>
          .
          <source>In: Computer Science and Information Technologies, Proc. of the Int. Conf. CSIT</source>
          ,
          <fpage>131</fpage>
          -
          <lpage>138</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makara</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The consolidated information web-resource about pharmacy networks in city</article-title>
          .
          <source>In: CEUR Workshop Proceedings (Computational linguistics and intelligent systems)</source>
          ,
          <volume>2255</volume>
          ,
          <fpage>239</fpage>
          -
          <lpage>255</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasko</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuchkovskiy</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Process analysis in electronic content commerce system</article-title>
          .
          <source>In: 2015 Xth International Scientific and Technical Conference Computer Sciences and Information Technologies (CSIT)</source>
          ,
          <fpage>120</fpage>
          -
          <lpage>123</lpage>
          . (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Designing architecture of electronic content commerce system</article-title>
          .
          <source>In: Computer Science and Information Technologies</source>
          , CSIT'
          <year>2015</year>
          ,
          <fpage>115</fpage>
          -
          <lpage>119</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>The control agent with fuzzy logic</article-title>
          .
          <source>In: Perspective Technologies and Methods in MEMS Design</source>
          , MEMSTECH'
          <year>2010</year>
          ,
          <fpage>40</fpage>
          -
          <lpage>41</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Vysotska</surname>
          </string-name>
          , V.:
          <article-title>Linguistic Analysis of Textual Commercial Content for Information Resources Processing</article-title>
          . In: Modern Problems of Radio Engineering, Telecommunications and Computer Science, TCSET'
          <year>2016</year>
          ,
          <fpage>709</fpage>
          -
          <lpage>713</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sachenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dosyn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Model of Touristic Information Resources Integration According to User Needs,
          <source>2018 IEEE 13th International Scientific and Technical Conference on Computer Sciences and Information Technologies, CSIT 2018 - Proceedings 2</source>
          ,
          <fpage>113</fpage>
          -
          <lpage>116</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sachenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Information resources processing using linguistic analysis of textual content</article-title>
          .
          <source>In: Intelligent Data Acquisition and Advanced Computing Systems Technology and Applications</source>
          , Romania,
          <fpage>573</fpage>
          -
          <lpage>578</lpage>
          , (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Information Technology of Processing Information Resources in Electronic Content Commerce Systems</article-title>
          . In: Computer Science and Information Technologies, CSIT'
          <year>2016</year>
          ,
          <fpage>212</fpage>
          -
          <lpage>222</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Chyrun L.:
          <article-title>Analysis and evaluation of risks in electronic commerce</article-title>
          ,
          <source>CAD Systems in Microelectronics, 9th International Conference</source>
          ,
          <volume>332</volume>
          -
          <fpage>333</fpage>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>V.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Web content support method in electronic business systems</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2136</volume>
          ,
          <fpage>20</fpage>
          -
          <lpage>41</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Analysis features of information resources processing</article-title>
          .
          <source>In: Computer Science and Information Technologies, Proc. of the Int. Conf. CSIT</source>
          ,
          <fpage>124</fpage>
          -
          <lpage>128</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>The Commercial Content Digest Formation and Distributional Process</article-title>
          .
          <source>In: Computer Science and Information Technologies, Proc. of the XI-th Int. Conf. CSIT'</source>
          <year>2016</year>
          ,
          <fpage>186</fpage>
          -
          <lpage>189</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Vasyl</surname>
          </string-name>
          , Lytvyn, Victoria, Vysotska, Dmytro, Dosyn, Roman, Holoschuk, Zoriana, Rybchak:
          <article-title>Application of Sentence Parsing for Determining Keywords in Ukrainian Texts</article-title>
          . In: Computer Science and Information Technologies, CSIT,
          <fpage>326</fpage>
          -
          <lpage>331</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Rusyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pohreliuk</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>The Virtual Library System Design and Development</article-title>
          ,
          <source>Advances in Intelligent Systems and Computing</source>
          ,
          <volume>871</volume>
          ,
          <fpage>328</fpage>
          -
          <lpage>349</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Rusyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pohreliuk</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Model and architecture for virtual library information system</article-title>
          ,
          <source>2018 IEEE 13th International Scientific and Technical Conference on Computer Sciences and Information Technologies</source>
          ,
          <string-name>
            <surname>CSIT</surname>
          </string-name>
          <year>2018</year>
          ,
          <volume>37</volume>
          -
          <fpage>41</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>Ontological approach to plot analysis and modeling</article-title>
          .
          <source>CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>22</fpage>
          -
          <lpage>31</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Zdebskyi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshchak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshchak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demchuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krylyshyn</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An Application Development for Recognizing of View in Order to Control the Mouse Pointer</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2386</volume>
          ,
          <fpage>55</fpage>
          -
          <lpage>74</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuchkovskiy</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markiv</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pabyrivskyy</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Architecture of System for Content Integration and Formation Based on Cryptographic Consumer Needs</article-title>
          .
          <source>In: Computer Sciences and Information Technologies (CSIT)</source>
          .
          <article-title>(</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pukach</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nytrebych</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demkiv</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Senyk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          et. al.:
          <article-title>Analysis of the developed quantitative method for automatic attribution of scientific and technical text content written in Ukrainian</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>6</volume>
          (
          <issue>2</issue>
          (
          <issue>96</issue>
          )),
          <fpage>19</fpage>
          -
          <lpage>31</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalinina</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The Method of Web-Resources Management Under Conditions of Uncertainty Based on Fuzzy Logic</article-title>
          .
          <source>In: Conference on Computer Sciences and Information Technologies (CSIT)</source>
          .
          <article-title>(</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uhryn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hrendus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naum</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Analysis of statistical methods for stable combinations determination of keywords identification</article-title>
          .
          <source>In: EasternEuropean Journal of Enterprise Technologies</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          (
          <issue>92</issue>
          )),
          <fpage>23</fpage>
          -
          <lpage>37</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pukach</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nytrebych</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demkiv</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalchuk</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huzyk</surname>
          </string-name>
          , N.:
          <article-title>Development of the linguometric method for automatic identification of the author of text content based on statistical analysis of language diversity coefficients</article-title>
          .
          <source>EasternEuropean Journal of Enterprise Technologies</source>
          ,
          <volume>5</volume>
          (
          <issue>2</issue>
          (
          <issue>95</issue>
          )),
          <fpage>16</fpage>
          -
          <lpage>28</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pukach</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vovk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ugryn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Method of functioning of intelligent agents, designed to solve action planning problems based on ontological approach</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>3</volume>
          (
          <issue>2</issue>
          (
          <issue>87</issue>
          )),
          <fpage>11</fpage>
          -
          <lpage>17</lpage>
          . (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veres</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
          </string-name>
          , H.:
          <article-title>The risk management modelling in multi project environment</article-title>
          .
          <source>In: International Scientific and Technical Conference on Computer Sciences and Information Technologies (CSIT)</source>
          .
          <article-title>(</article-title>
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veres</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>The Contextual Search Method Based on Domain Thesaurus</article-title>
          .
          <source>In: Advances in Intelligent Systems and Computing II</source>
          ,
          <fpage>310</fpage>
          -
          <lpage>319</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <surname>Veres</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rusyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sachenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Choosing the method of finding similar images in the reverse search system</article-title>
          .
          <source>In: CEUR Workshop Proceedings (Computational linguistics and intelligent systems)</source>
          ,
          <volume>2136</volume>
          ,
          <fpage>99</fpage>
          -
          <lpage>107</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          51.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pukach</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bobyk</surname>
          </string-name>
          , І.,
          <string-name>
            <surname>Pakholok</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>A method for constructing recruitment rules based on the analysis of a specialist's competences</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>6</volume>
          (
          <issue>2</issue>
          (
          <issue>84</issue>
          )),
          <fpage>4</fpage>
          -
          <lpage>14</lpage>
          . (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          52.
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Content Analysis Method for Cut Formation of Human Psychological State</article-title>
          .
          <source>In: Data Stream Mining &amp; Processing (DSMP)</source>
          .
          <article-title>(</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          53.
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yevseyeva</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalinina</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Web Resources Management Method Based on Intelligent Technologies</article-title>
          .
          <source>In: Advances in Intelligent Systems and Computing</source>
          ,
          <volume>206</volume>
          -
          <fpage>221</fpage>
          . (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          54.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veres</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
          </string-name>
          , H.:
          <article-title>Content linguistic analysis methods for textual documents classification</article-title>
          .
          <source>In: International Scientific and Technical Conference Computer Sciences and Information Technologies (CSIT)</source>
          .
          <article-title>(</article-title>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          55.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuchkovskiy</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bobyk</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malanchuk</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryshkovets</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          et. al.:
          <article-title>Development of the system to integrate and generate content considering the cryptocurrent needs of users</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          (
          <issue>97</issue>
          )),
          <fpage>18</fpage>
          -
          <lpage>39</lpage>
          . (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          56.
          <string-name>
            <surname>Vasyl</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Victoria</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dmytro</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roman</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zoriana</surname>
          </string-name>
          , R.:
          <article-title>Application of sentence parsing for determining keywords in Ukrainian texts</article-title>
          .
          <source>In: International Scientific and Technical Conference on Computer Sciences and Information Technologies (CSIT)</source>
          .
          <article-title>(</article-title>
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          57.
          <string-name>
            <surname>Mukalov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zelinskyi</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levkovych</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarnavskyi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pylyp</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
          </string-name>
          , N.:
          <article-title>Development of System for Auto-Tagging Articles, Based on Neural Network</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>106</fpage>
          -
          <lpage>115</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          58.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noha</surname>
          </string-name>
          , R. Y.:
          <article-title>Methods and tools for text analysis of publications to study the functioning of scientific schools</article-title>
          .
          <source>In: Journal of Automation and Information Sciences</source>
          ,
          <volume>47</volume>
          (
          <issue>12</issue>
          ). (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          59.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvorob</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>The method for detecting plagiarism in a collection of documents</article-title>
          ,”
          <source>Computer Sciences and Information Technologies (CSIT)</source>
          ,
          <fpage>142</fpage>
          -
          <lpage>145</lpage>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          60.
          <string-name>
            <surname>Arzubov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lipinski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Analyzing ways of building user profile based on web surf history</article-title>
          .
          <source>In: Computer Sciences and Information Technologies (CSIT)</source>
          ,
          <volume>1</volume>
          ,
          <fpage>377</fpage>
          -
          <lpage>380</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          61.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basystiuk</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Development of the Speech-to-Text Chatbot Interface Based on Google API</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2386</volume>
          ,
          <fpage>212</fpage>
          -
          <lpage>221</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          62.
          <string-name>
            <surname>Bobalo</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stakhiv</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandziy</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holoschuk</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>The concept of electronic textbook "Fundamentals of theory of electronic circuits</article-title>
          .
          <source>In: Przegląd Elektrotechniczny</source>
          ,
          <volume>88</volume>
          NR 3a/
          <year>2012</year>
          ,
          <fpage>16</fpage>
          -
          <lpage>18</lpage>
          . (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          63.
          <string-name>
            <surname>Mashkov</surname>
            <given-names>V.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barabash</surname>
            <given-names>O. V.</given-names>
          </string-name>
          :
          <article-title>Self-checking and self-diagnosis of module systems on the principle of walking diagnosis kernel</article-title>
          .
          <source>In: Engineering Simulation</source>
          ,
          <volume>15</volume>
          ,
          <fpage>43</fpage>
          -
          <lpage>51</lpage>
          . (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          64.
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>The Game Method for Orthonormal Systems Construction</article-title>
          . In:
          <article-title>The Experience of Designing and Applications of CAD Systems in Microelectronics</article-title>
          . (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          65.
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Game Model of Dragonfly Animat Self-Learning</article-title>
          .
          <source>Perspective Technologies and Methods in MEMS Design</source>
          ,
          <volume>195</volume>
          -
          <fpage>201</fpage>
          . (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          66.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharonova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamon</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cherednichenko</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grabar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KowalskaStyczen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Preface: Computational Linguistics and Intelligent Systems (COLINS-</article-title>
          <year>2019</year>
          ).
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          67.
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yevseyeva</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>V. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dosyn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Preface: Modern Machine Learning Technologies and Data Science (MoMLeT&amp;DS2019)</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2386</volume>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          68.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oleshek</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <source>Automated Monitoring of Changes in Web Resources. In: Lecture Notes in Computational Intelligence and Decision Making</source>
          ,
          <volume>1020</volume>
          ,
          <fpage>348</fpage>
          -
          <lpage>363</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref69">
        <mixed-citation>
          69.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Technology for the Psychological Portraits Formation of Social Networks Users for the IT Specialists Recruitment Based on Big Five, NLP and Big Data Analysis</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2392</volume>
          ,
          <fpage>147</fpage>
          -
          <lpage>171</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref70">
        <mixed-citation>
          70.
          <string-name>
            <surname>Babichev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taif</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvynenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osypenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Criterial analysis of gene expression sequences to create the objective clustering inductive technology</article-title>
          .
          <source>In: 2017 IEEE 37th International Conference on Electronics and Nanotechnology</source>
          , ELNANO 2017 - Proceedings, art. no.
          <issue>7939756</issue>
          , pp.
          <fpage>244</fpage>
          -
          <lpage>248</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref71">
        <mixed-citation>
          71.
          <string-name>
            <surname>Babichev</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kornelyuk</surname>
            ,
            <given-names>A.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvynenko</surname>
            ,
            <given-names>V.I.</given-names>
          </string-name>
          <article-title>Objective clustering inductive technology of gene expression profiles based on SOTA clustering algorithm</article-title>
          .
          <source>In: Biopolymers and Cell</source>
          ,
          <volume>33</volume>
          (
          <issue>5</issue>
          ), pp.
          <fpage>379</fpage>
          -
          <lpage>392</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref72">
        <mixed-citation>
          72.
          <string-name>
            <surname>Lytvynenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wojcik</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fefelov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lurie</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savina</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Voronenko</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          et al.:
          <article-title>Hybrid Methods of GMDH-Neural Networks Synthesis and Training for Solving Problems of Time Series Forecasting</article-title>
          .
          <source>In: Lecture Notes in Computational Intelligence and Decision Making</source>
          ,
          <volume>1020</volume>
          ,
          <fpage>513</fpage>
          -
          <lpage>531</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref73">
        <mixed-citation>
          73.
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stefanchuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oborska</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lozynska</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mykich</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basyuk</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Development of Mobile Application for Choreographic Productions Creation and Visualization</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          ,
          <volume>2386</volume>
          ,
          <fpage>340</fpage>
          -
          <lpage>358</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref74">
        <mixed-citation>
          74.
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunanets</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kut</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Methodology of research the library information services: The case of USA university libraries</article-title>
          .
          <source>Advances in Intelligent Systems and Computing</source>
          ,
          <volume>689</volume>
          ,
          <fpage>450</fpage>
          -
          <lpage>460</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref75">
        <mixed-citation>
          75.
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunanets</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kut</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The analysis of the United States of America universities library information services with benchmarking and pairwise comparisons methods</article-title>
          .
          <source>In: Computer Sciences and Information Technologies</source>
          ,
          <fpage>417</fpage>
          -
          <lpage>420</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref76">
        <mixed-citation>
          76.
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matsuik</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veretennikova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaskiv</surname>
          </string-name>
          , R.:
          <source>Selective Dissemination of Information - Technology of Information Support of Scientific Research. Advances in Intelligent Systems and Computingб</source>
          <volume>871</volume>
          ,
          <fpage>235</fpage>
          -
          <lpage>245</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref77">
        <mixed-citation>
          77.
          <string-name>
            <surname>Rzheuskiy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veretennikova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunanets</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kut</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The information support of virtual research teams by means of cloud managers</article-title>
          .
          <source>International Journal of Intelligent Systems and Applications</source>
          ,
          <volume>10</volume>
          (
          <issue>2</issue>
          ),
          <fpage>37</fpage>
          -
          <lpage>46</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref78">
        <mixed-citation>
          78.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Methods of information resources processing in electronic content commerce systems</article-title>
          .
          <source>In: The Experience of Designing and Application of CAD Systems in Microelectronics, CADSM 2015-February</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref79">
        <mixed-citation>
          79.
          <string-name>
            <surname>Andrunyk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Electronic content commerce system development</article-title>
          .
          <source>In: Proceedings of 13th International Conference: The Experience of Designing and Application of CAD Systems in Microelectronics, CADSM 2015-February</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref80">
        <mixed-citation>
          80.
          <string-name>
            <surname>Alieksieieva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
          </string-name>
          , V.:
          <article-title>Technology of commercial web-resource processing</article-title>
          .
          <source>In: Proceedings of 13th International Conference: The Experience of Designing and Application of CAD Systems in Microelectronics, CADSM 2015-February</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref81">
        <mixed-citation>
          81.
          <string-name>
            <surname>Chyrun</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leshchynskyy</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rzheuskyi</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borzov</surname>
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Intellectual Analysis of Making Decisions Tree in Information Systems of Screening Observation for Immunological Patients</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>281</fpage>
          -
          <lpage>296</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref82">
        <mixed-citation>
          82.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mykhailyshyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Medykovskyy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshchak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Basto</given-names>
            <surname>Fernandes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Peleshchak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Shcherbak</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.:</surname>
          </string-name>
          <article-title>A Smart Home System Development</article-title>
          .
          <source>In: Advances in Intelligent Systems and Computing IV</source>
          ,
          <volume>1080</volume>
          ,
          <fpage>804</fpage>
          -
          <lpage>830</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref83">
        <mixed-citation>
          83.
          <string-name>
            <surname>Lytvyn</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kravets</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demchuk</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berko</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryshkovets</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shcherbak</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naum</surname>
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Methods and Models of Intellectual Processing of Texts for Building Ontologies of Software for Medical Terms Identification in Content Classification</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>354</fpage>
          -
          <lpage>368</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref84">
        <mixed-citation>
          84.
          <string-name>
            <surname>Oksanych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shevchenko</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shcherbak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shcherbak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Development of specialized services for predicting the business activity indicators based on micro-service architecture</article-title>
          .
          <source>In: Eastern-European Journal of Enterprise Technologies</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          -
          <fpage>86</fpage>
          ),
          <fpage>50</fpage>
          -
          <lpage>55</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref85">
        <mixed-citation>
          85.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kowalska-Styczen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rak</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Voloshyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rainer</surname>
            <given-names>Noennig</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Vysotska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Nykolyshyn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Pryshchepa</surname>
          </string-name>
          , H.:
          <article-title>Aviation Aircraft Planning System Project Development</article-title>
          .
          <source>In: Advances in Intelligent Systems and Computing IV</source>
          , Springer, Cham,
          <volume>1080</volume>
          ,
          <fpage>315</fpage>
          -
          <lpage>348</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>