1*3e2f9e62SSteve Rowe# Licensed to the Apache Software Foundation (ASF) under one or more 2*3e2f9e62SSteve Rowe# contributor license agreements. See the NOTICE file distributed with 3*3e2f9e62SSteve Rowe# this work for additional information regarding copyright ownership. 4*3e2f9e62SSteve Rowe# The ASF licenses this file to You under the Apache License, Version 2.0 5*3e2f9e62SSteve Rowe# (the "License"); you may not use this file except in compliance with 6*3e2f9e62SSteve Rowe# the License. You may obtain a copy of the License at 7*3e2f9e62SSteve Rowe# 8*3e2f9e62SSteve Rowe# http://www.apache.org/licenses/LICENSE-2.0 9*3e2f9e62SSteve Rowe# 10*3e2f9e62SSteve Rowe# Unless required by applicable law or agreed to in writing, software 11*3e2f9e62SSteve Rowe# distributed under the License is distributed on an "AS IS" BASIS, 12*3e2f9e62SSteve Rowe# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*3e2f9e62SSteve Rowe# See the License for the specific language governing permissions and 14*3e2f9e62SSteve Rowe# limitations under the License. 15*3e2f9e62SSteve Rowe 16*3e2f9e62SSteve Rowe# maxent won't work on small training set. Use perceptron, train on one word. 17*3e2f9e62SSteve Rowe 18*3e2f9e62SSteve RoweAlgorithm=PERCEPTRON 19*3e2f9e62SSteve RoweIterations=200 20*3e2f9e62SSteve RoweCutoff=5 21*3e2f9e62SSteve RoweThreads=2 22