Beispiel #1
0
def test():
  rulesets.set_default_mode(rulesets.spelling_mode().combination)
  sample_text = get_sample_text()
  print sample_text
  
  with open("doc/sample_text.txt", "w") as file:
    file.write(sample_text)
Beispiel #2
0
def test():
    rulesets.set_default_mode(rulesets.spelling_mode().combination)
    print casimir() + das() + der() + die() + ist() + sind() + und() + wendy()
Beispiel #3
0
def test():
  rulesets.set_default_mode(rulesets.spelling_mode().combination)
  print sentence001() + space()+ sentence002() + space() + sentence003() + space() + sentence004() + space() + sentence005() + space() + sentence006() + space() + sentence007() + space() + sentence008() + space() + sentence009() + space() + sentence010() + space() + sentence011() + space() + sentence012() + space() + sentence013() + space() + sentence014() + space() + sentence015() + space() + sentence016() + space() + sentence017() + space() + sentence018() + space() + sentence019() + space() + sentence020() + space() + sentence021() + space() + sentence4() + space() + sentence5() + space() + sentence6()