C# Class mergedServices.Language

Show file Open project: sherifkandeel/weet-it_WCF

Public Methods

Method Description
Language ( ) : System
getStems ( string word ) : List
getSynonyoms ( string word ) : List

Method Details

Language() public method

public Language ( ) : System
return System

getStems() public method

public getStems ( string word ) : List
word string
return List

getSynonyoms() public method

public getSynonyoms ( string word ) : List
word string
return List