Skip to main content

A tokenizer for German web and social media texts.

Project description

Introduction

SoMaJo is a state-of-the-art tokenizer for German web and social media texts that won the EmpiriST 2015 shared task on automatic linguistic annotation of computer-mediated communication / social media. As such, it is particularly well-suited to perform tokenization on all kinds of written discourse, for example chats, forums, wiki talk pages, tweets, blog comments, social networks, SMS and WhatsApp dialogues.

The system is described in greater detail in Proisl and Uhrig (2016).

Installation

SoMaJo can be easily installed using pip:

pip install SoMaJo

Usage

Using the tokenizer executable

You can use the tokenizer as a standalone program from the command line. General usage information is available via the -h option:

tokenizer -h

To tokenize a text file according to the guidelines of the EmpiriST 2015 shared task, just call the tokenizer like this:

tokenizer -c <file>

If you do not want to split camel-cased tokens, simply drop the -c option:

tokenizer <file>

The tokenizer can also output token class information for each token, i.e. if it is a number, an XML tag, an abbreviation, etc.:

tokenizer -t <file>

Using the module

You can easily incorporate the tokenizer into your own Python projects. All you have to do is import somajo.Tokenizer, create a Tokenizer object and call its tokenize method:

from somajo import Tokenizer

tokenizer = Tokenizer(split_camel_case=True, token_classes=False)
tokens = tokenizer.tokenize(paragraph)

Evaluation

SoMaJo was the system with the highest average F₁ score in the EmpiriST 2015 shared task. The performance of the current version on the two test sets is summarized in the following table[1]:

Corpus

Precision

Recall

F₁

CMC

99.62

99.56

99.59

Web

99.83

99.92

99.87

References

  • Proisl, Thomas, Peter Uhrig (2016): “SoMaJo: State-of-the-art tokenization for German web and social media texts.” In: Proceedings of the 10th Web as Corpus Workshop (WAC-X). ACL.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SoMaJo-1.0.0.tar.gz (53.2 kB view details)

Uploaded Source

File details

Details for the file SoMaJo-1.0.0.tar.gz.

File metadata

  • Download URL: SoMaJo-1.0.0.tar.gz
  • Upload date:
  • Size: 53.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for SoMaJo-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a42718184142ece5237ef103035aafe7b05852132e58a8f30fdfe57e38f2cedd
MD5 b5dfa29735bfd6476513ba14b2aef31d
BLAKE2b-256 fb86ef5f206a5391104d6b20a61c3830796688e61c9605ba35e3504e1a221f62

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page