Skip to content

Commit

Permalink
adds difference to methodius
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank M. Taylor committed Sep 19, 2024
1 parent 8fcbb94 commit e4d3035
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/methodius.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ import {
} from './functions.ngrams';
import { getFrequencyMap, getPercentMap, getTopGrams } from './functions.metrics.ngrams';
import {
getIntersection, getUnion, getDisjunctiveUnion, getComparison, SequenceComparison,
getIntersection,
getUnion,
getDisjunctiveUnion,
getDifference,
getComparison,
SequenceComparison,
} from './functions.comparisons';
import {
getWordPlacementForNGram,
Expand Down Expand Up @@ -81,6 +86,8 @@ export default class Methodius {

static getDisjunctiveUnion = getDisjunctiveUnion;

static getDifference = getDifference;

static getComparison = getComparison;

static getWordPlacementForNGram = getWordPlacementForNGram;
Expand Down

0 comments on commit e4d3035

Please sign in to comment.