Author: rezan
Date: Fri Jan 9 22:33:42 2015
New Revision: 1650686
URL: http://svn.apache.org/r1650686
Log:
updated2
Modified:
devicemap/branches/2.0/data/README_PATTERNS
Modified: devicemap/branches/2.0/data/README_PATTERNS
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/README_PATTERNS?rev=1650686&r1=1650685&r2=1650686&view=diff
==============================================================================
--- devicemap/branches/2.0/data/README_PATTERNS (original)
+++ devicemap/branches/2.0/data/README_PATTERNS Fri Jan 9 22:33:42 2015
@@ -7,8 +7,8 @@ This is the DeviceMap data specification
=== Overview ===
-This document goes over how the DeviceMap data domains are defined and how the
-classifiers will process user input against the domains.
+This document goes over how DeviceMap data 2.0 (domains) are defined and how
the
+classifiers will process input against the domains.
The classification process is broken down into three phases:
@@ -52,12 +52,12 @@ The objects will also contain the attrib
This step parses the input string and creates the token stream.
-Each pattern file defines the domain input parsing rules:
+Each pattern file defines the input parsing rules:
InputTransformers::
:: Type: list of transformation steps
:: Optional. Default: none
- :: TODO: define what exactly these can be.
+ :: TODO: define what exactly these can be. Basic? Freeform? Regex? ...?
TokenSeparators::
:: Type: list of token seperator strings
@@ -237,7 +237,7 @@ are returned.
=== Attribute Parsing ===
-An attribute map can contain attributes which are parsed out of the input
string.
+An attribute map can contain attributes values which are parsed out of the
input string.
TODO: define this more