Product Install Directory
The table below details each folder of the product install directory (the
<INSTALLDIR>) and the tools delivered with Exalead CloudView.
|
Folder |
Description |
|---|---|
<root> |
Contains several files at the root including:
|
<arch64> or
<arch32> |
Contains the Exalead CloudView product binaries and libraries; the directory name varies
based on the installation platform. For example, a 64-bit server can
include amd64-linux, amd64-win64.
|
docs |
Contains the Exalead CloudView documentation (pdf and html pages). The online version of the
documentation is available in the subfolder
html\index.html
|
dotnetbin |
Contains Exalead CloudView custom .NET code. |
javabin |
Contains Exalead CloudView custom java code, that is, where it stores jars and wars. |
resource\ all-arch |
Contains resources that are not copied to the data
directory, DATADIR, and represents the base of the
product resources including:
|
sdk |
Contains the SDKs for API development and product customization, and code samples. |
tools |
Contains several tools including:
|
Linguistic Resources
Exalead CloudView embed linguistic resources, available in the
<INSTALLDIR>\resource\all-arch directory.
The following is a list of resource directory paths used in the semantic
processor configuration.
|
Semantic Processor |
Resource Directory |
|---|---|
| Lemmatizer (by language) | resource://lemmatizer/LANG
|
| Chunker |
resource:///chunker
|
| Stemming |
resource:///dynamiclemmatizer/dict
|
| Named Entities |
resource:///namedentities
|
| Phonetization |
resource:///nphonetizer
|
| English normalized Part of Speech |
resource:///PoS/en_normalized
|
| French normalized Part of Speech |
resource:///PoS/fr_normalized
|
| Italian normalized Part of Speech |
resource:///PoS/it_normalized
|
| Part of Speech (by language) |
resource:///PoS/<LANGUAGE>
|
| Related Terms |
resource:///relatedtermspreprocessor
|
| Sentiment Analyzer |
resource:///sentiment
|
| Stop Words |
resource:///stopwords
|
| Standard Tokenizer German TokenizerPlugin |
resource:///subtokenizer/de
|
| Standard Tokenizer Dutch TokenizerPlugin |
resource:///subtokenizer/nl
|
| Standard Tokenizer Norwegian TokenizerPlugin |
resource:///subtokenizer/no
|
| Japanese Tokenizer |
resource:///tokenizer/ja
|
| Chinese Tokenizer |
resource:///tokenizer/zh
|