Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netzwerg/chabis
- Owner: netzwerg
- License: unlicense
- Created: 2015-09-02T14:33:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:20:08.000Z (about 9 years ago)
- Last Synced: 2023-03-22T22:32:20.355Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
}}
```
# LicenseThis is free and unencumbered software released into the public domain (see [unlicense.org](http://unlicense.org/)).
Rahel Lüthy, 2015