Class PatternManager

java.lang.Object
org.opensextant.extractors.flexpat.RegexPatternManager
org.opensextant.extractors.xtemporal.PatternManager

public class PatternManager extends RegexPatternManager
Author:
ubaldino
  • Field Details

  • Constructor Details

    • PatternManager

      public PatternManager(InputStream s, String n) throws IOException
      Pass in InputStream to provide yourself the most flexibility.
      Parameters:
      s - io stream
      n - name of patterns file
      Throws:
      IOException
  • Method Details