// Copyright 2014 Thomas Müller // This file is part of HMMLA, which is licensed under GPLv3. package hmmla.hmm; public class IdentitySmoother extends Smoother { private static final long serialVersionUID = 1L; @Override protected void smooth(Tree tag, Model model, Statistics statistics, Type type) { } }