You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/25 15:13:53 UTC

svn commit: r1127519 - in /incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder: ./ en-namefinder.xml

Author: joern
Date: Wed May 25 13:13:52 2011
New Revision: 1127519

URL: http://svn.apache.org/viewvc?rev=1127519&view=rev
Log:
OPENNLP-17 Default feature generation for English

Added:
    incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/
    incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml   (with props)

Added: incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml?rev=1127519&view=auto
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml (added)
+++ incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml Wed May 25 13:13:52 2011
@@ -0,0 +1,36 @@
+<!--
+	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.
+-->
+
+<!-- Default name finder feature generator configuration -->
+<generators>
+  <cache> 
+    <generators>
+      <window prevLength = "2" nextLength = "2">          
+        <tokenclass/>
+      </window>
+      <window prevLength = "2" nextLength = "2">                
+        <token/>
+      </window>
+      <definition/>
+      <prevmap/>
+      <bigram/>
+      <sentence begin="true" end="false"/>
+    </generators>
+  </cache> 
+</generators>
\ No newline at end of file

Propchange: incubator/opennlp/trunk/opennlp-tools/lang/en/namefinder/en-namefinder.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain