https://github.com/netzwerg/chabis
1000 swiss-german test strings
https://github.com/netzwerg/chabis
Last synced: 24 days ago
JSON representation
1000 swiss-german test strings
- Host: GitHub
- URL: https://github.com/netzwerg/chabis
- Owner: netzwerg
- License: unlicense
- Created: 2015-09-02T14:33:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:20:08.000Z (over 9 years ago)
- Last Synced: 2025-06-22T11:05:50.083Z (24 days ago)
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chabis [](https://travis-ci.org/netzwerg/chabis) [  ](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);
}}
```
# LicenseThis is free and unencumbered software released into the public domain (see [unlicense.org](http://unlicense.org/)).
Rahel Lüthy, 2015