You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bl...@apache.org on 2012/11/15 23:29:33 UTC

svn commit: r1410067 - /incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext

Author: bleeker
Date: Thu Nov 15 22:29:32 2012
New Revision: 1410067

URL: http://svn.apache.org/viewvc?rev=1410067&view=rev
Log:
CMS commit to ctakes by bleeker

Added:
    incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext   (with props)

Added: incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext?rev=1410067&view=auto
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext (added)
+++ incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext Thu Nov 15 22:29:32 2012
@@ -0,0 +1,39 @@
+Title:     cTAKES 2.6 Chunk Adjuster
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# cTAKES 2.6 - Chunk Adjuster
+
+**ChunkAdjuster.xml**  
+Example of descriptor for the ChunkAdjuster.
+
+**AdjustNounPhraseToIncludeFollowingNP.xml**  
+Descriptor for the ChunkAdjuster, with parameters set so that consecutive noun
+phrase (NP) chunks are pseudo-merged. The end-offset of the first NP is
+changed to match the end-offset of the last NP in a consecutive list of NPs.
+
+**AdjustNounPhraseToIncludeFollowingPPNP.xml**  
+Descriptor for the ChunkAdjuster, with parameters set so that a sequence of NP
+PP NP chunks are pseudo-merged. The end-offset of the first NP is changed to
+match the end-offset of the last NP in NP PP NP. This adjustment is applied
+repeatedly, so for a pattern of NP PP NP PP NP, the end offset for the first
+NP is set to match the end offset of the last NP.
+
+**AdjustOPhraseToIncludeFollowingO.xml**   
+Descriptor for the ChunkAdjuster, with parameters set so that a sequence of O
+O chunks are pseudo-merged. The end-offset of the first O is changed to match
+the end-offset of the last O in a consecutive list of Os.
\ No newline at end of file

Propchange: incubator/ctakes/site/trunk/content/ctakes/2.6.0/ctakes-2.6-Chunk-Adjuster.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native