1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

9150 Commits

Author SHA1 Message Date
Timothy Clem
2a0133f1f4 Match previous rendering of assignment powered toc summaries 2017-09-19 10:12:52 -07:00
Rob Rix
8cf25242dd Merge branch 'master' into separate-diff-annotation-parameters 2017-09-18 10:46:47 -04:00
Rob Rix
34b424028e Apply1 got renamed to Apply. 2017-09-18 00:24:08 -04:00
Rob Rix
be7335d527 🔥 redundant parens. 2017-09-18 00:23:36 -04:00
Rob Rix
7416d96af4 Use the new API. 2017-09-18 00:23:30 -04:00
Rob Rix
d4785068a0 Inject in Diffable. 2017-09-18 00:23:14 -04:00
Rob Rix
8b366346d2 🔥 redundant parens. 2017-09-18 00:23:07 -04:00
Rob Rix
60e5b6fbe6 Inject in GAlign. 2017-09-18 00:23:03 -04:00
Rob Rix
03f33436c3 🔥 use of the obsolete reinjection functions. 2017-09-15 11:11:56 -04:00
Rob Rix
995bcd6dea Fully apply the diff parameter. 2017-09-14 15:17:22 -04:00
Rob Rix
8e6c2e2789 Rename Diffable'/algorithmFor' to GDiffable/galgorithmFor. 2017-09-14 15:09:30 -04:00
Rob Rix
8bf3b6fb90 🔥 ScopedTypeVariables. 2017-09-14 15:08:43 -04:00
Rob Rix
e4fbdc3956 Generalize the context algorithms over the annotation types. 2017-09-14 15:06:17 -04:00
Rob Rix
2d66cf6d9f Fold over both sides of the patch some more. 2017-09-14 14:58:24 -04:00
Rob Rix
4645df37ba Fold over both sides of the patch. 2017-09-14 14:56:45 -04:00
Rob Rix
be481f7a71 Rename SES.Myers to SES. 2017-09-14 11:53:02 -04:00
Rob Rix
f126756672 Derive Eq, Ord, & Show instances for FeatureVector. 2017-09-14 11:49:41 -04:00
Rob Rix
cd3d579bd0 Export the FeatureVector constructor/selector. 2017-09-14 11:48:06 -04:00
Rob Rix
21401f6730 Generalize diffRecursively over the annotation types. 2017-09-14 11:24:17 -04:00
Rob Rix
cb36d9f8f7 Generalize diffTerms over the annotation types. 2017-09-14 11:23:50 -04:00
Rob Rix
578ccb01c2 Generalize decoratingWith over the annotation types. 2017-09-14 11:21:29 -04:00
Rob Rix
d2bd5db539 Generalize rws over the annotation types. 2017-09-14 11:19:29 -04:00
Rob Rix
67c6b12bb8 Generalize comparableByConstructor over the annotation types. 2017-09-14 11:18:41 -04:00
Rob Rix
e0d36dc8e5 Generalize algorithmWithTerms over the annotation types. 2017-09-14 11:18:22 -04:00
Rob Rix
7f7f39c2e0 Require the FeatureVector to be the first field. 2017-09-14 11:17:46 -04:00
Rob Rix
9b95df85d7 Reformat the return type of genFeaturizedTermsAndDiffs. 2017-09-14 11:13:37 -04:00
Rob Rix
bf0b959df1 Generalize genFeaturizedTermsAndDiffs over the record types. 2017-09-14 11:11:33 -04:00
Rob Rix
5d09c824fe Generalize Mapping over the annotation types. 2017-09-14 11:11:23 -04:00
Rob Rix
5d8bc38e4b Reformat Mapping across multiple lines. 2017-09-14 11:11:00 -04:00
Rob Rix
6a2afd8114 Rename the Diff synonym to Edit. 2017-09-14 11:07:51 -04:00
Rob Rix
8e8ff0a32e Use the Diff synonym in editDistanceUpTo. 2017-09-14 11:06:57 -04:00
Rob Rix
bbf9d745d3 Use the MappedDiff synonym in findNearestNeighboursToDiff. 2017-09-14 11:06:22 -04:00
Rob Rix
7f405662d3 Generalize insertMapped over the annotation types. 2017-09-14 11:05:43 -04:00
Rob Rix
3d1e3ffec7 Generalize deleteRemaining over the annotation types. 2017-09-14 11:05:16 -04:00
Rob Rix
e74f888ef2 Generalize insertDiff over the annotation types. 2017-09-14 11:04:49 -04:00
Rob Rix
2c337a6c35 Generalize findNearestNeighboursToDiff over the annotations. 2017-09-14 11:04:32 -04:00
Rob Rix
c4978b567e Generalize findNearestNeighbourToDiff' over the annotation types. 2017-09-14 11:03:54 -04:00
Rob Rix
feb064e589 Reformat UnmappedTerm. 2017-09-14 10:59:19 -04:00
Rob Rix
bfb6565502 Define FeatureVector as a newtype. 2017-09-14 10:54:45 -04:00
Rob Rix
eb07003529 Generalize findNearestNeighbourTo over the annotation types. 2017-09-14 10:50:30 -04:00
Rob Rix
83ab58b0d7 Build k-d maps instead of trees, allowing indexing from the other side. 2017-09-14 10:50:12 -04:00
Rob Rix
7fb25ffdc2 Simplify the selection of the first result. 2017-09-14 10:30:10 -04:00
Rob Rix
6640e4ebcb Realign the type signature for nearestUnmapped. 2017-09-14 10:23:35 -04:00
Rob Rix
43a3970c30 Move the constant-time edit distance approximation into RWS. 2017-09-14 10:23:00 -04:00
Rob Rix
7bf7fd551e Generalize the constant-time edit distance approximation function. 2017-09-14 10:17:02 -04:00
Rob Rix
3629d9114b Generalize editDistanceUpTo over the annotation types. 2017-09-14 10:15:23 -04:00
Rob Rix
58d6002f52 Pass the k-d trees around separately. 2017-09-14 10:08:12 -04:00
Rob Rix
535933ff67 Generalize nearestUnmapped over the annotation types. 2017-09-14 10:06:11 -04:00
Rob Rix
8535089860 Generalize editDistanceIfComparable over the annotation types. 2017-09-14 10:03:54 -04:00
Rob Rix
c0b3cf0556 Generalize equalTerms over the annotation types. 2017-09-14 10:03:46 -04:00