public int hashCode() {
   return leftBigram.hashCode() + rightBigram.hashCode();
 }