Package de.gwdg.metadataqa.marc.analysis
Class ThompsonTraillAnalysis
- java.lang.Object
-
- de.gwdg.metadataqa.marc.analysis.ThompsonTraillAnalysis
-
public class ThompsonTraillAnalysis extends Object
Implementation of the scoring algorithm described in Leveraging Python to improve ebook metadata selection, ingest, and management by Kelly Thompson and Stacie Traill Code4Lib Journal, Issue 38, 2017-10-18 http://journal.code4lib.org/articles/12828
-
-
Constructor Summary
Constructors Constructor Description ThompsonTraillAnalysis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getHeader()static List<Integer>getScores(MarcRecord marcRecord)
-
-
-
Method Detail
-
getScores
public static List<Integer> getScores(MarcRecord marcRecord)
-
-