Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netzwerg/chabis

1000 swiss-german test strings
https://github.com/netzwerg/chabis

Last synced: 4 days ago
JSON representation

1000 swiss-german test strings

Awesome Lists containing this project

README

        

# Chabis [![Build Status](https://travis-ci.org/netzwerg/chabis.svg?branch=master)](https://travis-ci.org/netzwerg/chabis) [ ![Download](https://api.bintray.com/packages/netzwerg/maven/chabis/images/download.svg) ](https://bintray.com/netzwerg/maven/chabis/_latestVersion)

A curated list of 1000 swiss-german test strings (extracted from [dialektwoerter.ch](http://dialektwoerter.ch/)).

# Demo Usage

```java
public class DemoTest {

private WordGenerator wordGenerator;

@Before
public void before() {
this.wordGenerator = new WordGenerator(new Random(42));
}

@Test
public void demo() {
List words = this.wordGenerator.randomWords(3);
assertEquals(Arrays.asList("Büülä", "Schnoderbueb", "Döller"), words);
}

}
```
# License

This is free and unencumbered software released into the public domain (see [unlicense.org](http://unlicense.org/)).

Rahel Lüthy, 2015