コード例 #1
0
  @Before
  public void setUp() throws Exception {
    phrases = new PhraseTree();

    phrases.addPhrase("the red dog".split(" "));
    phrases.addPhrase("the red".split(" "));
    phrases.addPhrase("the new kid".split(" "));
    phrases.addPhrase("a".split(" "));
  }