Ben crowell

Results 7 issues of Ben crowell

I downloaded a molfile for ClF4+ from this page: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:30126 When I open it in avogadro, it asks me if I want to build a rough geometry. When I say...

I went through the Perseus treebank for the Iliad and Odyssey and used cltk to convert the beta code to unicode, then went through the results with a ruby script...

bug

To get this to compile on ubuntu, I had to edit the Makefile to remove the two references to lv2core. In the docs, it might be helpful to note that...

I like the library, thanks for writing it and making it available with such good documentation. I have a project where I need to evaluate W0(exp(x)), in cases where exp(x)...

This looks really nice -- thanks for making it open source! I would suggest adding the following basic installation instructions to the README: git clone https://github.com/jtauber/greek-inflexion pipenv install inflexion [......

The following code seems to produce incorrect or incomplete results: ``` from greek_inflexion import GreekInflexion inflexion = GreekInflexion('stemming.yaml', 'STEM_DATA/homer_lexicon.yaml') print(inflexion.generate('λύω', 'AAI.3S').keys()) # ... fails print(inflexion.generate('βάλλω', 'AAI.3S').keys()) # ... fails print(inflexion.generate('βαίνω',...

I built quackle on my Linux Mint box, following the instructions in the readme. I defined a new board. Then when I tried to start a new game, it said,...