public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }
 public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }