Ejemplo n.º 1
0
 public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }
Ejemplo n.º 2
0
 public DefaultWordBreaker(IWordBreakingInformationRetriever wordBreakingInformationRetriever)
 {
     this.wordBreakingInformationRetriever = wordBreakingInformationRetriever;
     this.Culture = new CultureInfo("en-US");
 }