opennlp.grok.util
Class SlashCatPair

java.lang.Object
  |
  +--opennlp.grok.util.SlashCatPair

public final class SlashCatPair
extends java.lang.Object

A pair that contains a slash and a category.

Version:
$Revision: 1.1 $, $Date: 2002/02/28 11:23:38 $
Author:
Jason Baldridge

Field Summary
 opennlp.common.synsem.Category cat
           
 Slash slash
           
 
Constructor Summary
SlashCatPair(Slash s, opennlp.common.synsem.Category c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slash

public final Slash slash

cat

public final opennlp.common.synsem.Category cat
Constructor Detail

SlashCatPair

public SlashCatPair(Slash s,
                    opennlp.common.synsem.Category c)


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.