jar

com.shekhargulati.deduplication.tweet : urlcleaner

Maven & Gradle

Mar 14, 2016
17 stars

UrlCleaner · A library providing URL normalization and canonicalization capabilities

Table Of Contents

Latest Version

Download com.shekhargulati.deduplication.tweet : urlcleaner JAR file - Latest Versions:

All Versions

Download com.shekhargulati.deduplication.tweet : urlcleaner JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window urlcleaner-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.shekhargulati.deduplication.tweet.functions

├─ com.shekhargulati.deduplication.tweet.functions.DeduplicateFunction.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.functions.ExactLinkFilter.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.functions.ExactTextFilter.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.functions.RemoveRetweetTextTransformation.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.functions.TextLowercaseTransformation.class - [JAR]

com.shekhargulati.deduplication.tweet

├─ com.shekhargulati.deduplication.tweet.Tweet.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.TweetDeDuplicator.class - [JAR]

com.shekhargulati.deduplication.tweet.repository

├─ com.shekhargulati.deduplication.tweet.repository.InmemoryTextHashRepository.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.repository.InmemoryUrlRepository.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.repository.TextHashRepository.class - [JAR]

├─ com.shekhargulati.deduplication.tweet.repository.UrlRepository.class - [JAR]

Advertisement