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

edu.jhu.hlt.tift.EndOfTweetURLTagger Maven / Gradle / Ivy

/*
 *
 */
package edu.jhu.hlt.tift;

import java.util.regex.Pattern;

/**
 *
 */
class EndOfTweetURLTagger {
  public static final Pattern END_URL = Pattern.compile(" (https?[^ ]*?)$");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy