<!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>Differences between Swiss High German and German High German via data-driven methods</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gerold Schneider</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>In: Mark Cieliebak, Don Tuggener and Fernando Benites (eds.): Proceedings of the 3rd Swiss Text Analytics Conference (Swiss- Text 2018)</institution>
          ,
          <addr-line>Winterthur</addr-line>
          ,
          <country country="CH">Switzerland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Computational Linguistics and English Department University of Zurich</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This study uses data-driven methods to detect and interpret differences between the High German used as standard language of written communication in Switzerland, and German High German. The comparison is based on a comparable web corpus of two million sentences, one million from Switzerland and one million from Germany. We describe differences at the levels of lexis, morphosyntax, and syntax, and compare to previously described differences. We show that data-driven methods manage to detect a wide range of differences.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        While the various spoken dialects of Swiss German
differ considerably from High German, and also from
each other, the differences between Swiss High
German and German High German are relatively small,
and mostly concern the level of lexis and
morphosyntax. Many of the differences have been described in
lexica, see e.g. Meyer (1989). Also some
syntactic differences have been reported
        <xref ref-type="bibr" rid="ref3">(Du¨rscheid et al.,
2015)</xref>
        . There are virtually no structures that are used
exclusively in one of the two compared varieties, but
preferences for certain constructions and lexical items
exist. As the differences are often subtle and small
and existing resources are incomplete, a data-driven
approach using a large amount of carefully compiled
data is recommendable for their detection, and
hitherto missing for Swiss German. Our research
question is whether data-driven methods are able to find
linguistically meaningful differences.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Data and Methods</title>
      <p>
        We apply a data-driven method to the detection of
differences. In data-based approaches, existing
hypothesis are tested, whereas in data-driven approaches,
hypotheses arise from the data. Data-driven methods
have the advantage that previously unnoticed
differences may be detected, thus improving the recall of
the phenomena under observation, potentially
showing new patterns that one is not yet aware of, and it
also allows one to put the differences into a
quantitative perspective. Data-driven methods also have
disadvantages, in particular that they depend directly on
the corpus and its sampling
        <xref ref-type="bibr" rid="ref17">(Tognini-Bonelli, 2001)</xref>
        ,
that quantitatively rare differences are hard to detect,
and that subtle differences may not leave traces on the
surface and thus remain unnoticed. In order to partly
alleviate the latter, we use morphologically and
syntactically annotated data.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Data: the Wortschatz Leipzig Corpus</title>
        <p>The Wortschatz Leipzig corpus1 consists of a
collection of news and web-derived corpora, each
comprising one million sentences. For the comparison of
Swiss High German to German High German, we use
their Swiss and matching German web corpus, which
contain random texts from the year 2002. The Swiss
corpus contains 15.817.004 words, the German one
16.850.144 words.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Lemmatisation, Tagging and Parsing</title>
        <p>
          As pre-processing steps, we reduced full-forms to
their lemmas and applied part-of-speech tagging. For
these two steps we used Treetagger
          <xref ref-type="bibr" rid="ref14">(Schmid, 1994)</xref>
          ,
        </p>
        <sec id="sec-2-2-1">
          <title>1http://wortschatz.uni-leipzig.de/de</title>
          <p>
            which employs the STTS tagset
            <xref ref-type="bibr" rid="ref13">(Schiller et al., 1995)</xref>
            .
To allow comparability, we have also mapped all
occurrences of ß to ss, as Swiss High German does not
use ß .
          </p>
          <p>
            We use a syntactic dependency parser
            <xref ref-type="bibr" rid="ref15">(Sennrich
et al., 2009)</xref>
            for the step of syntactic annotation. The
set of syntactic dependency labels is described in Foth
(2006). Although automatic annotation is not
errorfree, the levels of noise can now be considered low
enough to profit from these resources (see e.g. van
Noord and Bouma (2009)).
2.3
          </p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>The method of document classification</title>
        <p>
          Document classification is a supervised method
generally used to assign each document, whether a
newspaper article, a web page, a book, a paragraph, a
tweet, or a similar discourse unit, to a class. Classes
can, for example, be broad topics divided into the
binary classes of relevant or irrelevant documents for an
Information Retrieval task (see Jurafsky and Martin
(2009, chapter 23.1)) or Manning and Schu¨tze (2001,
chapter 25)) for an introduction). In the majority of
the implementations, the words in the documents are
used as discriminators between the classes, typically
without respecting their sequence or syntactic
context, which is why the method is called a
“bag-ofwords” approach. Since every word type (as soon as
it reaches a token frequency above a certain
threshold) is a feature, there are often thousands of features.
Each feature in isolation is usually neither a good
descriptive feature nor a good discriminator between the
classes. The simplest approach, Na¨ıve Bayes, simply
gives equal weight to each feature. More advanced
algorithms, for example logistic regression, which we
use in the present study, give optimal weight to each
feature. While most features in isolation are bad
discriminators, some are better and logistic regression
automatically finds the optimal weight (also called
influence) for each feature. Those features that obtain
a high weight are relatively good discriminators and
therefore they can be considered typical of their class.
These words can be interpreted as keywords, because
document classification is also a possible keyword
extraction algorithm
          <xref ref-type="bibr" rid="ref21">(Yang et al., 2013)</xref>
          .
        </p>
        <p>For the detection of English National Dialects, Lui
and Cook (2013) have tested a range of methods. They
conclude that document classification performs best
on the task of detecting the originating nation of a
text, they state that this is probably because of the very
large feature set of this method. The main interest of
Lui and Cook (2013) was to obtain a high classfication
accuracy, they were not mainly interested in lingustic
interprations of the features.
2.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Overuse metrics</title>
        <p>
          As overuse metric we use O/E and derived measures.
O/E stands for Observed divided by Expected, where
Expected is the homogenous distribution over the
entire corpus. The value gives a direct, and easily
interpretable effect size. O/E is often affected by sparse
data problems which can lead to inflated values for
items with low counts. One thus sometimes gets a
more accurate impresssion by adding a frequency
factor, for example O2/E or O ∗ log(O)/E. O/E is well
known from research on collocations
          <xref ref-type="bibr" rid="ref4">(Evert, 2009)</xref>
          ,
but it is a useful general overuse metric. The ranking
of features which O/E delivers is identical to the one
obtained by Mutual Information (MI), a popular
metric in Information Theory
          <xref ref-type="bibr" rid="ref16 ref2">(Shannon, 1951; Cover and
Thomas, 1991)</xref>
          , but even easier to interpret.
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <sec id="sec-3-1">
        <title>Lexis</title>
        <p>
          In a first classification task, we applied document
classification to the raw texts. Our tool of choice for
applying the method is LightSide2 because it is easy to
use, includes tokenisation, and offers a wide range
of machine learning algorithms, including logistic
regression from the LIBLINEAR library
          <xref ref-type="bibr" rid="ref5">(Fan et al.,
2008)</xref>
          . It also performs cross-validation
automatically. We used 5-fold cross validation. We formed
pseudo-documents of 100 random sentences each,
delivering 10000 Swiss High German and 10000
German High German documents, and have set the
minimum frequency for words to 50, which delivers over
20000 bag-of-words features.
        </p>
        <p>While the performance of the system is
nearperfect (only one document was misclassified), the
strongest features are dominated by place names and
proper names. Therefore, as a second classfication
task, we thus removed all proper names (tag NE), and
we also replaced full forms by lemmas. The
classification is still very accurate (99.97% accuracy, 8
documents are misclassified), and a large subset of the top</p>
        <sec id="sec-3-1-1">
          <title>2http://ankara.lti.cs.cmu.edu/side/</title>
          <p>Comment
Relative Pronoun
zu¨richer
baseler
(dialect word not recognized as proper name)
zufolge
veranstaltung
etwaig
selbst
binnen, innerhalb
jahreshauptversammlung
vorsitzende/r
krankenhaus
ansonsten
aufgrund
neben; ausserdem
unterschiedlich
anwenden
lehrgang
anders
erfordernis
kostenlos
gesamtschule
urlaub
schnell
hinsichtlich
versta¨rkt, geha¨uft
zum vorteil von
begehren
abschliessend, bestimmt
fahrrad
satzung
vero¨ffentlichen</p>
          <p>O ∗ logO/E
4.009
4.696
4.872
5.503
4.325
5.570
4.450
3.969
5.942
5.624
6.149
5.694
5.644
6.004
4.860
4.863
4.833
6.378
5.856
2.949
4.944
4.476
5.029
2.934
1.248
3.218
2.655
2.521
1.150
1.651</p>
          <p>Comment
Relative pronoun welche/r/s
Present perfect
Contraction
wo, wobei
Present perfect
Hedging phrases, Swiss indirectness?
Present perfect
det+proper name
paratactic style
Present perfect
synthetic, genitive drop, fewer postpositions
Hedging phrases, Swiss indrectness?
shorter sentences
more postpositions in German High German
Acronyms such as KFZ
fewer wo, wobei, fewer relatives with welcher
German directness? / short forms
absent in CH, rare in DE
German directness? / short forms
features are linguistically meaningful, exhibiting
helvetisms. Table 1 lists the top 72 features (of a total
of 21789). We have manually filtered non-linguistic
features (such as the adjective Schweizer) in this list3,
but give the position in the original list in the first
column, to give an impression of the level of noise.
The last column gives our interpretation, explanation,
or near-synonyms which are overused in the German
High German corpus, and at least partly explain the
high weight of the feature in the Swiss German
corpus.</p>
          <p>The top entry is the lemma welch, stemming
from the full forms welche, welcher, welches which
are strongly overrepresented in Swiss High German,
while the relative pronoun forms der, die, das are used
less often than in German High German. The
preposition gema¨ss is overrepresented in Switzerland, while
the semantically largely corresponding pre- or
postposition zufolge is a strong feature of German High
German. The majority of the features can be explained,
but data-driven approaches also lead to some results
which are difficult to explain. Words related to
education and schooling (for example Schu¨lerin) seem
generally overrepresented in the Swiss data. This may
be due to a bias in the corpus collection or due to the
importance that Switzerland gives to education.</p>
          <p>Further down in the list than shown in Table 1,
we can still find many lexical differences, for
example the Swiss Velo for Fahrrad, Offerte for Angebot,
benu¨tzen for anwenden, Gesuch for Antrag, selber
for selbst, Reservation for Reservierung,
Mitgliederbeitrag for Mitgliedsbeitrag, Ferien for Urlaub, and
hundreds more.</p>
          <p>Most of the reported lexemes are not exclusive
to one variety, but exploring the feature weights
offers an exciting resource to the lexicographer. We
can equally browse the strongest German High
German features and learn for example that German High
German (over-)uses Personalausweis for Swiss
Identita¨tskarte, gezahlt for bezahlt, zeitnah for bald,
Stadtmitte for Zentrum, PKW for Auto, Festplatte for
Harddisk, Rundfunk for Radio, Renovierung for
Renovation, etc. Many of these differences are known, but
a data-driven approach allows us to verify lists and
complete dictionaries.</p>
          <p>3zu¨rcher and basler are kept, because they are
linguistically meaningful, German High German would use zu¨richer and
baseler
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Morphosyntax</title>
        <p>Some morphosyntactic differences are also well
known. For example, due to the fact that the Swiss
dialects do not use the simple past tense, overuse of
the present perfect can be expected. To obtain a more
complete picture, we have sorted all part-of-speech
tags by overuse metrics. The results sorted by O/E
are given in Table 2. The expected overuse of present
perfect is mirrored by more auxiliary verbs and
participles (VAINF, VAFIN, VVPP). The table reflects
relative pronouns with welch again (PWAT), and with wo
(PWAV). The increased frequency of PWAV is partly
also due to wobei, which is described as a Swiss
feature in Du¨rscheid et al. (2015, 228). Determiners
(ART) are more frequent in Swiss texts because proper
names are often preceded by determiners. The fact
that infinitive verbs with particlezu (PTKZU, VVIZU)
are more frequent in the Swiss corpus is due to the
frequent use of fixed semi-modal, hedging phrases:
(1) Es PPER ist VAFIN anzunehmen VVIZU , $,
dass KOUS das ART Quartier NN etappenweise ADJD
u¨berbaut VVPP wird VAFIN . $.
(2) Zuna¨chst ADV ist VAFIN festzuhalten VVIZU , $,
dass KOUS der PDS vermeintlich ADJD ” $(
normale ADJA ” $( Zustand NN nicht PTKNEG
existiert VVPP . $.
(3) Der ART Name NN ist VAFIN zuru¨ckzufu¨hren VVIZU
auf APPR ein ART Treffen NN von APPR Veteranen NN
der ART American NN Legion NN 1976 CARD in APPR
den ART USA NE . $.</p>
        <p>Semi-modal patterns of the type es ist VVIZU are
50% more frequent in the Swiss than in the German
corpus.</p>
        <p>It is tempting to interpret these phrases in contrast
to the fact that imperatives (VAIMP, VMIMP, VVIMP)
are among the strongest German High German
features. Inspecting the data reveals, however, that the
majority of verbs tagged as imperative are in fact short
forms, not imperatives, such as
(4) hab VAIMP ich PPER einen ART von APPR der ART</p>
        <p>Sicherheit NN getroffen VVPP . $.</p>
        <p>Data-driven approaches are relatively susceptible
to skews and systematic errors in the data and the
annotation process.</p>
        <p>The Swiss texts have shorter sentences, therefore
the full stop tag $. is also overrepresented in the Swiss
data. As Swiss sentences are shorter, the Swiss corpus
is also a bit smaller, which explains why most O/E
values are slightly below 1.
13
12
12
17
21
8
11
4
3
3
8
3
1
1
0
0</p>
        <p>Prepositions seem to show important dfferences.
Contraction of prepositions plus article (am, im, beim
etc.) are more frequent in the Swiss variety, while
postpositions (APPO) are a German High German
feature. We have already seen in the comparison of
lexis that the preposition gema¨ss has the semantically
largely corresponding pre- or postposition zufolge in
German High German, there may be an
interdependence. As prepositions (APPR) appear among the
overused words, we list results of the uses of
individual prepositions in Table 3. Some contractions are
more typical for Swiss (im, am, vom, zum, zur, beim),
while others are typically German (hinterm, unterm,
vorm, u¨bern, u¨berm).</p>
        <p>
          The higher frequency of am can also be explained
by the frequent use of the progressive form am, e.g.
Ich bin am Laufen
          <xref ref-type="bibr" rid="ref20">(van Pottelberge, 2004)</xref>
          , which is
more frequent in Swiss High German
          <xref ref-type="bibr" rid="ref11">(Rimensberger,
2014, 107)</xref>
          .
        </p>
        <p>As Swiss German has no genitive form, genitive
drop is probably also frequent in Swiss High German,
explaining the overuse of von and vom. But in order
to investigate this question, syntactic information is
needed, which we provide in the following subsection.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Syntax and Style</title>
        <p>The overuse of the tags VVIZU and PTKZU in Swiss
High German, and the frequent conjunctions (KON)
are stylistic features. Also many of the syntactic
differences can be seen as differences in style. On the
surface, it is already noticeable that German High
German sentences are considerably longer (mean of
15.85 words per sentence) than Swiss High German
ones (mean of 14.82 words). Sentence length and
complexity are usually strongly correlated. One
feature of sentence complexity is the use of
subordinating and coordinating clauses. On the level of tags,
we can see in Table 2 that conjunctions (KON) are
even overused in Swiss High German, which is
surprising. Looking at the parsed data can give more
deVariety
DE
CH
tailed answers. A comparison of important syntactic
relations is shown in Figure 1. Subordinate clauses
are expressed by the dependency relations (konj)neb
for adjunct clauses and (konj)objc for complement
clauses. Particularly adjunct clauses are indeed
underused in the Swiss texts. There seems to be a slight
trend towards a more paratactic style at the expense of
hypotactic style.</p>
        <p>Due to the fact that Swiss High German uses more
present perfect forms instead of the simple past, the
higher frequency of aux dependencies is expected.</p>
        <p>There is an overuse of det, which is due to proper
names with determiners, as seen in overused POS
tags.</p>
        <p>Subjects (subj) are distributed homogeneously.
Accusative objects (obja) and dative objects (objd)
are almost as frequent in Swiss High German as in
German High German, but genitive objects (objg) are
considerably rarer. Prepositions and verbs governing
a genitive object, as in the following German High
German examples, are rarer in the Swiss texts.
(5) Trotz APPR des ART Zugewinns NN ging VVFIN</p>
        <p>Karl NE Braun NE leer ADJD aus PTKVZ . $.
(6) Da ADV machte VVFIN sich PRF auch ADV
ans APPRART Werk NN das ART Ratsgymnasium NN
, $, denn KON es PPER gedachte VVFIN des ART
alten ADJA Schlagers NN ” $( Fu¨r APPR Gaby NE
tu VVFIN ich PPER alles PIS ” $( . $.</p>
        <p>Verbs governing genitive objects are also receding
in Standard German (see e.g. Ueberwasser (2014);
Scha¨tzle (2013)), but prepositions governing genitive
case remain stable across time. Nouns can be
modified by genitive NPs (dependency labelgmod), a
phenomenon which is stable in Standard German, but less
frequent in the Swiss data, where genitive modifcation
is partly replaced by prepositional phrases with von,
as in the following example:
(7) Der ART Bruder NN von APPR Frau NN Dreifuss NN
ist VAFIN u¨brigens ADV Tierexperimentator NN ! $.</p>
        <p>The fact that the genitive case after prepositions is
often replaced by a dative (e.g. wegen, trotz, see
Table 4) in Swiss High German could lead one to expect
higher counts of dative objects (objd), which is not
the case. An important reason for the lack of increase
is the fact that the dative object is itself under threat in
German dialects, it is often replaced by the preposition
an. German (like English) has a dative shift
alternation, see e.g. Adler (2011). The difference is often
seen as formal vs. informal, due to type of event or
dialectal influence, also in German High German, but
we find significantly higher counts for structures like
the following in the Swiss corpus:
(8) Hier ADV koennen VVFIN Sie PPER Ihre PPOSAT
Feriengruesse NN an APPR die ART Welt NN
senden VVINF . $.</p>
        <p>Although more research is needed on this
question, such factors can explain the higher frequency of
prepositions (tag APPR, dependency label pn).
Coupled with the increased use of auxiliary verbs, Swiss
High German also seems to be slightly more synthetic
while German High German is slightly more
inflectional.</p>
        <p>Another observation related to language and
dialect typology is illustrated in example (3), which
shows a slightly unexpected verbal brace, where
zuru¨ckzufu¨hren does not appear at the end of the
clause. While this choice can be caused by end-weight
constraints, we wondered if there is a difference
between Swiss High German and German High German.
We counted how often objects and PPs of the main
verb occur to the left or the right of the main verb.
Frequencies to the right are considerably higher in the
Swiss corpus, but closer inspection revealed that this
is mainly due to the fact that there are fewer
subordinate clauses in the Swiss data. In subordinate clauses,
the default position of the main verb is clause-final,
while in main clauses the position is after the subject
or fronted elements (verb-second).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>We have shown that automated data-driven methods
manage to detect a wide range of the differences
between Swiss High German and German High German
described in the literature, by applying document
classification and overuse metrics to a large web corpus,
and shown that automatic part-of-speech tagging and
syntactic dependency annotation detects patterns
beyond lexis. Candidate lists from the relatively easy
levels of lexis, but also from the more intricate
levels of morphosyntax, syntax and style have been
illustrated, also unveiling subtle stylistic differences. We
have pointed out strengths and possible pitfalls of the
method. In future work, we plan to analyse the
reported candidate lists in further detail.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Julia</given-names>
            <surname>Adler</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Dative Alternations in German: the Argument Realization of Transfer Verbs</article-title>
          .
          <source>Doctoral Thesis</source>
          , The Hebrew University, Jerusalem.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Thomas</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Cover</surname>
          </string-name>
          and Joy A. Thomas.
          <year>1991</year>
          .
          <article-title>Elements of Information Theory</article-title>
          . Wiley Series in Telecommunications. John Wiley &amp; Sons, New York, NY, USA.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Christa</given-names>
            <surname>Du</surname>
          </string-name>
          ¨rscheid, Stephan Elspaß, and
          <string-name>
            <given-names>Arne</given-names>
            <surname>Ziegler</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Variantengrammatik des Standarddeutschen. Konzeption, methodische Fragen, Fallanalysen</article-title>
          . In Alexandra N. Lenz and Manfred M. Glauninger, editors,
          <source>Standarddeutsch im 21</source>
          .
          <article-title>Jahrhundert - Theoretische und empirische Ansa¨tze mit einem Fokus auf O¨sterreich</article-title>
          ., Vienna University Press, pages
          <fpage>207</fpage>
          -
          <lpage>235</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Evert</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Corpora and collocations</article-title>
          . In A. Lu¨deling and M. Kyto¨, editors,
          <source>Corpus Linguistics. An International Handbook, article 58</source>
          , Mouton de Gruyter, Berlin.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Rong-En</surname>
            <given-names>Fan</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kai-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho-Jui</surname>
            <given-names>Hsieh</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang-Rui</surname>
            <given-names>Wang</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chih-Jen Lin</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Liblinear: A library for large linear classification</article-title>
          .
          <source>Journal of Machine Learning Research 9.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Kilian A.</given-names>
            <surname>Foth</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Eine umfassende ConstraintDependenz-Grammatik des Deutschen</article-title>
          . Manual, University of Hamburg: Fachbereich Informatik.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Dan</given-names>
            <surname>Jurafsky and James H. Martin</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Speech and language processing : an introduction to natural language processing, computational linguistics, and speech recognition</article-title>
          .
          <source>Pearson</source>
          Prentice Hall, Upper Saddle River,
          <string-name>
            <surname>N.J.</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Lui</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paul</given-names>
            <surname>Cook</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Classifying english documents by national dialect</article-title>
          .
          <source>In Proceedings of Australasian Language Technology Workshop</source>
          . pages
          <fpage>5</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          and Hinrich Schu¨tze.
          <year>2001</year>
          .
          <article-title>Foundations of Statistical Natural Language Processing</article-title>
          . MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Kurt</given-names>
            <surname>Meyer</surname>
          </string-name>
          .
          <year>1989</year>
          . Duden.
          <article-title>Wie sagt man in der Schweiz? Wo¨rterbuch der schweizerischen Besonderheiten</article-title>
          . IDS, Mannheim.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Bettina</given-names>
            <surname>Rimensberger</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Das Projekt Variantengrammatik das Standarddeutschen: Erste Forschungsergebnisse anhand deutschsprachiger Zeitungen</article-title>
          .
          <source>Sprachspiegel</source>
          <volume>4</volume>
          :
          <fpage>102</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Christin</given-names>
            <surname>Scha</surname>
          </string-name>
          ¨tzle.
          <year>2013</year>
          .
          <article-title>Eine computerlinguistische Untersuchung des Genitivschwundes</article-title>
          .
          <source>Master's thesis</source>
          , University of Konstanz.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Anne</given-names>
            <surname>Schiller</surname>
          </string-name>
          , Simone Teufel, and Christine Sto¨ckert.
          <year>1995</year>
          .
          <article-title>Guidelines fu¨r das Tagging deutscher Textkorpora mit STTS</article-title>
          .
          <source>Technical report</source>
          , Universita¨t Stuttgart, Universita¨t Tu¨bingen.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Helmut</given-names>
            <surname>Schmid</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Probabilistic part-of-speech tagging using decision trees</article-title>
          .
          <source>In Proceedings of International Conference on New Methods in Language Processing.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Rico</given-names>
            <surname>Sennrich</surname>
          </string-name>
          , Gerold Schneider,
          <source>Martin Volk, and Martin Warin Warin</source>
          .
          <year>2009</year>
          .
          <article-title>A new hybrid dependency parser for German</article-title>
          . In C. Chiarcos, R. E. de Castilho, and M. Stede, editors,
          <source>Von der Form zur Bedeutung: Texte automatisch verarbeiten / From Form to Meaning: Processing Texts Automatically. Proceedings of the Biennial GSCL Conference</source>
          <year>2009</year>
          . Tu¨bingen, Germany, pages
          <fpage>115</fpage>
          -
          <lpage>124</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Claude E.</given-names>
            <surname>Shannon</surname>
          </string-name>
          .
          <year>1951</year>
          .
          <article-title>Prediction and entropy of printed English</article-title>
          .
          <source>The Bell System Technical Journal</source>
          <volume>30</volume>
          :
          <fpage>50</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Elena</given-names>
            <surname>Tognini-Bonelli</surname>
          </string-name>
          .
          <year>2001</year>
          . Corpus Linguistics at Work. John Benjams, Amsterdam.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Simone</given-names>
            <surname>Ueberwasser</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Ein Requiem fu¨r den Genitiv? Vergleichende Betrachtungen zum Genitivgebrauch in den 1940er-Jahren und heute</article-title>
          .
          <source>AkademikerVerlag</source>
          , Saarbru¨cken, Germany.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Gertjan van Noord</surname>
            and
            <given-names>Gosse</given-names>
          </string-name>
          <string-name>
            <surname>Bouma</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Parsed corpora for linguistics</article-title>
          .
          <source>In Proceedings of the EACL</source>
          <year>2009</year>
          <article-title>Workshop on the Interaction between Linguistics and Computational Linguistics: Virtuous, Vicious or Vacuous?</article-title>
          .
          <source>Association for Computational Linguistics</source>
          , Athens, Greece, pages
          <fpage>33</fpage>
          -
          <lpage>39</lpage>
          . http://www.aclweb.org/anthology/W09-0107.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Jeroen van Pottelberge</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Der am-Progressiv. Struktur und parallele Entwicklung in den kontinentalwestgermanischen Sprachen. Tu¨binger Beitra¨ge zur Linguistik 478</article-title>
          .
          <string-name>
            <surname>Narr</surname>
          </string-name>
          , Tu¨bingen.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Li</given-names>
            <surname>Gong</surname>
          </string-name>
          <string-name>
            <surname>Yang</surname>
          </string-name>
          ,
          <source>Jian Zhu, and Shi Ping Tang</source>
          .
          <year>2013</year>
          .
          <article-title>Keywords extraction based on text classification</article-title>
          .
          <source>In Advanced Information and Computer</source>
          Technology in Engineering and Manufacturing, Environmental Engineering.
          <source>Trans Tech Publications</source>
          , volume
          <volume>765</volume>
          of Advanced Materials Research, pages
          <fpage>1604</fpage>
          -
          <lpage>1609</lpage>
          . https://doi.org/10.4028/www.scientific.net/AMR.765-
          <fpage>767</fpage>
          .
          <fpage>1604</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>