/**
  * 生成二元词图
  *
  * @param wordNet
  * @return
  */
 protected static Graph GenerateBiGraph(WordNet wordNet)
 {
     return(wordNet.toGraph());
 }