I see that ITermAttribute was replaced by ICharTermAttribute in 4.0 I previously used TermAttribute.SetTermBuffer(string) but there is no longer an overload that simply takes a string as a parameter, plus I can't create a wrapper because the Support.TextSupport class was also removed
The method CopyBuffer is the new way to do this but Im not sure how I can call it with just a string Thank You for your help!