    public int getFrequency(String from, String to)
    {
        return getFrequency(convert(from), convert(to));
    }