Enum LanguageResourceType
Enumerates the different types of language resources.
Namespace: Sdl.LanguagePlatform.Core.Resources
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum LanguageResourceType
Fields
| Name | Description |
|---|---|
| Abbreviations | The resource contains abbreviations. |
| CharTrigramVector | The resource contains normalized character trigram vectors (special, for internal use only) |
| CurrencyFST | A compiled, binary FST which recognizes currency values. |
| CurrencyFSTEx | Extended FST information; list of formats used to build currency FST |
| CurrencySymbols | A word list containing additional currency symbols to be added to the measurement recognizer, position depending on the culture's number pattern |
| DatePatterns | The resource contains date patterns, used for date recognition. |
| GenericRecognizers | An XML structure which defines generic recognizers which are available. |
| LongDateFST | A compiled, binary FST which recognizes long date patterns. This resource is not user-customizable. |
| LongDateFSTEx | Extended FST information; list of long date format strings used to build FST |
| LongTimeFST | A compiled, binary FST which recognizes long time patterns. This resource is not user-customizable. |
| LongTimeFSTEx | Extended FST information; list of long time format strings used to build FST |
| MeasurementFST | A compiled, binary FST which recognizes measurements. This resource is not user-customizable. |
| MeasurementFSTEx | Extended FST information; list of units used to build measurement FST |
| MeasurementPatterns | The resource contains measurement patterns, used for measurement recognition. |
| NumberFST | A compiled, binary FST which recognizes numbers. This resource is not user-customizable. |
| NumberFSTEx | Extended FST information; list of separators used to build number and measurement FSTs |
| NumberPatterns | The resource contains number patterns, used for number recognition. |
| OrdinalFollowers | The resource contains ordinal followers. |
| PhysicalUnits | A word list containing additional physical units to be added to the measurement recognizer (postfix only) |
| SegmentationRules | The resource contains segmentation rules. |
| ShortDateFST | A compiled, binary FST which recognizes short date patterns. This resource is not user-customizable. |
| ShortDateFSTEx | Extended FST information; list of short date format strings used to build FST |
| ShortTimeFST | A compiled, binary FST which recognizes short time patterns. This resource is not user-customizable. |
| ShortTimeFSTEx | Extended FST information; list of short time format strings used to build FST |
| StemmingRules | The resource contains stemming rules. |
| Stopwords | The resource contains stop words (very frequent words). |
| TimePatterns | The resource contains time patterns, used for time recognition. |
| TokenizerSettings | The resource contains tokenizer settings. |
| Undefined | The resource type is undefined. Needed for deserialization purposes, to avoid confusion with a valid type. |
| Variables | The resource contains variables (non-translatable tokens). |