<!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>Extraction of analogies between sentences on the level of syntax using parse trees</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yifei Zhou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rashel Fam</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yves Lepage</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Waseda University</institution>
          ,
          <addr-line>2-7 Hibikino, Kitakyushu, 808-0135</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Example-based machine translation by analogy is an alternative approach to machine translation. Its principle is relatively simple, but the absolute number of analogies between sentences contained in the corpus is crucial for the overall quality of translation. The relative number of analogies is called the analogical density. The goal of this paper is to measure the analogical density of diferent aligned corpora. To this end, we extract analogies between sentences. Now, we use parse trees to represent sentences on the level of syntax. We report analogical densities for five diferent languages in an aligned multilingual corpus extracted from the Tatoeba resource, at the level of characters, words or parse trees.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sentence analogy</kwd>
        <kwd>parse tree</kwd>
        <kwd>example-based machine translation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>:  ::  : 
↕
↕
↕</p>
      <p>↕
′ : ′ :: ′ : ′
(1)
I like apples.</p>
      <p>: Ipledso.n’t like ap- :: I speak</p>
      <p>Swedish.</p>
      <p>: I don’t</p>
      <p>Swedish.</p>
      <p>speak</p>
      <p>The number of analogies that exist in a given corpus is crucial for EBMT by analogy. Our
objective in the present work is to estimate the number of analogies similar to the one shown in
Figure 1, for various language pairs. Now, analogies can be extracted at various levels: surface
form or syntax. To extract analogies automatically, we use vector representations of sentences
based on the occurrence of characters, tokens, or branches in parse trees. We then count the
number of extracted analogies and can compute the analogical density of the corpus. Although
we do not conduct experiments in this paper, our intuition is that a higher number of analogies
will lead to better translations in an EBMT system by analogy.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Traditional Levels: Formal and Semantic Analogies</title>
        <p>
          Formal analogies do not take into account the meaning or the syntax of sentences. Instead, the
surface form, i.e., characters or words, are only taken into account. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] uses abc : abbccd ::
efg : efggh as an example to clarify what formal analogy is. The changes are only between
characters and the strings bear no meaning. walk : walked :: go : goed is another instance
of formal analogy: goed is not a valid English word form for the simple past tense form of go.
However, on the level of form, the analogy holds: the sufix -ed has just been added at the end
of the string go, as for walk.
        </p>
        <p>
          In an analogy at the semantic level, the meaning attached to the strings is considered. For
instance, king : queen :: man : woman is a classic example of semantic analogy [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. It exhibits
the male / female opposition. In contrast to the previous formal analogy, walk is to walked as
go is to went is valid on the level of meaning, or rather grammar. Table 1 shows examples of
analogies between sentences on one of the two levels of form or meaning, or both.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Between Form and Semantics: Syntax</title>
        <p>
          In the present paper, we concentrate on analogies between sentences. In [
          <xref ref-type="bibr" rid="ref15 ref16 ref17">15, 16, 17</xref>
          ], a method
to perform syntactic analysis of sentences, i.e., to obtain a syntax tree for a given sentence, has
They work : He worked very :: They look happy. : hHaepplyo.oked very
hard. hard.
        </p>
        <p>The boy speaks : The girl goes to :: The actor spoke : The actress went
Thai. Thailand. Chinese. to China.</p>
        <p>I talk to him. : I talked to him. :: I go to school. : I goed to school.</p>
        <p>NP</p>
        <p>
          S
VP
been described. It relied on the use of analogy. Similarly, an example of an analogy between
syntactic trees is shown in [
          <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
          ]. It corresponds to an active passive transformation between
sentences: the analogy holds not only on the level of form, but also on the level of syntax.
        </p>
        <p>
          [
          <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
          ] show that syntactic representations of sentences can be used as yet another level to
capture analogies between sentences, in addition to the formal and semantic levels. However,
analogy on the level of syntax is diferent from both the formal and semantic levels. It is well
known that grammaticality is independent from meaning, as illustrated by the classic example
sentence: Colorless green ideas sleep furiously [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
        <p>We propose to work on analogy at the level of syntax. Figure 2 is another example of a
syntactic analogy between sentences. There, the sentences do not acceptedly create an analogy
on the level of form or meaning, but they definitely make an analogy at the syntactic level:
exchange of personal pronoun (PRP) with proper noun (NNP). Notice that, for the analogy to
hold, the terminals (the words in the sentences) which should appear on the leaves in the parse
trees are not considered.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Analogy on the Level of Syntax Using Parse Trees</title>
      <p>While past studies concentrated on analogies on the formal level, the originality of this paper is
to extract and count analogies between sentences on the level of syntax using parse trees. To
this end, we develop two components. The first component computes vector representations. A
sentence is represented by a feature vector counting the number of occurrences of all branches
in any parse tree of a sentence from the corpus considered. The second component computes
VBD</p>
      <p>VBD</p>
      <p>VBD</p>
      <p>VBD
PRP
. : NNP
. :: PRP
. : NNP
the ratio between these vectors of features on two given trees. The ratio between sentences is
simply defined as the diference between their feature vectors.</p>
      <sec id="sec-3-1">
        <title>3.1. Tree Representations</title>
        <p>
          In computational linguistics, a parse tree is a tree that represents the syntactic structure of a
sentence [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. In constituency parse trees, the tree reflects the grouping of words in a sentence
by constituents or phrases. In dependency parse trees, the branches show the dependency
relationship between words. We use Universal Dependency parsers provided by the spaCy1
library, for various languages, and converted all sentences in our corpora into dependency parse
trees. The dependency parse trees of the sentences in Figure 2 are shown in Figure 3.
        </p>
        <p>A sentence  can be represented by a feature vecto→r− by counting the number of occurrences
for all the branches found in its parse tree . In Formula (2), the notation ||branch stands for
the number of times a branch appears in the parse tree  of sentence .</p>
        <p>⎛ || →  ⎞
→− = ⎜⎜⎜⎝ || ...→ ⎟⎟⎟⎠</p>
        <p>|| →.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Ratios between Trees</title>
        <p>To extract analogies at the level of syntax, we calculate the ratio between trees. Formula (3)
defines the ratio between sentences  and  as the diference between their vectors of syntactic
features derived from their parse trees  and .</p>
        <p>:  ≜  −  = ⎜⎜ || → − | | → ⎟
→− →− ⎜⎝ ... ⎟⎠⎟
⎛ || →  − | | →  ⎞</p>
        <p>|| →. − | | →.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Conformity of Ratios between Trees</title>
        <p>
          An analogy A : B :: C : D is satisfied by checking the equality of ratios. Formula (4) defines it.
For the computation of ratios between vectors and for checking for equality of ratios, we rely
1spaCy: https://spacy.io/
on the Python library Nlg2 [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. In this way, we extract all analogies between all parse trees
corresponding to all sentences contained in our corpus.
        </p>
        <p>:  ::  :</p>
        <p>Δ
⇐⇒
→− − →− =→− − →−</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Analogical Clusters</title>
        <p>
          An analogical cluster is defined as a set of pairs of sentences with exactly the same ratio [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]
(see definition in Formula (5)). The Python library Nlg can be used to extract all analogical
clusters from a set of objects represented by feature vectors. We apply it for the extraction of
analogical clusters between sentences, at the level of syntax. The larger an analogical cluster,
the more regular the transformations between the sentences in the clusters.
1 : 1
2 : 2
.
.
        </p>
        <p>.
 :</p>
        <p>Δ
⇐⇒
∀(, ) ∈ {1, . . . , }2,  :  ::  : 
(4)
(5)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments and Results</title>
      <sec id="sec-4-1">
        <title>4.1. Data Used</title>
        <p>We use the Tatoeba3 corpus. It is a collection of sentences in more than 100 languages. Here, we
use five language parts from the Tatoeba corpus: English, French, German, Polish and Finnish.
The sentences we used are aligned across all five languages, they are parallel sentences that
correspond to each other. Table 2 gives some statistics on this corpus. For each language, we
have around eight thousand sentences. English has the lowest number of types and Finnish has
the largest one among the five languages. Hapaxes are words that appear only once in a corpus.
Here, we observe that English has the smallest number of hapaxes with less than 60% while
Finnish has the highest percentage with over than 70%. We verify again that languages with
higher morphological richness tend to have a higher number of types and hapaxes. In interest
to us is the conjecture that we should extract more analogies from a language with a higher
Type-Token Ratio (TTR) since type-token ratio measures lexical richness.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Metrics</title>
        <p>
          To evaluate the number of analogies between sentences contained in a corpus, two metrics used
in [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] are considered.
        </p>
        <sec id="sec-4-2-1">
          <title>4.2.1. Analogical Density</title>
          <p>
            Formula (6) defines analogical density as the ratio of the number of actual analogies  and
4. If the total number of sentences in the corpus is , 4 is the number of possibilities of
2Nlg: http://lepage-lab.ips.waseda.ac.jp/en/projects/kakenhi-15k00317/
3Tatoeba: https://tatoeba.org/
Language
iflling in the analogy pattern with any four sentences (with possible repetition) from the corpus.
As there are 8 equivalent forms of analogies [
            <xref ref-type="bibr" rid="ref25">25</xref>
            ], this should be divided by 8 to consider only
individual analogies. Because the denominator is a power of 4, values for density are usually
numbers of the order of 10− 9 or 10− 12.
(6)
(7)
          </p>
        </sec>
        <sec id="sec-4-2-2">
          <title>4.2.2. Proportion of Sentences Appearing in Analogies</title>
          <p>Formula (7) calculates the proportion of sentences appearing in analogies by dividing the number
of sentences appearing in at least one analogy (s_nlg) by the total number of sentences in the
corpus (). This makes a percentage.</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Results and Analysis</title>
        <p>We carry out experiments on the extraction of analogies between sentences both on the level of
surface form and syntax. On the level of form, each sentence is tokenised using two diferent
tokenisation schemes: character or word. On the level of syntax, we extract sentence analogies
from a corpus by using parse trees, as described in Section 3. We also concatenate formal feature
vectors with syntax feature vectors to combine the two levels. We do not conduct experiments
using char and word features at the same time, because they both work on the formal level.</p>
        <sec id="sec-4-3-1">
          <title>4.3.1. Number of Analogical Clusters</title>
          <p>Language
languages, followed by Polish and French. Except for char, we observe that German always
has the highest number of analogical clusters (except for char where it is second).</p>
          <p>In addition, we draw the distribution of the number of analogical clusters with the same size
extracted from syntactic features for our five languages in Figure 4. Although the numbers
of extracted analogical clusters with the same size vary across languages, the overall trend is
consistent.</p>
        </sec>
        <sec id="sec-4-3-2">
          <title>4.3.2. Number of Analogies</title>
          <p>The analogical density of the corpus is presented in Table 4. It indicates how many analogies
can be extracted in the vfie diferent languages and how many sentences can be covered by
these extracted analogies.</p>
          <p>We observe that the number of analogies extracted on the level of syntax is thousands times
more than on the level of form. Basically, on the level of syntax, Finnish has the highest</p>
          <p>Size
analogical density and the sentences that appear in analogy account for 88 percent of the whole
corpus.</p>
          <p>Figure 5 shows the number of features per sentence appearing in the extracted analogies on
diferent levels. It is obvious that compared to the formal level, we extract more analogies on
the syntactic level, given the smaller vector representations using parse trees.
.
.
.</p>
          <p>:
::
:</p>
          <p>PRP
I left the
door
open .</p>
          <p>He left the
door
open .</p>
        </sec>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Example Results of Analogies in Diferent Languages</title>
        <p>In Table 5, we list some example results of sentence analogies that we extracted from the corpus
in the combination of formal and syntactic features. Figure 6 plots the syntactic structure behind
the first English example in Table 5.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Further Discussion</title>
      <sec id="sec-5-1">
        <title>5.1. Analogical Grids</title>
        <p>
          An analogical grid is a matrix where any four terms picked out from any two rows and any two
columns is an analogy [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. Formula (8) gives the definition of an analogical grid. The size of
tree ∩ char
tree ∩ word
        </p>
        <p>We won. : Tom won. : You won.</p>
        <p>We survived. : Tom survived. : You survived.</p>
        <p>: Tom drank too much. : You drank too much.</p>
        <p>We volunteered. : Tom volunteered. :
an analogical grid is defined as the product of its number of rows by its number of columns.
As shown in Figure 7, an analogical grid may have empty cells. Thus, we can also characterise
an analogical grid by the number of non-empty cells in it. This is its saturation. It is the ratio
between the number of non-empty cells and the size of the grid.</p>
        <p>11 : 21 : · · · : 1
12 : 22 : · · · : 2</p>
        <p>... ... ...
1 : 2 : · · · :</p>
        <p>Δ
⇐⇒
∀(, ) ∈ {1, . . . , }2,
∀(, ) ∈ {1, . . . , }2,
 :  ::  :</p>
        <p>We have extracted analogical grids on the level of syntax combined with character features
or word features. By extracting the analogical grids, we hope to get a more compact view of
how sentences are related to each other by analogies. Based on Table 6, we observe that English
has the highest number of analogical grids but also the smallest average size of analogical grids.
German has the largest average size of analogical grids. The average saturation of the extracted
analogical grids is all around 99 % which means the analogical grids extracted from our corpus
are very dense.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Extracted analogies for diferent language pairs</title>
        <p>For any language pair from the five languages in the aligned corpora, we can extract bilingual
analogies by taking monolingual analogies where sentences correspond by translation. This
kind of data, i.e., bilingual analogies, can then be exploited in an EBMT system by analogy.
(8)</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>We proposed to extract analogies between sentences based on their syntactic structure.
Experiments were carried out using Universal Dependency parse trees that allow us to compare across
ifve diferent European languages. The parse trees were converted into feature vectors, the
features of which were the types of branches, from which we removed the lexical information.
We measured the analogical density at the syntactic level and crossed with the results at the
character or word levels.</p>
      <p>We found that the number of analogies extracted on the syntactic level is hundreds or
thousands times larger than the one on the formal level, which leads to a thousand times higher
analogical density. We already started extracting analogical grids to have a more compact view
of how sentences are related to each other.</p>
      <p>In this paper, we used the number of occurrences of branches in dependency representations
as features to get a vector representation of sentences. Similar work could be carried out with
constituency representations, if constituency parsers comparable across languages would be
available. The ultimate goal of the work presented here, is to not only to extract monolingual
analogies, but bilingual analogies between sentences, because they can be used by an EBMT
system by analogy.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Paul</surname>
          </string-name>
          , Prinzipien der Sprachgeschichte, Niemayer, Tübingen,
          <year>1920</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>F. de Saussure</surname>
          </string-name>
          , Cours de linguistique générale,
          <source>Payot</source>
          , Paris,
          <year>1916</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Bloomfield</surname>
          </string-name>
          , Language, Henry Holt,
          <year>1933</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Welcomme</surname>
          </string-name>
          , Hermann Paul et le concept d'analogie,
          <string-name>
            <surname>CÍRCULO de Lingüística Aplicada</surname>
          </string-name>
          <article-title>a la Comunicación (clac) 43 (</article-title>
          <year>2010</year>
          )
          <fpage>49</fpage>
          -
          <lpage>122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Fam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Purwarianti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Plausibility of word forms generated from analogical grids in Indonesian</article-title>
          ,
          <source>in: Proceedings of the 16th International Conference on Computer Applications</source>
          (ICCA-
          <year>2018</year>
          ), Yangon, Myanmar,
          <year>2018</year>
          , pp.
          <fpage>179</fpage>
          -
          <lpage>184</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nagao</surname>
          </string-name>
          ,
          <article-title>A framework of a mechanical translation between Japanese and English by analogy principle</article-title>
          .,
          <source>in: Artificial and human intelligence</source>
          ,
          <year>1984</year>
          , p.
          <fpage>351</fpage>
          -
          <lpage>354</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Denoual,</surname>
          </string-name>
          <article-title>The 'purest' EBMT system ever built: No variables, no templates, no training, examples, just examples, only examples</article-title>
          ,
          <source>in: Workshop on example-based machine translation</source>
          , Phuket, Thailand,
          <year>2005</year>
          , pp.
          <fpage>81</fpage>
          -
          <lpage>90</lpage>
          . URL: https://aclanthology.org/
          <year>2005</year>
          .mtsummit-ebmt.
          <volume>11</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Dandapat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Morrissey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Naskar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Somers</surname>
          </string-name>
          ,
          <article-title>Mitigating problems in analogy-based EBMT with SMT and vice versa: A case study with named entity transliteration</article-title>
          ,
          <source>in: Proceedings of the 24th Pacific Asia Conference on Language, Information and Computation</source>
          ,
          <source>Institute of Digital Enhancement of Cognitive Processing</source>
          , Waseda University, Tohoku University, Sendai, Japan,
          <year>2010</year>
          , pp.
          <fpage>365</fpage>
          -
          <lpage>372</lpage>
          . URL: https://aclanthology.org/Y10-1041.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Langlais</surname>
          </string-name>
          ,
          <article-title>Mapping source to target strings without alignment by analogical learning: A case study with transliteration</article-title>
          ,
          <source>in: Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>2</volume>
          :
          <string-name>
            <surname>Short</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          , Sofia, Bulgaria,
          <year>2013</year>
          , pp.
          <fpage>684</fpage>
          -
          <lpage>689</lpage>
          . URL: https://aclanthology. org/P13-2120.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rhouma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Langlais</surname>
          </string-name>
          ,
          <article-title>Fourteen light tasks for comparing analogical and phrase-based machine translation</article-title>
          ,
          <source>in: Proceedings of COLING</source>
          <year>2014</year>
          ,
          <source>the 25th International Conference on Computational Linguistics: Technical Papers</source>
          , Dublin City University and Association for Computational Linguistics, Dublin, Ireland,
          <year>2014</year>
          , pp.
          <fpage>444</fpage>
          -
          <lpage>454</lpage>
          . URL: https://aclanthology. org/C14-1043.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Diallo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zopf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fürnkranz</surname>
          </string-name>
          ,
          <article-title>Learning analogy-preserving sentence embeddings for answer selection</article-title>
          , CoRR abs/
          <year>1910</year>
          .05315 (
          <year>2019</year>
          ). URL: http://arxiv.org/abs/
          <year>1910</year>
          .05315. arXiv:
          <year>1910</year>
          .05315.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Collins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Somers</surname>
          </string-name>
          ,
          <source>Recent Advances in Example-Based Machine Translation</source>
          , Springer Netherlands, Dordrecht,
          <year>2003</year>
          , pp.
          <fpage>115</fpage>
          -
          <lpage>153</lpage>
          . URL: https://doi.org/10.1007/
          <fpage>978</fpage>
          -94-010-0181-
          <issue>6</issue>
          _4. doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -94-010-0181-
          <issue>6</issue>
          _
          <fpage>4</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Hofstadter</surname>
          </string-name>
          ,
          <article-title>Fluid Concepts and Creative Analogies: Computer Models of the Fundamental Mechanisms of Thought, Basic Books, Inc</article-title>
          ., USA,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , W.-T. Yih, G. Zweig,
          <article-title>Linguistic regularities in continuous space word representations, in: Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT</article-title>
          <year>2013</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , Atlanta, Georgia,
          <year>2013</year>
          , pp.
          <fpage>746</fpage>
          -
          <lpage>751</lpage>
          . URL: http://www.aclweb.org/anthology/N13-1090.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          , S.-i. Ando,
          <article-title>Saussurian analogy: a theoretical account and its application</article-title>
          ,
          <source>in: COLING 1996 Volume 2: The 16th International Conference on Computational Linguistics</source>
          ,
          <year>1996</year>
          , pp.
          <fpage>717</fpage>
          -
          <lpage>722</lpage>
          . URL: https://aclanthology.org/C96-2121.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.-I.</given-names>
            <surname>Ando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Linguistic structure analysis by analogy: Its eficiency</article-title>
          ,
          <source>in: Proceedings of NLPRS-97</source>
          , Phuket,
          <year>1997</year>
          , pp.
          <fpage>401</fpage>
          -
          <lpage>406</lpage>
          . URL: http://citeseerx.ist.psu.edu/viewdoc/ summary?doi
          <source>=10.1.1.50.8231. doi:10.1.1.50.8231.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-I.</given-names>
            <surname>Ando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Akamine</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Iida</surname>
          </string-name>
          ,
          <article-title>An annotated corpus in Japanese using Tesnière's structural syntax</article-title>
          ,
          <source>in: Processing of Dependency-Based Grammars</source>
          ,
          <year>1998</year>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>115</lpage>
          . URL: https://aclanthology.org/W98-0513.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>N.</given-names>
            <surname>Stroppa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yvon</surname>
          </string-name>
          ,
          <article-title>An analogical learner for morphological analysis</article-title>
          ,
          <source>in: Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL-2005)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Ann Arbor, Michigan,
          <year>2005</year>
          , pp.
          <fpage>120</fpage>
          -
          <lpage>127</lpage>
          . URL: https://aclanthology.org/W05-0616.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>N.</given-names>
            <surname>Stroppa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yvon</surname>
          </string-name>
          ,
          <article-title>Analogical learning and formal proportions: Definitions and methodological issues</article-title>
          ,
          <source>ENST Paris report (2005).</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>N.</given-names>
            <surname>Chomsky</surname>
          </string-name>
          ,
          <source>The Logical Structure of Linguistic Theory</source>
          ,
          <string-name>
            <surname>Springer</surname>
            <given-names>US</given-names>
          </string-name>
          ,
          <year>1975</year>
          . URL: https: //books.google.co.jp/books?id=1D66ktXOITAC.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>I.</given-names>
            <surname>Chiswell</surname>
          </string-name>
          , W. Hodges,
          <source>Mathematical Logic</source>
          , Oxford University Press, Inc., USA,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>R.</given-names>
            <surname>Fam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Tools for the production of analogical grids and a resource of n-gram analogical grids in 11 languages</article-title>
          , in
          <source>: Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ),
          <article-title>European Language Resources Association (ELRA), Miyazaki</article-title>
          , Japan,
          <year>2018</year>
          , pp.
          <fpage>1060</fpage>
          -
          <lpage>1066</lpage>
          . URL: https://aclanthology.org/L18-1171.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Goh</surname>
          </string-name>
          ,
          <article-title>Towards automatic acquisition of linguistic features</article-title>
          ,
          <source>in: Proceedings of the 17th Nordic Conference of Computational Linguistics (NODALIDA</source>
          <year>2009</year>
          ),
          <article-title>Northern European Association for Language Technology (NEALT), Odense</article-title>
          , Denmark,
          <year>2009</year>
          , pp.
          <fpage>118</fpage>
          -
          <lpage>125</lpage>
          . URL: https://aclanthology.org/W09-4618.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Fam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>A study of analogical density in various corpora at various granularity</article-title>
          ,
          <source>Information</source>
          <volume>12</volume>
          (
          <year>2021</year>
          )
          <article-title>314</article-title>
          . URL: https://doi.org/10.3390/info12080314. doi:
          <volume>10</volume>
          .3390/ info12080314.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Languages of analogical strings</article-title>
          ,
          <source>in: Proceedings of the 18th International Conference on Computational Linguistics (COLING</source>
          <year>2000</year>
          ), volume
          <volume>1</volume>
          ,
          <string-name>
            <surname>Saarbrücken</surname>
          </string-name>
          ,
          <year>2000</year>
          , pp.
          <fpage>488</fpage>
          -
          <lpage>494</lpage>
          . URL: https://aclanthology.org/C00-1071.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Fam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Morphological predictability of unseen words using computational analogy</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <year>1815</year>
          (
          <year>2016</year>
          )
          <fpage>51</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>