Example #1
0
	protected void out(Word w) {
		out(w.getLangId() + ": " + w.getSpelling() + " (" + w.getSign() + ")");
	}