Return-Path: X-Original-To: apmail-devicemap-commits-archive@www.apache.org Delivered-To: apmail-devicemap-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EE8410CAF for ; Sat, 10 Jan 2015 17:00:58 +0000 (UTC) Received: (qmail 44727 invoked by uid 500); 10 Jan 2015 17:00:59 -0000 Delivered-To: apmail-devicemap-commits-archive@devicemap.apache.org Received: (qmail 44701 invoked by uid 500); 10 Jan 2015 17:00:59 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 44691 invoked by uid 500); 10 Jan 2015 17:00:59 -0000 Delivered-To: apmail-incubator-devicemap-commits@incubator.apache.org Received: (qmail 44688 invoked by uid 99); 10 Jan 2015 17:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2015 17:00:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2015 17:00:58 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7D43EFA5 for ; Sat, 10 Jan 2015 17:00:08 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 10 Jan 2015 17:00:08 -0000 Message-ID: <20150110170008.7591.86383@eos.apache.org> Subject: =?utf-8?q?=5BDevicemap_Wiki=5D_Trivial_Update_of_=22Patterns2=22_by_rezan?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Devicemap Wiki" for= change notification. The "Patterns2" page has been changed by rezan: https://wiki.apache.org/devicemap/Patterns2?action=3Ddiff&rev1=3D13&rev2=3D= 14 =3D Pattern Matching =3D = This step processes the token stream and picks the highest ranking patter= n which - matches on the stream. + matches on the stream (highest ranking candidate). = The pattern file defines a set of patterns. Each pattern has 2 main attri= butes, its pattern type and its pattern rank. The pattern @@ -254, +254 @@ = If no attribute map is found, an empty map is used. = - The attribute map must be immutable. - = If a null pattern is returned from the previous step, this must be safely= returned. TODO: how? =20