IWordInfo interface

[This interface is obsolete and is not supported on Windows Vista.]

The IWordInfo interface is a Japanese-specific language resource component. The object parses text and identifies individual words, returning either the words in the string or returns the dictionary (root) forms of the words in the text of the string.

Members

The IWordInfo interface inherits from the IUnknown interface. IWordInfo also has these types of members:

Methods

The IWordInfo interface has these methods.

Method Description
BreakText Parses text to identify words and provides the results to the WordSink object.

 

Remarks

This interface is used to retrieve Japanese word breaks or dictionary forms for the text to be analyzed. The dictionary form of a word is the uninflected form of the word.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
DLL
Msir3jp.dll

See also

WordInfo

WordSink