Uses of Class
org.knowceans.corpus.parsers.nips.NipsExtractor.Entry

Packages that use NipsExtractor.Entry
org.knowceans.corpus.parsers.nips   
 

Uses of NipsExtractor.Entry in org.knowceans.corpus.parsers.nips
 

Methods in org.knowceans.corpus.parsers.nips that return NipsExtractor.Entry
private  NipsExtractor.Entry NipsExtractor.parseBibEntry(java.lang.String s, int i)
          parse a bibentry
 

Methods in org.knowceans.corpus.parsers.nips that return types with arguments of type NipsExtractor.Entry
 java.util.Map<java.lang.String,NipsExtractor.Entry> NipsExtractor.parseBibtex()
          parse the bibtex files and fill the reading map
 

Method parameters in org.knowceans.corpus.parsers.nips with type arguments of type NipsExtractor.Entry
private  java.util.Vector<NipsDocument> NipsExtractor.parseMap(java.util.Map<java.lang.String,NipsExtractor.Entry> map)