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/11/22 11:29:05 UTC

svn commit: r1204899 - in /incubator/opennlp/trunk/opennlp-tools/lang/de: ./ namefinder/ namefinder/de-namefinder.xml

Author: joern
Date: Tue Nov 22 10:29:04 2011
New Revision: 1204899

URL: http://svn.apache.org/viewvc?rev=1204899&view=rev
Log:
OPENNLP-400 Added sample feature generator descriptor for German.

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

Added: incubator/opennlp/trunk/opennlp-tools/lang/de/namefinder/de-namefinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/lang/de/namefinder/de-namefinder.xml?rev=1204899&view=auto
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/lang/de/namefinder/de-namefinder.xml (added)
+++ incubator/opennlp/trunk/opennlp-tools/lang/de/namefinder/de-namefinder.xml Tue Nov 22 10:29:04 2011
@@ -0,0 +1,40 @@
+<!--
+	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 for German-->
+<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"/>
+      <window prevLength = "1" nextLength = "0">                
+        <suffix/>
+      </window>
+      <prefix/>
+    </generators>
+  </cache> 
+</generators>
\ No newline at end of file

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