1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
Commit Graph

16596 Commits

Author SHA1 Message Date
Rob Rix
74c534a08f Merge branch 'master' into faster-feature-vector-computation 2017-10-27 12:34:37 -04:00
Rob Rix
8c081af5ed Merge pull request #1414 from github/fix-permutation-diffs
Fix permutation diffs
2017-10-27 12:33:59 -04:00
Rob Rix
c1ff17c6dd Merge branch 'fix-permutation-diffs' into faster-feature-vector-computation 2017-10-27 10:50:18 -04:00
Rob Rix
975a663f1b Merge branch 'master' into fix-permutation-diffs 2017-10-27 10:38:38 -04:00
Rob Rix
a23f4f53a4 Indent/align a bunch of things. 2017-10-27 10:35:21 -04:00
Rob Rix
5b3bd6470b Align the last randomDouble line. 2017-10-27 10:32:29 -04:00
Rob Rix
f55ac2cd37 🔥 the type signature for addSubtermVector. 2017-10-27 10:27:30 -04:00
Rob Rix
66b9f45bee Write collect as a lambda. 2017-10-27 10:26:40 -04:00
Rob Rix
d42c33ca5b Reindent collect & addSubtermVector. 2017-10-27 10:26:10 -04:00
Rob Rix
2ed2b65cd0 Factor pqGramDecorator out of featureVectorDecorator. 2017-10-27 10:24:37 -04:00
Rob Rix
3c0adf66c5 Move FeatureVector into its own module. 2017-10-27 10:21:33 -04:00
Rob Rix
e16b7a9440 Give a type annotation for collect. 2017-10-27 10:21:21 -04:00
Rob Rix
328ef66a09 Don’t export the FeatureVector constructor. 2017-10-27 10:21:14 -04:00
Rob Rix
fbc39aad08 Stub in a feature vector module. 2017-10-27 09:48:46 -04:00
Rob Rix
d50731552c 🔥 the test of dimensionality. 2017-10-26 19:45:23 -04:00
Rob Rix
80d8fa14d5 🔥 the d parameter. 2017-10-26 19:45:00 -04:00
Rob Rix
a6bf8c74b6 🔥 component. 2017-10-26 19:43:44 -04:00
Rob Rix
f6ac8e0bbc Compute feature vectors as unlifted doubles. 2017-10-26 19:04:56 -04: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