Package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.util

  • Class Summary 
    Class Description
    Counter<T>
    A Counter is for counting arbitrary objects.
    DefaultHashMap<K,​V>  
    FileCache<T>
    File cache which can be used to store a java object in a file and load it from that file if the program runs a second time.
    LoadAlignmentMatcher
    Matcher which just loads the specified alignment.
    MultipleTextReplacement
    Replace multiple texts at once.
    NumberToWordsConverter
    Converts number to words like 1 to one and 3 to three.
    TransitiveClosure<T>
    Computes a transitive closure in RAM.
    URIUtil
    Provides utility functions for URIs such as getting the fragment
    WiktionarySynsetCSV
    Generates a CSV (first element is source - all others are synonyms) based on a DBnary Dump File.
  • Enum Summary 
    Enum Description
    SetSimilarity
    Different methods for set comparison like Overlap coefficient, Jaccard or Sørensen–Dice_coefficient (DSC).