Alex Dixon

Results 73 issues of Alex Dixon

I've been trying to implement transfer learning with MaxentTagger. The basic approach I've taken so far adds a new method that takes a `trainFile`, the existing model's configuration, and the...

See https://github.com/viebel/klipse Guessing that we wouldn't be able to edit rules and see updates. Supports reagent and rendering DOM though.

examples

Currently we are not assigning ids to facts based upon the group that they are inserted into the session with. In other words, if we insert 100 facts into a...

https://circleci.com/gh/CoNarrative/precept/295?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link Previously the test runner setup will show a failure if any of our tests fail, despite the last result (of the test runner itself) showing 0 tests, 0 failures....

test

#115 - Upgrade to clara 0.18.0 - Add empty `fire-activations!` to listeners to satisfy new protocol - Use `clara.rules.dsl/build-rule` in CLJ rule macro code paths - Add `mk-session` to create...

Yesterday, @mikegai had a very fruitful discussion with me about significantly enhancing the performance characteristics of Precept for certain operations without compromising its declarative language. This is intended to be...

feature

When we have attributes that share the same namespace, e.g.: ``` :explanation/rule :explanation/bindings :explanation/facts :explanation/matches ``` it would be handy to match on "explanation". We do not currently allow this....

feature
rules

The default fact-type function constructs a hierarchy where all fact types are descended from `:all`. This should instead be a namespaced keyword (e.g. `precept.spec.fact-type/all` to avoid surprises and potential conflicts...

rules

- [ ] Investigate whether Clara supports this - [ ] If Clara supports it, investigate changing our syntax. Boolean conditions presume a positional tuple expression or another boolean expression,...

bug
macros
rules

Thanks to @Nolan330 for bringing this to our attention. https://github.com/CoNarrative/precept-template/pull/3 Not sure how other frameworks deal with this but seems we should have scripts that ensure a particular version of...