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

16825 Commits

Author SHA1 Message Date
Rick Winfrey
835eba454c Add Pointer and Reference constructors to Statement 2017-10-24 11:52:25 -07:00
Rob Rix
aca688c989 Reset the lookahead places to 0. 2017-10-24 14:01:17 -04:00
Rob Rix
4d365565b6 Export defaultOptions. 2017-10-24 13:23:51 -04:00
Rob Rix
250cba3aa0 Export Options. 2017-10-24 13:23:42 -04:00
Rob Rix
7215098121 Look ahead one place. 2017-10-24 13:15:43 -04:00
Rob Rix
14d8a20bea 📝 the deletions step. 2017-10-24 13:09:44 -04:00
Rob Rix
8e554422f4 Add the comparison cutoff to Options. 2017-10-24 13:05:47 -04:00
Rob Rix
3b9b50996b Add the # of similar terms to Options. 2017-10-24 13:02:50 -04:00
Rob Rix
fb39252959 Inline mostSimilarMatching. 2017-10-24 13:00:18 -04:00
Rob Rix
8e6ec02a37 Inline approximateEditDistance. 2017-10-24 12:58:47 -04:00
Rob Rix
3d01c91341 Rename key to term. 2017-10-24 12:58:30 -04:00
Rob Rix
91778d90a3 Use the Options to configure lookahead. 2017-10-24 12:57:35 -04:00
Rob Rix
5603d796f3 Define default options. 2017-10-24 12:57:22 -04:00
Rob Rix
b3f3d09f4a Define an Options datatype. 2017-10-24 12:57:16 -04:00
Rob Rix
8ce174e734 Inline isNearAndComparableTo. 2017-10-24 12:37:15 -04:00
Rob Rix
e2cf00235c 📝 lookaheadPlaces. 2017-10-24 12:29:38 -04:00
Rob Rix
a27ef1cdea Rename defaultMoveBound to lookaheadPlaces. 2017-10-24 12:27:07 -04:00
Rob Rix
3e03e326c0 Correct the docs for editDistanceUpTo. 2017-10-24 12:23:14 -04:00
Rob Rix
0ba1b354ad defaultM is an Int. 2017-10-24 12:23:07 -04:00
Rob Rix
f9d5846ccd Correct some comments. 2017-10-24 12:19:25 -04:00
Rob Rix
35c121bea1 Rename nearestUnmapped to mostSimilarMatching. 2017-10-24 12:17:58 -04:00
Rob Rix
b4903b6b9b Rename the unmapped lists. 2017-10-24 12:15:09 -04:00
Rob Rix
7f3b1130ee Correct indentation. 2017-10-24 12:13:36 -04:00
Rob Rix
ef7d16657c Index terms in mapSimilar. 2017-10-24 12:12:28 -04:00
Rob Rix
0d484a4775 📝 mapSimilar. 2017-10-24 12:07:39 -04:00
Rob Rix
8d095b25d6 Rename the k-d maps. 2017-10-24 12:05:59 -04:00
Rob Rix
12841d6bfe 🔥 UnmappedTerm. 2017-10-24 12:05:07 -04:00
Rob Rix
cd66c9c2aa 📝 mapContiguous. 2017-10-24 12:04:56 -04:00
Rob Rix
2fa878e928 Rename findNearestNeighbourTo to mapSimilar. 2017-10-24 11:39:30 -04:00
Rob Rix
3ba39eeb6a Inline findNearestNeighbourTo. 2017-10-24 11:37:43 -04:00
Rob Rix
99ef60fbe6 Use the strict random monad. 2017-10-24 11:11:42 -04:00
Rob Rix
613a920ed1 Qualify the import of KdMap. 2017-10-24 10:35:22 -04:00
Rob Rix
fa2769ff9a Use the EditScript synonym from SES. 2017-10-24 10:34:29 -04:00
Rob Rix
16d5c977bd 🔥 the MappedDiff synonym. 2017-10-24 10:21:40 -04:00
Rob Rix
f7ddbd81cc 🔥 the RWSEditScript synonym. 2017-10-24 10:21:21 -04:00
Rob Rix
9633727790 🔥 the Edit synonym. 2017-10-24 10:20:34 -04:00
Rob Rix
354204107c Inline the definition of mapContiguous. 2017-10-24 10:08:03 -04:00
Rob Rix
7692812a38 🔥 mapChunk. 2017-10-24 10:06:20 -04:00
Rob Rix
a87d330323 🔥 redundant cases. 2017-10-24 10:05:50 -04:00
Rob Rix
fc65ef95b2 Featurize without getField. 2017-10-24 00:03:20 -04:00
Rob Rix
b2ef834746 Rename the min index in A. 2017-10-24 00:00:33 -04:00
Rob Rix
f6ea602cca Replicate the random double action directly. 2017-10-23 23:56:52 -04:00
Rob Rix
0766bb4c1b Generalize mapContiguous over the annotation types. 2017-10-23 23:50:10 -04:00
Rob Rix
e2d5e81f7f Leave terms in UnmappedTerm. 2017-10-23 23:45:22 -04:00
Rob Rix
fedf85e823 Featurize the unmapped terms early. 2017-10-23 23:41:00 -04:00
Rob Rix
7c193c0b5e Short-circuit single-element lists. 2017-10-23 23:23:08 -04:00
Rob Rix
e0ca6c7ec4 Compute the move bound relative to the current index. 2017-10-23 23:18:01 -04:00
Rob Rix
74c1c18822 Compute the indices up front. 2017-10-23 23:12:07 -04:00
Rob Rix
171decf71f 🔥 the old rws code path. 2017-10-23 23:00:45 -04:00
Rob Rix
d77aed7c2b 🔥 the redundant short-circuit cases. 2017-10-23 22:28:20 -04:00