예제 #1
0
 public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }
예제 #2
0
 public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }