<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic classification of scientific records using the German Sub ject Heading Authority File (SWD)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christian Wartena</string-name>
          <email>Christian.Wartena@fh-hannover.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maike Sommer</string-name>
          <email>Maike.Sommer@stud.fh-hannover.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hochschule Hannover - University of Applied Sciences and Arts Department of Information and Communication Expo Plaza 12</institution>
          ,
          <addr-line>30539 Hannover</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2012</year>
      </pub-date>
      <fpage>37</fpage>
      <lpage>48</lpage>
      <abstract>
        <p>The following paper deals with an automatic text classification method which does not require training documents. For this method the German Subject Heading Authority File (SWD), provided by the linked data service of the German National Library is used. Recently the SWD was enriched with notations of the Dewey Decimal Classification (DDC). In consequence it became possible to utilize the subject headings as textual representations for the notations of the DDC. Basically, we we derive the classification of a text from the classification of the words in the text given by the thesaurus. The method was tested by classifying 3826 OAI-Records from 7 different repositories. Mean reciprocal rank and recall were chosen as evaluation measure. Direct comparison to a machine learning method has shown that this method is definitely competitive. Thus we can conclude that the enriched version of the SWD provides high quality information with a broad coverage for classification of German scientific articles.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Subject classification is one of the major pillars to guarantee accessibility of
records in large digital libraries. One of the worldwide most common
classification systems is the Dewey Decimal Classification (DDC). The DDC is a universal
classification system aiming at representing the entire knowledge of the world. It
is used in more than 135 countries and translated into over 30 languages. More
than 60 countries use the DDC even for their national bibliography. Apart from
the worldwide use the DDC has a second strength: It is administrated by the
Decimal Classification Editorial Policy Committee at the Library of Congress.
Thus it is updated and developed continuously ([
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]).
      </p>
      <p>
        Classifying records according to DDC is a task that requires carefully reading
and understanding of the abstracts and other available meta data as well as a
This work is partially based on the Bachelor thesis of Maike Sommer ([
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]).
detailed knowledge of the DDC class hierarchy. In a number of projects
classifiers were built using machine learning techniques ([
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]). These approaches
are problematic because the DDC-classes are very fine grained. Even in very
large repositories, for most classes there are not sufficient training data. Thus a
classification can only be made on the highest levels of the DDC hierarchy and
even then the sparsity of data poses still a problem for some of the classes ([
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]).
A second problem is the dependency on training data. Especially, the data that
are classified have to be comparable to the data that were used for training. E.g.
if the collection to be classifies contains other text types than those used for
training, the results might be worse than expected.
      </p>
      <p>
        The basic principle of text classification based on machine learning is as
follows. In the training phase words are given weights indicating how strong
they characterize a certain class. During classification these weights are used
to guess the most likely class for a text. Instead of determining weights in a
training phase we can use a dictionary or thesaurus, if it contains information
on the relation between words and the target classes, in our case the classes
from the DDC. Recently, a large number of relations between subject headings
of the German Subject Heading Authority File (Schlagwortnormdatei, SWD) and
DDC-classes have been published ([
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]). Since most subject headings consist
of just a single word or a very short phrase, we can use the SWD as a large
lexical resource with a very broad coverage. Now, basically by counting the links
of the subject headings found in a text to the DDC-classes we can predict the
DDC-class for the text. The disadvantages of this approach are manifest: Weights
are just 0 or 1, without any information how indicative a word is for a certain
class. Furthermore, only the weights of the words are used and no dependencies
between words can be modeled. The method has, on contrary, also the advantage
that we need no training data and we directly can classify documents in domains
that we did not see before. The success of this approach depends crucially on
the quality of the thesaurus used. The main contribution of this paper is, that
we show that the SWD is a vary valuable source of information in this respect.
      </p>
      <p>In the following we will describe our approach in more detail and present
results on the classification of the German language records from 7 repositories of
different German universities. We compare our results with the results given by
the Automatic Classification Toolbox for Digital Libraries (ACT-DL) from the
University of Bielefeld (http://clfapi.base-search.net/doc/index.html),
that uses a state-of.the-art machine learning approach. We show that the results
are comparable in terms of mean reciprocal rank and in most cases better in
terms of recall. The first measure is important with regard to fully automatic
classification, the second measure is especially important in an interactive
scenario in which the algorithm provides suggestions to a librarian.</p>
      <p>The remainder of this paper is organized as follows. In section 2 we discuss
related work. In section 3 we present our approach. In section 4 we describe the
data we have used in our experiment, the results of which are given in section 5
We conclude with a discussion of results (section 6) and outlook to future work
(section 7).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Waltinger et al. ([
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]) treat exactly the same problem that we discuss in this
paper, namely classifying English and German scientific abstracts into
highlevel DDC classes. They use a state-of-the art machine learning approach for
text classification. Below we will compare our results of the ontology driven
approach directly with the results obtained by their classifier, that is publicly
available as a web service.
      </p>
      <p>
        Various studies consider document labeling or classification with the labels
of an ontology, using lexical and structural information from that ontology.
Basically, occurrences of ontology concepts in the text are counted and in some
manner the information is aggregated to determine the most central or
important concepts. Usually these approaches require enrichment of the ontology with
additional lexical information, in many cases obtained from WordNet. Examples
of such approaches are [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Another approach to using ontologies for text classification is to enrich the
representation of the text with features derived from the ontology, like
hypernyms or concept labels before applying the classification algorithms. E.g., Scott
and Matwin ([
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]) add WordNet hypernyms and Bloehdorn and Hotho ([
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) add
hypernyms from Wordnet and other ontologies to the representation of the text.
The latter authors also try out various disambiguation strategies for words that
potentially represent more than one ontology concept. Improvements over the
baseline using only the words from the text are in both cases not very convincing.
      </p>
      <p>
        Addis et al. ([
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]) consider text classification rather as a two step process. In
the first step WordNet concepts (synsets) are extracted. In the second phase an
existing mapping from synsets to DDC-categories is used to compute a
DDCclassification for the text. However, the authors do not consider this process
as their final classifier, but use it only to create text collections to train
statistical classifiers on. The two step approach is treated more systematically by
Chenthamarakshan et al.([
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]), who explicitly distinguish between the process of
finding representative concepts on the one hand side and learning a mapping
from concepts to document classes on the other hand side. These approaches
differ not only in the perspective on the task from those mentioned in the
previous paragraph. They are also different because they do not add features to the
simple word vector model, but replace the original representation.
      </p>
      <p>In our approach we consider classification as a two step approach as well.
Thus the main contribution of this paper is not the method presented, but rather
the investigation in the potentials of the German Subject Heading Authority
File, that was, to the best of our knowledge, not used for automatic classification
before. Since the results turn out to be very competitive, the proposed method
might also have practical value for application in libraries.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>In our thesaurus based approach, the most relevant Dewey class for a text is
determined by the Dewey classification of the words in this text according to the
thesaurus. In our case the thesaurus is the German Subject Heading Authority
File (SWD) for which all terms have been related to Dewey classes.</p>
      <p>
        In order to find all relevant words we stem all words in the text. To be sure
that only relevant words are found we restrict our search for thesaurus terms
to nouns only. The text analysis is implemented as a GATE pipeline ([
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]). For
stemming and part-of-speech tagging we use the TreeTagger ([
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]). Search for
thesaurus terms is implemented by Apolda ([
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]).
      </p>
      <p>In the next phase we can determine the class of the text on the basis of the
identified occurrences of thesaurus terms. For this phase we keep only
unambiguous words, since only these terms give a clear indication of the topic of the
text. Usually enough unambiguous terms remain to determine the topic of the
text. We consider a word as unambiguous if the word occurs as the label of only
one subject in the thesaurus, or if the word is the preferred label of exactly one
subject. E.g. the word Student occurs 9 times as an alternative label for subjects
like Studentenwohnheim (student accommodation) or Auslandsstudium (study
abroad). However, there is one subject that has Student as its preferred label.
Thus we treat Student as a non-ambiguous term representing that subject. The
word Untersuchung (investigation) in contrast is found 2 times as an alternative
label but never as a preferred label. Thus this word is not considered in the
following steps. In this way many very general terms are filtered out.</p>
      <p>Once all subjects have been identified we count the Dewey classes they are
related to. In the (enriched) SWD each word is related to one or more Dewey
classes via an anonymous node. For each relation a confidence of correctness
is given by an integer between 1 and 4. For our purposes we ignore all links
with a confidence level of 1. Given a (non-ambiguous) term occurrence t we let
ddc(t) be the set of all DDC-classes that t is related to with a confidence level
greater than 1. Most words are related to very specific class in DDC. In order
to aggregate occurrence information on a higher level in the DDC-hierarchy we
denote for each class c in the DDC-System the broader class at the n-th level
as cn. Since the DDC-system is a strict hierarchy cn is uniquely defined for each
class with a depth smaller than n. E.g. if c is the class 342.0684 then c2 is 340.
Now we can define the contribution of a term t to each DDC-class c as
(1)
(2)
w(t, c) = |{ci ∈ ddc(t) | cin = c}|</p>
      <p>|{ci ∈ ddc(t)}|
w(T, c) =</p>
      <p>w(t, c).</p>
      <p>t∈T
where n is the hierarchy level of c. Considering a text T as a set of term
occurrences we define the weight of a class c for T as
This gives us almost a ranking of DDC-classes for a text T . Only in case two
classes have the same weight we need to specify their ranking. In these cases
we order the classes by the order of their first occurrences in the text, where an
earlier occurrence implies a higher rank.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Data and experimental setup</title>
      <p>
        The experiment we present here was enabled by the results of the CrissCross
project conducted by the Cologne University of Applied Sciences (Fachhochschule
K¨oln) in collaboration with the German National Library (Deutsche
Nationalbibliothek). In this project a concordance between the German Subject Heading
Authority File (Schlagwortnormdatei, SWD) and the DDC was constructed.
In other words the subject headings were mapped to notations of the DDC.
The SWD is a universal indexing language based on rules, namely the rules for
the subject catalog (Regeln fu¨r den Schlagwortkatalog, RSWK) and the
practice rules for the RSWK and the SWD. In contrast to the DDC there are not
that many relations between the subject headings. In accordance with an
unpublished study from 2004 almost 87 % of the subject headings do not have
associative relations. Furthermore 34% have neither associative nor hierarchical
relations. The enrichment of the SWD with DDC notations is helpful in
structuring the SWD because it generates hierarchical, equivalence and associative
relations through similar DDC notations. We already mentioned that there were
not were not many relations between the subject headings before the Criss-Cross
project ([
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]). Thus a subject heading can be interpreted differently. The project
group mostly mapped one subject heading to several DDC notations ([
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]).
Furthermore, the meaning of a subject heading is often very specific. Therefore the
mapped DDC notations are also very specific, which means mappings to a deep
hierarchy level. Hence this is called deep level mapping ([
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]). In our experiment
we only wanted to gain notations up to the second hierarchy level, that can
easily be obtained through the DDC hierarchy as explained above. Furthermore,
there is much variance to what extent a subject heading fits into a DDC class.
To express this distinction, the project group invented four confidence levels
(degrees of determinacy) with 1 for the lowest and 4 for the highest congruency. As
aforementioned we disregarded all first level relations, because these mappings
point to DDC notations with only a small thematic intersection ([
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]).
      </p>
      <p>The released version of the enriched SWD (https://wiki.d-nb.de/download/
attachments/34963694/SWD_s_rdf.zip) has about 188,000 concepts linked to
51,748 DDC-classes. The concepts have preferred and alternative labels. These
labels are however labels of subject headings and not intended to be used as
a lexical resource for analyzing texts. Some concepts have labels that are very
unlikely to appear in running texts. However, in many cases the terms are single
words or small phrases that will appear in normal texts.</p>
      <p>More problematic are however concepts that have labels that will occur in
many texts for which the concept is not relevant. This can be the case with
words that have a meaning that is related to some subject area but that also
can be used in a more general way. E.g. the word Zusammenhang can be used
in a general way, meaning context or connection, but it is also the alternative
label of Zussamenhang in einer Mannigfaltigkeit (Connectedness in a manifold)
that is mapped correctly onto the Dewey class 516.35 (Algebraic geometry).
Another class of words causing problems in a similar way are the homographs
and homonyms. E.g. the abbreviation ALS (for the disease amyotrophic lateral
sclerosis) is a homograph for the very frequent conjunction als (as). A number
of these homographs can be filtered out, because the different meanings
correspond to different parts of speech. As mentioned before we only consider words
from the text that were tagged as noun. Another example is constituted by the
word IM that is an alternative label of the term Spitzel (spy), since it is the
abbreviation of Informeller Mitarbeiter (informal staff), especially for the
intelligence department of the GDR. Its homograph im is a highly frequent word
that is the contraction of the words in dem (in the). Furthermore, many
auxiliaries and function words are included in the category linguistics. In order to
avoid problems with these words we removed all concepts from the class 435
(German grammar) except for the subject headings rational, irrational and
Gloria because they are mapped into a second DDC class apart from 435. Also
the subject heading Grammis was not removed because it is not a stop word
but the abbreviation for grammatical information system (Grammatisches
Informationssystem des IDS (Institut fu¨r Deutsche Sprache, Institute for German
language)) Additionally we removed all concepts with a question mark (”?”) as
preferred label and the following alternative labels: im and in (as abbreviation
of intelligentes Netz (intelligent net) as an extension of a telephone network).
After that we could use the subject headings as textual representations for the
DDC-classes. In sum 314,287 preferred and alternative labels could be used as
textual term representations.</p>
      <p>
        For testing the effectiveness of the proposed classification strategy we have
used in the first place the repository of the Hochschule Hannover - University
of Applied Sciences and Arts. This repository supports the Open Archives
Initiative Protocol for Metadata Harvesting ([
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]). We have classified metadata
records of this repository using different fields, like title, abstract and keywords
at the first and second level of the DDC-hierarchy. In most realistic scenarios one
will have the title and the abstract of a publication that has to be classified, but
not keywords. Thus we concentrated on classification using title and abstract.
Besides the repository of the Hochschule Hannover, we used 6 more repositories.
The repositories were chosen on the basis of the presence of an OAI-PMH
interface, the size of the repository and the availability of the required metadata and
classification. We selected three repositories from universities (among which one
technical university), three universities of applied sciences and one university of
education. Details of the repositories are given in Table 1.
      </p>
      <p>Since the SWD is a German resource, we are only interested in publications in
German. Thus we have selected from the repositories only those publications that
are marked explicitly as written in German. However, most German publications
have German and English abstracts. We did not include a language detection but
simply assumed that the first abstract is the German one. We did not find any
counterexample. The universities have an emphasis on fundamental research and
are internationally oriented. Hence they publish mainly in English. The majority
of their German publications are PhD-theses. In contrast the universities of
applied sciences (UAS) are regional oriented and have an emphasis on knowledge
transfer. Moreover, they usually don’t have PhD-Students. Thus, they have a lot
of publications in German that are intended to inform professionals in industry
about new research and developments. The Universities of Education have a
position in between with PhD-theses but also a lot of other German publications.</p>
      <p>Each of the repositories mentions a subject area of the publication. For all
repositories this is a DDC class at the second hierarchy level. However, some
of the repositories use the class 004 for computer science. We did not take this
exception into account. All records with this label consequently will have a recall
and mean reciprocal rank of 0 for every classification method.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>
        All analyzed records provide a subject area that is in fact a second level DDC
notation. It has to be noted that in many cases there is more than one possible
label that could be regarded as true and a more or less arbitrary choice had to
be made by the annotators. In fact labels closely related to the ground truth
could be considered as correct as well ([
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]). Furthermore, on closer inspection of
the results, it turns out that in some cases of mismatch, the predicted label is
the correct one and the label given by the repository was wrong ([
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]). In the
following we will nevertheless use these labels as the ground truth and consider
only exact matches as being correct.
      </p>
      <p>
        Since we consider assignment of DDC Notations as a classification task, in
which each record should be assigned to exactly one category we have to
observe the results for each record and not for each category, like one would do
in a retrieval setting. Thus the evaluation presented here differs from the one
used in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] who use the retrieval perspective. Since the algorithm produces a
ranked list of results, we use mean reciprocal rank as an evaluation measure.
Automatic classification might be used in a setting where a subject librarian is
given suggestions for manual classification. Here it would be important that the
correct label is always among the top 5 or top 10 results. Thus we also consider
the recall at the fifth position in the ranked list (recall@5). Note that for each
individual record the recall@5 is always 0 or 1.
      </p>
      <p>Table 2 gives the results for classification of records form the Hochschule
Hannover using different fields for both the ACT-DL classification service and
the method presented in this paper. Though ground truth labels are given at
the second level of the DDC-hierarchy, we can of course also evaluate the results
at the first level. These first level results are given on the first line of the table.</p>
      <p>ACT-DL</p>
      <p>MRR rec@5
0.48
0.32
0.55
0.41
0.25
0.61
0.53
0.66
0.44
0.75
0.61
0.39
0.80
0.75
0.37
0.39
0.62
0.66
0.29
0.72
0.36</p>
      <p>Of course the results using the keywords gives the best results but is of least
practical relevance for a library that wants to speed up the process of metadata
generation for new publications. In the realistic situation only the abstract is
available, or author provided keywords that might be of less quality than the
subject headings assigned by a librarian with in-depth knowledge of the subject
authority file. Thus in Table 3, where we compare results for 6 more repositories,
we use only title and abstract for classification. All the differences between the
two methods are significant at the level of 0.001 according to the Wilcoxon signed
rank test.</p>
      <p>Finally, we have compared the results for different publication types. These
results are given in Table 4.
The results of the SWD based approach are similar to those given by ACT-DL,
which is rather surprising given the simplicity of our approach. Especially the
recall@5 is very good for the SWD based approach as compared to the machine
learning method: For 6 out of 7 repositories the recall@5 was even better. The
mean reciprocal rank is 3 out of 7 cases better, in 1 case the same and in 3 cases
worse. This shows that our method is rather successful in getting the correct
label among the best 5 candidates but has difficulties to decide which one to put
on top. A detailed analysis of a small subset shows that in many cases the first
and the second result have the same weight and the ordering is arbitrary. Here
machine learning techniques considering statistical relations between words of
different categories or at least using a priori probabilities for the categories could
improve the results.</p>
      <p>The results split up for different publication types are probably most
interesting. Especially, the SWD-based approach is able to outperform the machine
learning approach for the less typical publication types. It is likely that there
were not many examples of these publication types in the training data for the
ACT-DL classifier, while at the same time there is a considerable difference in
vocabulary between the publication types. Thus, it should be fairly easy to adjust
the classifier by including additional training documents to get better results for
these publication types as well. Nevertheless it shows the weakness of the
machine learning approach: it is extremely dependent on the proper composition of
the training data. The thesaurus based approach on the other hand, might not
reach the best possible results, but is independent of training.</p>
      <p>The quality of results that can be achieved with the thesaurus based approach
of course depends on the coverage and quality of the thesaurus. In the work
presented here we could show that the enriched version of the German Subject
Heading Authority File (SWD) is a high quality resource for classifying German
scientific records into DDC-classes.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and future work</title>
      <p>
        We have shown that the SWD with the mapping of SWD-subject headings to
DDC classes provides a very valuable resource that can be used for classification
of scientific records. With basic methods we could already achieve results that are
comparable to results from state-of-the-art machine learning algorithms. There
are various possibilities for improvement. In the first place, the SWD is a file of
subject headings. Especially for complex or ambiguous concepts subject headings
are often formulated in a way that might never be found in a running text.
Thus, lexical enrichment might improve the results. Furthermore, we have simply
counted the links to DDC classes. This works only, to some extend, if the number
of terms per class is well balanced. In general, it does not have to be that case
that class from which the most terms are found, is also the most likely class for
the text. Here a machine learning approach as proposed by [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] could be used.
      </p>
      <p>Another issue for further research is the reason why for some repositories the
SWD-based approach is better, while for others the trained classifier is superior.
The difference can partly be explained by the different distribution of text types.
The reason might also be hidden in some properties of the repository but also in
the policies and habits of the libraries that assign the labels that we have used
as ground truth.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>Leitfaden zur Vergabe von DDC-Notationen an SWD-Schlagwrtern</article-title>
          (
          <year>September 2010</year>
          ), \url{http://linux2.fbi.fh-koeln.de/crisscross/CrissCross_Endg_ Grundlagenpapier_Sept2010.pdf}
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Addis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Angioni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Armano</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demontis</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuveri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vargiu</surname>
          </string-name>
          , E.:
          <article-title>A novel semantic approach to document collections</article-title>
          . In: Isa´ıas,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Paprzycki</surname>
          </string-name>
          , M. (eds.)
          <source>IADIS Multi Conference on Computer Science and Information Systems</source>
          . vol.
          <year>2008</year>
          , pp.
          <fpage>73</fpage>
          -
          <lpage>85</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bloehdorn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Text classification by boosting weak learners based on terms and concepts</article-title>
          .
          <source>In: Rastogi</source>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Morik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Bramer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <surname>X</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 4th IEEE International Conference on Data Mining (ICDM</source>
          <year>2004</year>
          ),
          <fpage>1</fpage>
          -4
          <source>November</source>
          <year>2004</year>
          , Brighton, UK. pp.
          <fpage>331</fpage>
          -
          <lpage>334</lpage>
          . IEEE Computer Society (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Boteram</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hubrich</surname>
          </string-name>
          , J.:
          <article-title>Specifying intersystem mapping relations: Requirements, strategies and issues</article-title>
          .
          <source>Knowledge Organization</source>
          <volume>37</volume>
          (
          <issue>3</issue>
          ),
          <fpage>216</fpage>
          -
          <lpage>222</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chenthamarakshan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Melville</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sindhwani</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lawrence</surname>
          </string-name>
          , R.D.:
          <article-title>Concept labeling: Building text classifiers with minimal supervision</article-title>
          . In: Walsh,
          <string-name>
            <surname>T</surname>
          </string-name>
          . (ed.)
          <source>IJCAI</source>
          <year>2011</year>
          ,
          <source>Proceedings of the 22nd International Joint Conference on Artificial Intelligence</source>
          , Barcelona, Catalonia, Spain,
          <source>July 16-22</source>
          ,
          <year>2011</year>
          . pp.
          <fpage>1225</fpage>
          -
          <lpage>1230</lpage>
          . IJCAI/AAAI (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tablan</surname>
          </string-name>
          , V.:
          <article-title>A framework and graphical development environment for robust nlp tools and applications</article-title>
          .
          <source>In: Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, July</source>
          <volume>6</volume>
          -
          <issue>12</issue>
          ,
          <year>2002</year>
          , Philadelphia, PA, USA. pp.
          <fpage>168</fpage>
          -
          <lpage>175</lpage>
          . ACL (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gazendam</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wartena</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brussee</surname>
          </string-name>
          , R.:
          <article-title>Thesaurus based term ranking for keyword extraction</article-title>
          . In: Tjoa,
          <string-name>
            <given-names>A.M.</given-names>
            ,
            <surname>Wagner</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.)
          <article-title>Database and Expert Systems Applications</article-title>
          , DEXA, 10th
          <source>International Workshop on Text-based Information Retrieval</source>
          , TIR. pp.
          <fpage>49</fpage>
          -
          <lpage>53</lpage>
          . IEEE (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gazendam</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wartena</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Malais´e, V.,
          <string-name>
            <surname>Schreiber</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , De Jong, A.,
          <string-name>
            <surname>Brugman</surname>
          </string-name>
          , H.:
          <article-title>Automatic annotation suggestions for audiovisual archives: Evaluation aspects</article-title>
          .
          <source>Interdisciplinary Science Reviews</source>
          ,
          <volume>34 2</volume>
          (
          <issue>3</issue>
          ),
          <fpage>172</fpage>
          -
          <lpage>188</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hubrich</surname>
          </string-name>
          , J.: Crisscross:
          <article-title>Swd-ddc-mapping</article-title>
          .
          <source>Mitteilungen der Vereinigung O¨sterreichischer Bibliothekarinnen &amp; Bibliothekare</source>
          <volume>61</volume>
          (
          <issue>3</issue>
          ),
          <fpage>50</fpage>
          -
          <lpage>58</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hubrich</surname>
          </string-name>
          , J.:
          <article-title>Thematische suche in heterogenen informationsrume</article-title>
          . In: Bergner,
          <string-name>
            <given-names>U.</given-names>
            ,
            <surname>Gmpel</surname>
          </string-name>
          , E. (eds.)
          <article-title>The ne(x)t Generation</article-title>
          ,
          <source>das Angebot der Bibliotheken: 30. sterreichischer Bibliothekartag Graz</source>
          <volume>15</volume>
          . -
          <fpage>18</fpage>
          .
          <fpage>09</fpage>
          .
          <year>2009</year>
          .
          <article-title>Schriften der Vereinigung O¨sterreichischer Bibliothekarinnen und Bibliothekare</article-title>
          , vol.
          <volume>7</volume>
          , pp.
          <fpage>234</fpage>
          -
          <lpage>242</lpage>
          . Neugebauer,
          <string-name>
            <surname>Graz-Feldkirch</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Jacobs</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mengel</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , Mu¨ller, K.:
          <article-title>Benefits of the crisscross project for conceptual interoperability and retrieval</article-title>
          . In: Gnoli,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Mazzocchi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.)
          <article-title>Paradigms and conceptual systems in knowledge organization</article-title>
          .
          <source>Proceedings of the Eleventh International ISKO Conference</source>
          . pp.
          <fpage>236</fpage>
          -
          <lpage>241</lpage>
          . ERGON-Verlag (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Joan</surname>
          </string-name>
          , S. (ed.):
          <article-title>Dewey Dezimalklassifikation und Register, Dt</article-title>
          . Ausg., vol.
          <volume>1</volume>
          .
          <string-name>
            <surname>Sauer</surname>
          </string-name>
          , Mu¨nchen,
          <volume>22</volume>
          <fpage>edn</fpage>
          . (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lagoze</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Van de Sompel, H.,
          <string-name>
            <surname>Nelson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Open Archives InitiativeProtocol for Metadata Harvesting-v. 2.0</article-title>
          . Open Archives Initiative (
          <year>2002</year>
          ), http: //www.openarchives.
          <source>org/OAI/2</source>
          .0/openarchivesprotocol.htm
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Malais´e, V.,
          <string-name>
            <surname>Gazendam</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brugman</surname>
          </string-name>
          , H.:
          <article-title>Disambiguating automatic semantic annotation based on a thesaurus structure</article-title>
          . In: Hathout,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Muller</surname>
          </string-name>
          , P. (eds.)
          <article-title>Actes de la 14e conf´erence sur le Traitement Automatique des Langues Naturelles (communications orales)</article-title>
          . pp.
          <fpage>197</fpage>
          -
          <lpage>206</lpage>
          . Association pour le Traitement Automatique des Langues, Toulouse (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Schmid</surname>
          </string-name>
          , H.:
          <article-title>Improvements in part-of-speech tagging with an application to german</article-title>
          .
          <source>In: Proceedings of the ACL SIGDAT-Workshop</source>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Scott</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Text classification using wordnet hypernyms</article-title>
          .
          <source>In: Use of WordNet in natural language processing systems: Proceedings of the conference</source>
          . pp.
          <fpage>45</fpage>
          -
          <lpage>51</lpage>
          . Association for Computational Linguistics (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Sommer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Automatische Generierung von DDC Notationen fu¨r Hochschulvero¨ffentlichungen (</article-title>
          <year>2012</year>
          ), Bachelor Thesis
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Tiun</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abdullah</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kong</surname>
          </string-name>
          , T.E.:
          <article-title>Automatic topic identification using ontology hierarchy</article-title>
          . In: Gelbukh,
          <string-name>
            <surname>A.F</surname>
          </string-name>
          . (ed.)
          <source>Computational Linguistics and Intelligent Text Processing</source>
          , Second International Conference, CICLing
          <year>2001</year>
          , Mexico-City, Mexico,
          <source>February 18-24</source>
          ,
          <year>2001</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <year>2004</year>
          , pp.
          <fpage>444</fpage>
          -
          <lpage>453</lpage>
          . Springer (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Waltinger</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , L¨osch,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Horstmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>W.</surname>
          </string-name>
          :
          <article-title>Hierarchical classification of oai metadata using the ddc taxonomy</article-title>
          . In: Bernardi,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Chambers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Gottfried</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Segond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Zaihrayeu</surname>
          </string-name>
          , I. (eds.)
          <string-name>
            <surname>Advanced Language Technologies for Digital</surname>
          </string-name>
          Libraries - International
          <source>Workshops on NLP4DL 2009. Lecture Notes in Computer Science</source>
          , vol.
          <volume>6699</volume>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>40</lpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>An extensive study on automated dewey decimal classification</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          <volume>60</volume>
          (
          <issue>11</issue>
          ),
          <fpage>2269</fpage>
          -
          <lpage>2286</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Wartena</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brussee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gazendam</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huijsen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Apolda: A practical tool for semantic annotation</article-title>
          .
          <source>In: Database and Expert Systems Applications, DEXA, 7th International Workshop on Text-based Information Retrieval</source>
          , TIR. pp.
          <fpage>288</fpage>
          -
          <lpage>292</lpage>
          . IEEE (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>