1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

7114 Commits

Author SHA1 Message Date
Rob Rix
1c8113b184 Record the most recently seen index. 2016-07-07 11:11:02 -04:00
Rob Rix
6f59440684 Rename the index getter to termIndex. 2016-07-07 11:10:42 -04:00
Rob Rix
65cf0d223c 🔥 redundant handling of the Nothing case. 2016-07-07 11:08:55 -04:00
Rob Rix
f042889223 Use UnmappedTerm instead of nested tuples. 2016-07-07 11:06:05 -04:00
Rob Rix
09ea3c1a76 Add an UnmappedTerm type to clarify control flow. 2016-07-07 11:05:50 -04:00
Rob Rix
524f71916b 🔥 a redundant import. 2016-07-07 10:56:03 -04:00
Rob Rix
2d4ca17812 Assign diffs the indices from bs. 2016-07-07 10:52:44 -04:00
Rob Rix
2108cddff6 Test rws’ behaviour w.r.t. ordering. 2016-07-07 10:37:55 -04:00
Rob Rix
6747e92e0b 🔥 firstAnnotation. 2016-07-06 15:55:11 -04:00
Rob Rix
6a6265be2d Merge branch 'master' into strongly-ordered-random-walk-similarity-diffs 2016-07-06 14:18:44 -04:00
Josh Vera
6420010a6c Merge pull request #617 from github/random-walk-similarity
Random walk similarity
2016-07-06 14:15:32 -04:00
Rob Rix
e664aa9ab1 🔥 some parens. 2016-07-06 11:15:42 -04:00
Rob Rix
5428115895 Don’t unique the lists. 2016-07-06 10:26:05 -04:00
Rob Rix
04eb0126e2 Generalize longestIncreasingSubsequence with a function parameter. 2016-07-06 10:25:24 -04:00
Rob Rix
eb6967d006 Generalize isSorted with a function parameter. 2016-07-06 10:23:21 -04:00
Rob Rix
32a69b05c6 O(n) test for sortedness. 2016-07-06 10:01:07 -04:00
Rob Rix
5d091abc97 Add a (terrible, naïve, gross) implementation of the longest increasing subsequence. 2016-07-06 09:53:17 -04:00
Rob Rix
21f331cee9 Skip invalid comparisons. 2016-07-05 16:45:54 -04:00
Rob Rix
ef916364e5 Use the element’s index for replacements/comparisons. 2016-07-05 16:23:28 -04:00
Rob Rix
1037bab2d6 Swap the feature vector and index. 2016-07-05 15:23:02 -04:00
Rob Rix
1323455da4 Index the diffs. 2016-07-05 14:57:11 -04:00
Rob Rix
94ccb9737d Merge branch 'master' into random-walk-similarity 2016-07-05 12:35:37 -04:00
Rob Rix
0090b0955f Merge pull request #621 from github/semantic-codemap
Roadmap updates, mid-year edition
2016-07-05 10:55:07 -04:00
Rob Rix
51867ccf3f Quick summary of the ongoing work. 2016-07-05 10:41:05 -04:00
Rob Rix
f91860d68f 🔥 DataKinds here, too. 2016-07-05 10:11:29 -04:00
Rob Rix
51f0995c91 🔥 DataKinds. 2016-07-05 09:56:48 -04:00
Rob Rix
baafd5f7a8 📝 mergeMaybe, beforeTerm, and afterTerm. 2016-07-05 09:45:28 -04:00
Rob Rix
5ea93ba8de 🔥 merge. 2016-07-05 09:43:03 -04:00
Rob Rix
5d644f7d56 📝 rws. 2016-07-05 09:40:40 -04:00
Rob Rix
be674ecd97 📝 firstAnnotation. 2016-07-05 09:35:47 -04:00
Rob Rix
1e2ff9340f 📝 Gram. 2016-07-05 09:34:17 -04:00
Rob Rix
f53e7d61dd 📝 pqGrams. 2016-07-05 09:32:03 -04:00
Rob Rix
0a498656c7 🔥 serialize. 2016-07-05 09:30:28 -04:00
Rob Rix
952cb298eb 📝 windowed. 2016-07-05 09:29:27 -04:00
Rob Rix
3daf7f96ca 📝 featureVector. 2016-07-05 09:27:44 -04:00
Rob Rix
9632bea377 📝 vmagnitude. 2016-07-05 09:26:34 -04:00
Rob Rix
cf6a5d77a6 Tacit definition of vmagnitude. 2016-07-05 09:25:08 -04:00
Rob Rix
7f6fc45116 📝 gramWithPQ. 2016-07-05 09:21:49 -04:00
Rob Rix
84e739e540 🔥 the Bag type synonym. 2016-07-05 09:20:16 -04:00
Rob Rix
d6fef50ad5 Add a heading for the instances. 2016-07-05 09:19:36 -04:00
Rob Rix
f5ce4e0822 🔥 the nearestNeighbour function. 2016-07-05 09:19:30 -04:00
Rob Rix
4cfa993239 Move the Arbitrary gram functions into Data.RandomWalkSimilarity. 2016-07-05 09:18:53 -04:00
Rob Rix
827d654485 Use List.lookup and replace the found term. 2016-07-04 16:50:01 -04:00
Rob Rix
a8effb6d6d Don’t filter, just operate over the unmapped list. 2016-07-04 15:29:22 -04:00
Rob Rix
89df373821 We don’t need to bind this after all. 2016-07-04 15:25:07 -04:00
Rob Rix
c724f61f49 Insert deletions in the correct position. 2016-07-04 15:20:18 -04:00
Rob Rix
ea9cbbd1e7 Keep track of the unmapped diffs, not the mapped ones. 2016-07-04 15:19:15 -04:00
Rob Rix
7b75edcb78 Don’t reconstruct the key/value pairs. 2016-07-04 15:06:21 -04:00
Rob Rix
f34e9a6a0a 🔥 a redundant import. 2016-07-04 15:04:35 -04:00
Rob Rix
063aeea8b0 Use leaf values in the labels. 2016-06-30 15:03:32 -04:00