All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dbpedia.extraction.mappings.wikitemplate.Postprocessor.scala Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
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