Uses of Class
com.thesis.backend.entity.Paper

Packages that use Paper
com.thesis.backend.classifiers   
com.thesis.backend.main   
com.thesis.backend.util   
 

Uses of Paper in com.thesis.backend.classifiers
 

Methods in com.thesis.backend.classifiers with parameters of type Paper
 void CRF_Classifier.runCrf(cc.mallet.types.Instance instance, Paper paper)
          Run CRF model on instance Returns a list with 6 arraylists(according to labels) which contain the tokens
 

Uses of Paper in com.thesis.backend.main
 

Methods in com.thesis.backend.main that return Paper
 Paper Main.startPaperJourney(java.io.File file)
          Send paper object through the models to get values
 

Uses of Paper in com.thesis.backend.util
 

Methods in com.thesis.backend.util with parameters of type Paper
 void PreProcessor.parseToMalletFormats(Paper paper)
          Parse and save text to MALLET input formats