Sha256: 25114aab1d98753ac938d958d72a8a3834e74fe824c72a5143f946a4a88e4c86

Contents?: true

Size: 424 Bytes

Versions: 9

Compression:

Stored size: 424 Bytes

Contents

desc: Basic Algorithm with a german usage in mind
name: Basic (german)
sentence:
  - replace: words
  - first_chars
  - replace: symbols
  - collapse_chars
word:
  - replace: chars
  - replace: symbols
replacements:
  words:
    ein: 1
    eine: 1
    zwei: 2
    drei: 3
    vier: 4
    fuenf: 5
    sechs: 6
    sieben: 7
    acht: 8
    neun: 9
  symbols:
    a: '@'
  chars:
    a: 4
    e: 3
    i: 1
    o: 0
    s: 5

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
to_pass-1.0.1 data/to_pass/algorithms/basic_de.yml
to_pass-1.0.0 data/to_pass/algorithms/basic_de.yml
to_pass-0.9.0 data/to_pass/algorithms/basic_de.yml
to_pass-0.8.0 data/to_pass/algorithms/basic_de.yml
to_pass-0.7.0 data/to_pass/algorithms/basic_de.yml
to_pass-0.6.0 data/to_pass/algorithms/basic_de.yml
to_pass-0.5.2 lib/to_pass/algorithms/basic_de.yml
to_pass-0.5.0 lib/to_pass/algorithms/basic_de.yml
to_pass-0.4.0 lib/to_pass/algorithms/basic_de.yml