/// <summary> /// Initializes a new instance of the <see cref="TextAnalyzer"/> class. /// </summary> /// <param name="worditems">The worditems.</param> internal TextAnalyzer(WordItems worditems) { this.worditems = worditems; }