Difference between revisions of "RightFielder Object:Config Example"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 7: Line 7:
There are 3 types of modifications that can be made in mdRightFielder.cfg:
There are 3 types of modifications that can be made in mdRightFielder.cfg:


==Lookup Table==


The addition or removal of words (and phrases) to the Object’s dictionaries. This essentially expands (or limits) Right Fielder’s vocabulary.
==Lookup Table Overrides==


==Regular Expression==
The addition or removal of words (and phrases) to the Object’s dictionaries. This essentially expands (or limits) Right Fielder’s vocabulary.
 
 
==Regular Expression Overrrides==


  The addition of regular expressions that are used to recognize specific character patterns (for example, phone numbers, e-mails, etc).
  The addition of regular expressions that are used to recognize specific character patterns (for example, phone numbers, e-mails, etc).


==Pattern Table==
 
==Pattern Table Overrides==
The addition or removal of patterns of words and phrases. Words and phrases are first identified via Lookup Tables and assigned tokens (specified in the Lookup Table itself). Sequences of tokens (patterns) are matched to entries in this table and transformed into output data.
The addition or removal of patterns of words and phrases. Words and phrases are first identified via Lookup Tables and assigned tokens (specified in the Lookup Table itself). Sequences of tokens (patterns) are matched to entries in this table and transformed into output data.
==Example mdRightFielder.cfg Overrides==
==NOTES on cfg overrides==

Revision as of 18:18, 24 February 2014

mdRightFielder.cfg Case Studies

The mdRightFielder.cfg file is a plain text file that users can use to override the default entries contained in the mdRightFielder.dat data file.

For complete instructions of available tables and types which can be overridden, as well as syntax and examples, open the mdRightFielder.cfg in a text editor and follow the instructions.

There are 3 types of modifications that can be made in mdRightFielder.cfg:


Lookup Table Overrides

The addition or removal of words (and phrases) to the Object’s dictionaries. This essentially expands (or limits) Right Fielder’s vocabulary.


Regular Expression Overrrides

The addition of regular expressions that are used to recognize specific character patterns (for example, phone numbers, e-mails, etc).


Pattern Table Overrides

The addition or removal of patterns of words and phrases. Words and phrases are first identified via Lookup Tables and assigned tokens (specified in the Lookup Table itself). Sequences of tokens (patterns) are matched to entries in this table and transformed into output data.


Example mdRightFielder.cfg Overrides

NOTES on cfg overrides