Namespace: Wnlib

Class MorphStr

System.Object
  |
  +-- Wnlib.MorphStr

public class MorphStr
extends System.Object

Static
False
Persistent
False
summary
WordNet search code morphology functions
Sealed
False
Abstract
False

Constructor Summary
MorphStr(string s, PartOfSpeech p)
 
MorphStr(string s, string p)
 
 

Method Summary
  public string morphprep(string s)
 
  public string morphword(string word)
 
  public string next()
 
 

Constructor Detail

MorphStr

public void MorphStr(string s, PartOfSpeech p)
Static
False
Extern
False

MorphStr

public void MorphStr(string s, string p)
Static
False
Extern
False

Method Detail

morphprep

public string morphprep(string s)
Returns
string
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

morphword

public string morphword(string word)
Returns
string
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

next

public string next()
Returns
string
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

Association Link

to Class Exceptions

Supplier
Exceptions
Client
e
Directed
False
Type
association

to Class PartOfSpeech

Supplier
PartOfSpeech
Client
pos
Directed
False
Type
association