Searched refs:bigramWord1s (Results 1 – 1 of 1) sorted by relevance
746 final HashSet<String> bigramWord1s = new HashSet<>(); in testGetWordProperties() local747 bigrams.put(word0, bigramWord1s); in testGetWordProperties()758 final HashSet<String> bigramWord1s = bigrams.get(word0); in testGetWordProperties() local761 assertEquals(bigramWord1s.size(), wordProperty.mNgrams.size()); in testGetWordProperties()765 assertTrue(bigramWord1s.contains(word1)); in testGetWordProperties()818 final HashSet<String> bigramWord1s = new HashSet<>(); in testIterateAllWords() local819 bigrams.put(word0, bigramWord1s); in testIterateAllWords()837 final HashSet<String> bigramWord1s = bigrams.get(word0); in testIterateAllWords() local842 assertTrue(bigramWord1s.contains(word1)); in testIterateAllWords()