Timothy Clem
|
5a619b7387
|
s/language_id/language
|
2017-10-26 16:02:11 -07:00 |
|
Timothy Clem
|
c3551b6368
|
Fallback to syntaxParser for TagsTermRenderer
|
2017-10-26 15:57:58 -07:00 |
|
Timothy Clem
|
807c213892
|
Allowing reading .go and .py for readBlobsFromDir
|
2017-10-26 15:57:33 -07:00 |
|
Rob Rix
|
845bf233d2
|
Simplify unitVector.go.
|
2017-10-26 18:04:26 -04:00 |
|
Rob Rix
|
3054543e88
|
Merge branch 'master' into faster-feature-vector-computation
|
2017-10-26 17:55:56 -04:00 |
|
Rob Rix
|
444912de5c
|
Bump effects to inline apply & friends.
|
2017-10-26 17:51:19 -04:00 |
|
Rob Rix
|
81cc4b1860
|
Generate only _d_ components.
|
2017-10-26 16:43:44 -04:00 |
|
Rob Rix
|
db8d592120
|
Make unitVector strict in both its arguments.
|
2017-10-26 16:41:05 -04:00 |
|
Josh Vera
|
fead580244
|
Merge pull request #1415 from github/faster-assignment-compilation
Faster assignment compilation
|
2017-10-26 16:00:47 -04:00 |
|
Rob Rix
|
02f60e07e1
|
Compute the components circularly.
|
2017-10-26 15:19:53 -04:00 |
|
Rob Rix
|
9f832783da
|
Compute the sum at the same time as the components.
|
2017-10-26 15:17:31 -04:00 |
|
Rob Rix
|
a7f5db2507
|
🔥 MonadRandom.
|
2017-10-26 13:57:08 -04:00 |
|
Rob Rix
|
b8234804af
|
Merge branch 'fix-permutation-diffs' into faster-feature-vector-computation
|
2017-10-26 13:54:33 -04:00 |
|
Rob Rix
|
b800d8c477
|
Bump effects for faster-compiling membership constraints.
|
2017-10-26 11:33:42 -04:00 |
|
Rob Rix
|
ca74710392
|
Revert "🔥 the HasCallStack constraint in TypeScript assignment."
This reverts commit 886d14b1b83e9fea8655ffcce762ce594262a100.
|
2017-10-26 11:30:27 -04:00 |
|
Rob Rix
|
0f75f7d817
|
Revert "Don’t build call stacks."
This reverts commit cba54ef4b0915297a7e8805801ea17136e3f8bbe.
|
2017-10-26 11:30:19 -04:00 |
|
Rob Rix
|
ebef3a82a1
|
Revert "Don’t propagate call stacks."
This reverts commit 263d5e97ab579c36cfc22d7dae428675c0b1e4b5.
|
2017-10-26 11:30:15 -04:00 |
|
Rob Rix
|
e95f35e45e
|
Fix the 📝 for syntaxParserForLanguage.
|
2017-10-26 10:03:42 -04:00 |
|
Rob Rix
|
8b702e27c7
|
Don’t propagate call stacks.
|
2017-10-26 09:57:30 -04:00 |
|
Rob Rix
|
1f95957243
|
Don’t build call stacks.
|
2017-10-26 09:57:15 -04:00 |
|
Rob Rix
|
f0cb1a4715
|
🔥 the HasCallStack constraint in TypeScript assignment.
|
2017-10-26 00:05:57 -04:00 |
|
Rob Rix
|
8b281bc3cf
|
Update a couple of ToC fixtures.
|
2017-10-24 15:15:54 -04:00 |
|
Rob Rix
|
e512398b85
|
Update a bunch of fixtures.
|
2017-10-24 15:13:47 -04: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 |
|