<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://sms.linguistik.uzh.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sms.linguistik.uzh.ch/feed.php">
        <title> - 03_processing</title>
        <description></description>
        <link>https://sms.linguistik.uzh.ch/</link>
        <image rdf:resource="https://sms.linguistik.uzh.ch/_media/wiki/logo.png" />
       <dc:date>2026-08-06T15:18:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/01_cleaning?rev=1656314492&amp;do=diff"/>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/02_anonymization?rev=1656314492&amp;do=diff"/>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/03_languages?rev=1656314492&amp;do=diff"/>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/04_tokenizing?rev=1656314492&amp;do=diff"/>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/05_normalization?rev=1656314492&amp;do=diff"/>
                <rdf:li rdf:resource="https://sms.linguistik.uzh.ch/03_processing/06_pos?rev=1656314492&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sms.linguistik.uzh.ch/_media/wiki/logo.png">
        <title></title>
        <link>https://sms.linguistik.uzh.ch/</link>
        <url>https://sms.linguistik.uzh.ch/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/01_cleaning?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01_cleaning</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/01_cleaning?rev=1656314492&amp;do=diff</link>
        <description>Cleaning the data up

No kind of censorship whatsoever was applied to the data. But still some SMS had to be removed from the original data, especially duplicate SMS that were created due to technical problems as well as SMS that were obviously not written by humans, such as notifications about new MMS etc.</description>
    </item>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/02_anonymization?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>02_anonymization</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/02_anonymization?rev=1656314492&amp;do=diff</link>
        <description>Anonymization

General privacy

While the project did not have the intention of collecting private information about the informants (other than what they provided in the questionnaire), it could still not be assumed that the informants would not sent personal information in their SMS, so it was the team&#039;s task to remove specific pieces of information again. These steps were performed by means of computational linguistics. Phone numbers and names of the senders were never available to the team bu…</description>
    </item>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/03_languages?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>03_languages</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/03_languages?rev=1656314492&amp;do=diff</link>
        <description>Language tagging

Types of taggings

Each SMS was tagged for the languages contained within. There are three possible tags:

	*  Main language: For each SMS, a main language was defined as the dominant language, i.e. the language which provides most words to the SMS.</description>
    </item>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/04_tokenizing?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>04_tokenizing</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/04_tokenizing?rev=1656314492&amp;do=diff</link>
        <description>Tokenizing

In very general term, a token can be seen as a word. Every sentence consists of different words, from a technical point of view we call them tokens. However, that is not all there is to a sentence, there is punctuation, too, and maybe a number, an emoticon, a line break etc. All these are tokens, too.</description>
    </item>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/05_normalization?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>05_normalization</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/05_normalization?rev=1656314492&amp;do=diff</link>
        <description>Normalization

The spelling of many tokens in the SMS corpus deviate from the standard spelling rules of the according language and consequently, automated data processing such as the annotation of parts of speech (PoS) is difficult if not impossible. In order to overcome these problems, a second, normalised parallel corpus was created per language. In this normalised corpus, every token is spelled in a way that can be interpreted by tools used in computational linguistics.</description>
    </item>
    <item rdf:about="https://sms.linguistik.uzh.ch/03_processing/06_pos?rev=1656314492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-27T07:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>06_pos</title>
        <link>https://sms.linguistik.uzh.ch/03_processing/06_pos?rev=1656314492&amp;do=diff</link>
        <description>Part of speech tagging

Wikipedia defines PoS tagging as follows: &quot;In corpus linguistics, part-of-speech tagging (POS tagging or POST), also called grammatical tagging or word-category disambiguation, is the process of marking up a word in a text (corpus) as corresponding to a particular part of speech, based on both its definition, as well as its context, i.e. relationship with adjacent and related words in a phrase, sentence, or paragraph. &quot; In this corpus, we applied PoS tagging to the German…</description>
    </item>
</rdf:RDF>
