Gus Hahn-Powell

Results 28 comments of Gus Hahn-Powell

>Do you know when Tensor.bool() was introduced? @kmkurn , based off of https://github.com/pytorch/pytorch/pull/16810 and https://github.com/pytorch/pytorch/commit/aa6403bae6aeb452bd464a6ec4913d1b69548aca, it looks like it was introduced in [v1.1.0](https://github.com/pytorch/pytorch/releases/tag/v1.1.0)

Ah, I had checked the issues but missed an open PR (#296) that addresses exactly this.

I'm hitting the same issue. It seems I need to provide a value for `mailname` under `[postfix]`. What is the recommended method for customizing `zulip.conf`?

Based on the discussion around [this PR](https://github.com/zulip/docker-zulip/pull/220), adding `zulip::postfix_localmail` to `puppet_classes` in the Dockerfile introduces other issues. Is that (still) the case?

Thanks for reporting this, @hillelt. We're working on fixes for both greedy (#12) and lazy quantifiers.

I think we just need an alternative to `IncrementalOdinsonIndex` that lacks an OdinsonIndexWriter to avoid generating a lock.

Because of the way the implementation for this will have to work, we'll need to be clear in the documentation that `mention` is a reserved word for token constraint fields....

>enhanced SRLs @BeckySharp , are you talking about indexing multiple graphs or just some new token attributes? @marcovzla and I discussed indexing multiple graphs per sentence before, but opted not...

[An option under the conf for `extra` related to graph merging](https://github.com/lum-ai/odinson/blob/16499562cb6bebf02531e1c6d16d6a4c7000f039/extra/src/main/resources/application.conf#L22-L29) is definitely the path of least resistance. Seems like it would be useful. It's straightforward to just combine and...

My guess is that it's most likely to happen with adpositions/case relations. Here is where the conversion from basic -> enhanced takes place in processors: - https://github.com/clulab/processors/blob/master/main/src/main/scala/org/clulab/utils/ToEnhancedDependencies.scala I didn't have...