Are you sure about this? I know word-breakers supplied by/for SQL
Server 2005 implemented IWordBreaker. It seems NaturalLanguage6.dll
doesn't but rather implement ILexicon, ITextContext ITextChunk, ect...
any ideas?
On Oct 15, 8:45 pm, "Michael Coles" <michaelcoAToptonlineDOTnet>
wrote:
> All word breakers implement the IWordBreaker interface:http://msdn.microsoft.com/en-us/library/ms691079(VS.85).aspx. I don't know
> if there are any .NET wrappers available for these, they're COM components,
> so you may have to create your own COM interop wrappers.
Michael Coles - 25 Nov 2008 04:26 GMT
I'm not familiar with the ILexicon, ... interfaces. I have written word
breakers for SQL Server 2008 using the documented IWordBreaker. I also have
heard that some folks have written .NET word breakers, though I haven't
written any in .NET myself. You should be able to create wrappers around
IWordBreaker without too much trouble, but I think the main issue would be
performance...

Signature
========
Michael Coles
"Pro T-SQL 2008 Programmer's Guide"
http://www.amazon.com/T-SQL-2008-Programmer-rsquo-Guide/dp/143021001X
Are you sure about this? I know word-breakers supplied by/for SQL
Server 2005 implemented IWordBreaker. It seems NaturalLanguage6.dll
doesn't but rather implement ILexicon, ITextContext ITextChunk, ect...
any ideas?
On Oct 15, 8:45 pm, "Michael Coles" <michaelcoAToptonlineDOTnet>
wrote:
> All word breakers implement the IWordBreaker
> interface:http://msdn.microsoft.com/en-us/library/ms691079(VS.85).aspx. I
> don't know
> if there are any .NET wrappers available for these, they're COM
> components,
> so you may have to create your own COM interop wrappers.