debugger.resources.lr
Class CorpusModel

java.lang.Object
  extended bydebugger.resources.lr.CorpusModel

public class CorpusModel
extends Object

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Andrey Shafirin, Vladimir Karasev

Field Summary
private  Collection lrModels
           
private  String name
           
 
Constructor Summary
CorpusModel(Collection documents, String name)
           
 
Method Summary
 Collection getLrModels()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lrModels

private Collection lrModels

name

private String name
Constructor Detail

CorpusModel

public CorpusModel(Collection documents,
                   String name)
Method Detail

getLrModels

public Collection getLrModels()

toString

public String toString()