ahmetaa / zemberek-nlp

NLP tools for Turkish.
Other
1.14k stars 207 forks source link

Add ambiguityResolver to TurkishMorphology constructor #194

Closed yusufcakmakk closed 5 years ago

yusufcakmakk commented 5 years ago

Hi all,

I realized that when I use ambiguity model from different path, builder does not set it. So I add this.ambiguityResolver = builder.ambiguityResolver; to TurkishMorphology constructor.

I hope it works for you and other developers .

Thank you so much for all your work.

ahmetaa commented 5 years ago

Thanks for the catch. I think https://github.com/ahmetaa/zemberek-nlp/commit/8cfb661034d55c84f07457eaa51bb504f6c64217 fixes it.