org.knowceans.corpus.parsers.nips
Class AuthorData

java.lang.Object
  extended by org.knowceans.corpus.parsers.nips.AuthorData

public class AuthorData
extends java.lang.Object

AuthorData collects author data from the NIPS bibtex entries

Author:
heinrich

Field Summary
(package private)  java.lang.String file
           
 
Constructor Summary
AuthorData(java.lang.String string)
           
 
Method Summary
private  void getAuthorList()
          get a list of authors in this bibtex file
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

java.lang.String file
Constructor Detail

AuthorData

public AuthorData(java.lang.String string)
Parameters:
string -
Method Detail

main

public static void main(java.lang.String[] args)

getAuthorList

private void getAuthorList()
get a list of authors in this bibtex file