![JAR search and dependency download from the Maven repository](/logo.png)
com.articulate.sigma.mlpipeline.MLpipeline Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sigma-component Show documentation
Show all versions of sigma-component Show documentation
Sigma knowledge engineering system is an system for developing, viewing and debugging theories in first
order logic. It works with Knowledge Interchange Format (KIF) and is optimized for the Suggested Upper Merged
Ontology (SUMO) www.ontologyportal.org.
package com.articulate.sigma.mlpipeline;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.*;
import java.util.stream.Collector;
import java.util.stream.IntStream;
import java.util.stream.Stream;
/**
* Created by apease on 10/1/15.
*/
public class MLpipeline {
public class Data {
String question = null;
ArrayList answers = null;
ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy