Rogan Creswick

Results 9 issues of Rogan Creswick

I think we can begin to retire cabal-dev, with the recent release of cabal-install-1.18, which supports sandboxed builds and corresponding sandboxed ghci sessions. Cabal-install now also provides a warning if...

This may be as simple as invoking a command like this: ghci -package-conf cabal-dev/packages-7.0.1.conf/ -no-user-package-conf where cabal-dev is the sandbox directory. This doesn't incorporate modules from the project under development,...

feature

cabal-dev requires that the invoked cabal-install was built with Cabal >= 1.8.0.6, but this is a _run-time_ check, so it can not be sensibly checked during the cabal-dev build. This...

feature

The benchmark suite and evaluation tools haven't been used in a while, and it would be nice to have both run-time timing results and performance metrics taken as part of...

It would be nice to have visual trees generated from ChunkedSentences, ideally in a way that would work with IHaskell, but just generating PNGs or other open formats would be...

I want to support matching on patterns of strings / POS tags with expressions similar to NLTK's, for example: ``` python grammar = r""" NP: {?*} # chunk determiner/possessive, adjectives...

I need to get a copy of the corpus and run the standard analysis to get comparable tagging results.

It's not easy to tell which version of dbmigrations you're using, which makes reporting bugs more difficult. Supporting the standard version command line flags would be pretty nice, and given...

Apologies for the lack of a canned minimal test case. It's also possible this has been fixed in more recent versions, but the control flow is complex enough that I...