Share via


Constructing Language Resource Components

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

This section describes how to construct a custom language resource component. Word breakers and stemmers need a DLL wrapper that implements and exports the standard DLL entry points. Implementing a word breaker entails implementing the IWordBreaker interface. Implementing a stemmer entails implementing the IStemmer interface. The IWordBreaker and IStemmer interfaces allow flexible implementation of tokenization and morphological analysis. These interfaces can be implemented in the same DLL or in separate DLLs, depending on the approach and whether the implementations share code.

This section includes the following topics: