org.dbpedia.extraction.mappings.wikitemplate.Postprocessor.scala Maven / Gradle / Ivy
package org.dbpedia.extraction.mappings.wikitemplate
import org.openrdf.model.impl.ValueFactoryImpl
import org.dbpedia.extraction.destinations.Quad
import org.openrdf.model.Statement
trait PostProcessor {
val vf = new ValueFactoryImpl()
def process(i : List[Statement], subject: String) : List[Statement]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy