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

8175 Commits

Author SHA1 Message Date
Rob Rix
267f20f048 🔥 the exports list. 2016-08-05 10:03:45 -04:00
Rob Rix
9d62a13fc5 🔥 another errant Typeable constraint. 2016-08-05 10:02:38 -04:00
Rob Rix
28320a64d5 Revert "Derive some Typeable instances."
This reverts commit 687667826cbcdf1337ec167ca01b8f92874bbdf1.
2016-08-05 10:02:11 -04:00
Rob Rix
54d3479f48 🔥 some Typeable constraints. 2016-08-05 10:00:48 -04:00
Rob Rix
995c839f3f Revert "Constrain record fields to be Typeable."
This reverts commit 95fc1cb0ad4c7546450007b09fd690b4c84de1ce.
2016-08-05 09:59:15 -04:00
Rob Rix
a34f9ae3a4 Revert "Add a maybeGetField function over Records."
This reverts commit 41dda71a26dfc2a92fecfdf88d6ab3ad7165d383.
2016-08-05 09:55:02 -04:00
Rob Rix
db4ebefe1e Revert "Add a function to update cons records."
This reverts commit 32e3ffe1915699dfc58de19bccfbf231a2e6dfe4.
2016-08-05 09:52:33 -04:00
Rob Rix
7d94ffe26d Revert "Add a function to update fields."
This reverts commit 1ab7e06cd7b06c9d688c1cea9c0bec2d4d505593.
2016-08-05 09:51:50 -04:00
Rob Rix
a2e6a7c0cb Revert "🔥 a redundant constraint."
This reverts commit b9da8f8c1cf6c7d8db51b56e724cfebb3587ac24.
2016-08-05 09:49:04 -04:00
Rob Rix
d1d0f41939 Revert "📝 updateRCons, updateField, and maybeGetField."
This reverts commit 1ff75a1a12fa4a7b613b484ff9b7259db0662b82.
2016-08-05 09:43:12 -04:00
Rob Rix
46ac7b5630 Revert "Add a function to retrieve the head element of a non-empty record."
This reverts commit 91d55d0e6c7ee324e21943ec06eb3acf213975f1.
2016-08-05 09:33:28 -04:00
Rob Rix
3e85be8740 Generate arbitrary non-empty vectors. 2016-08-05 09:26:21 -04:00
Rob Rix
76a3fea7c2 🔥 the Typeable and Hashable constraints on leaf. 2016-08-05 09:09:08 -04:00
Rob Rix
eb81569599 🔥 the getLabel parameter to rws. 2016-08-05 09:08:17 -04:00
Rob Rix
399c13da78 🔥 p, q, d. 2016-08-05 09:01:04 -04:00
Rob Rix
ed4de9140d Compute RWS by using the existing field. 2016-08-05 09:01:00 -04:00
Rob Rix
9fc9827b34 rws requires a feature vector. 2016-08-04 21:01:54 -04:00
Rob Rix
60c4effabe Diffing annotates terms with their feature vectors. 2016-08-04 20:43:10 -04:00
Rob Rix
74710eefcd 🔥 redundant imports. 2016-08-04 20:42:50 -04:00
Rob Rix
ec548b56d4 Sort the test dependencies alphabetically. 2016-08-04 20:42:39 -04:00
Rob Rix
d26c7834e9 Add a decorator for feature vectors which chains the other decorators together. 2016-08-04 20:37:34 -04:00
Rob Rix
46f4ca93c3 Pad the base at the root. 2016-08-04 20:03:44 -04:00
Rob Rix
ea950d1953 Extract a function to pad a list to a given length. 2016-08-04 20:00:36 -04:00
Rob Rix
03438d2cb7 Extract the setBases function. 2016-08-04 19:57:40 -04:00
Rob Rix
70d1d9b308 🔥 the unused TermDecorator type synonym. 2016-08-04 19:48:59 -04:00
Rob Rix
32f9152f22 Rename a test. 2016-08-04 19:48:21 -04:00
Rob Rix
46a3aee33e Define pqGrams in terms of the decorator. 2016-08-04 19:19:03 -04:00
Rob Rix
0a7d5fa124 Add a function to retrieve the head element of a non-empty record. 2016-08-04 19:17:58 -04:00
Rob Rix
4b21c560c9 Roll the grams together in a single function. 2016-08-04 17:22:18 -04:00
Rob Rix
d678f64ad1 Assign bases of width q. 2016-08-04 17:21:17 -04:00
Rob Rix
eb1ab50b00 🔥 the unused q parameter. 2016-08-04 16:50:14 -04:00
Rob Rix
8c31fd9794 🔥 pqGramDecorator. 2016-08-04 16:21:28 -04:00
Rob Rix
0a047d77cb 🔥 featureVectorDecorator. 2016-08-04 16:21:23 -04:00
Rob Rix
b079bf1b5a Define a function mapping p,q-gram bag–decorated terms into feature vector–decorated terms. 2016-08-04 15:53:17 -04:00
Rob Rix
d573ca7940 🔥 the getLabel parameter to decorateTermWithPQGram. 2016-08-04 15:48:13 -04:00
Rob Rix
b06194da38 Add a function decorating a term with bags of p,q-grams. 2016-08-04 15:43:50 -04:00
Rob Rix
32e084971a Define decorateTermWithLabel inline. 2016-08-04 15:37:49 -04:00
Rob Rix
3dc0a4f071 Expect the incoming term to have a label at the head of the record already. 2016-08-04 15:35:47 -04:00
Rob Rix
9c3509f7d2 🔥 the unused parameter d. 2016-08-04 15:32:56 -04:00
Rob Rix
8e9cc43f49 Add a function to decorate a term with its p,q-gram. 2016-08-04 15:28:00 -04:00
Rob Rix
bb6cbb753c Add a function to decorate a term with its label. 2016-08-04 15:27:14 -04:00
Rob Rix
59ef5efd1e Merge branch 'master' into precompute-p,q-grams 2016-08-04 13:26:31 -04:00
Rob Rix
a6f8194b14 Use the Patch DSL in RWS. 2016-08-04 12:51:41 -04:00
Rob Rix
c308cd2b01 Use the Patch DSL in SES. 2016-08-04 12:51:36 -04:00
Rob Rix
6b84266ac6 📝 the Patch DSL. 2016-08-04 12:51:05 -04:00
Rob Rix
26b5f5b41b 📝 diffComparableTerms. 2016-08-04 12:48:27 -04:00
Rob Rix
9374ed5a4a 📝 algorithmWithTerms. 2016-08-04 12:47:56 -04:00
Rob Rix
071e9568f0 📝 runAlgorithm. 2016-08-04 12:42:26 -04:00
Rob Rix
11a3f32432 Haddock-friendly 📝 of diffTerms. 2016-08-04 12:33:09 -04:00
Rob Rix
e0da05538e Haddock-friendly 📝 of AlgorithmF. 2016-08-04 12:31:18 -04:00