filebot/source/net/filebot/similarity
Reinhard Pointner b412bf33fe Fix "At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored" warnings 2017-10-16 21:41:17 +02:00
..
CommonSequenceMatcher.java Refactor 2016-04-02 09:07:10 +00:00
CrossPropertyMetric.java Fix PropertyBindings bugs 2017-06-05 15:21:34 +08:00
DateMatcher.java Minor optimizations 2016-10-08 04:49:08 +08:00
DateMetric.java Optimize DateMatcher 2016-02-10 11:47:17 +00:00
EpisodeMatcher.java Fine-tune numeric rules 2016-03-13 17:35:31 +00:00
EpisodeMetrics.java Refactor EpisodeMetrics 2017-02-19 00:41:36 +08:00
FileNameMetric.java * Format Source 2015-07-25 22:47:19 +00:00
FileSizeMetric.java * Format Source 2015-07-25 22:47:19 +00:00
Match.java Use Objects.hash() 2016-10-31 05:03:39 +08:00
Matcher.java Make FINEST matcher logging options available to end users 2016-03-02 18:36:46 +00:00
MetricAvg.java Better toString() and logging 2016-05-03 19:28:33 +08:00
MetricCascade.java Better toString() and logging 2016-05-03 19:28:33 +08:00
MetricMin.java * Format Source 2015-07-25 22:47:19 +00:00
NameSimilarityMetric.java Refactor 2016-03-27 13:52:59 +00:00
Normalization.java Refactor MediaBindingBean error handling 2016-11-13 19:12:30 +08:00
NumericSimilarityMetric.java Fix Java 9 @Deprecated warnings 2017-10-16 21:09:25 +02:00
SeasonEpisodeMatcher.java range patterns without season are more prone to false positives, so we need to do some extra sanity checks (e.g. Episode 01-50 is probably not a multi-episode but some sort of season pack) 2017-03-31 03:25:43 +08:00
SeasonEpisodeMetric.java * fix package and import declarations 2014-04-19 06:30:29 +00:00
SequenceMatchSimilarity.java Refactor 2016-03-20 20:25:59 +00:00
SeriesNameMatcher.java Fix "At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored" warnings 2017-10-16 21:41:17 +02:00
SimilarityComparator.java Unify CLI/GUI lookupSubtitleByHash 2016-02-27 05:22:46 +00:00
SimilarityMetric.java * Format Source 2015-07-25 22:47:19 +00:00
StringEqualsMetric.java * fix package and import declarations 2014-04-19 06:30:29 +00:00
SubstringMetric.java * fix substring word boundaries issue 2014-09-11 18:18:22 +00:00
TimeStampMetric.java If time stamps are too far apart then similarity must be 0 2016-08-12 00:30:21 +08:00