Click or drag to resize

lexiconSourceFileListgetFilePaths Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the file paths for selected source type. If regexPattern is specified, local path to the resource has to match the regex

Namespace:  imbNLP.Data.semanticLexicon.source
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<string> getFilePaths(
	lexiconSourceTypeEnum source,
	string regexPattern = ""
)

Parameters

source
Type: imbNLP.Data.semanticLexicon.sourcelexiconSourceTypeEnum
The source type to query.
regexPattern (Optional)
Type: SystemString
The regex pattern to filter out available resources

Return Value

Type: ListString
List of paths
See Also