Itsuki Toyota

Results 18 issues of Itsuki Toyota

Hi, This PR fix #99 since cmath contains `round` function. Cheers,

See: https://modules.raku.org/dist/Acme::ಠ_ಠ:cpan:ELIZABETH/lib/Acme/à²%C2%A0_à²%C2%A0.pm6 This page shows an empty code as if Acme::ಠ_ಠ.pm6 is empty.

Hi, I found that the following command (See README) doesn't generate frequency column: ``` $ java -cp $CP ca.ualberta.entitylinking.kb.KBExtractor redirect aliasOut.txt redirectOut.txt ``` and the entity estimation process requires the...

Hi, I found that an asterisk in README.md is disappeared due to the markdown renderer.

I found that `aggregate.py` comments out a function which removes self-linked items and it will trigger java.lang.ArrayIndexOutOfBoundsException when graph.UndirectedGraph loads the resulting file. See the followings. testfile.txt: ``` a a...

Hi, I found that `ca.ualberta.entitylinking.graph.DirectedGraph` depends on `es.yrbcn.graph.weighted.WeightedBVGraph` and `WeightedBVGraph` has trouble with initializing a logger: ``` $ java -cp $CP ca.ualberta.entitylinking.graph.DirectedGraph el.config tmp/pageLinkGraph.aggregated Exception in thread "main" java.lang.NoSuchMethodError: it.unimi.dsi.Util.getLogger(Ljava/lang/Class;)Lorg/apache/log4j/Logger;...

## The Problem I think `(1 +< -1000000)` is equivalent to `(1 +> 1000000)` in Perl6 (c.f. https://github.com/perl6/roast/blob/master/S03-operators/numeric-shift.t). However they return the different evaluation results. ## Expected Behavior `(1 +<...