vsraptor

Results 18 issues of vsraptor

Can you create a Client using this lib that later can play on public servers ? Is this the example of player : gtp_stateful_pl ayer What other handlers have to...

"peter" is wrongly tagged as VB .... ------ In [205]: from pattern.en import * In [206]: incorrect = Sentence(parse('peter owns a house')) In [207]: pprint(incorrect) WORD TAG CHUNK ROLE ID...

For some reason MATCHING cant find the third {NP} ? As you can see there is 3 NP chunks, so it should work !! Any idea ? ----------------------- In [120]:...

this looks like the best intro of Category theory for programmers on the internet, but is lacking practical examples ... Abstractness works up to a point ... after 50 pages...

Is there some way to Switch ON/OFF programatically the cache ? I have a scenario where I have the following logic : train() - cycle batch predict() - cycle predict()...

enhancement

Couldn't find in the docs if there is a way to convert between TT and BE ? Another questions : - Is there a plans for the following functions like...

Very often I get : In [137]: fa[1] Out[137]: Or(And(x, q), w) In [138]: with ~q,~w : print("00> %s" % fa[1].satisfy_one()) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ()...

INFO: Preprocessed 22100000 pages INFO: Preprocessed 22200000 pages INFO: Loaded 738901 templates in 4795.6s INFO: Starting page extraction from enwiki-latest-pages-articles.xml.bz2. INFO: Using 7 extract processes. Process ForkProcess-1: Traceback (most recent...

is it possible to make so it works on the bases of evicting first the Least Used instead of Least Recently Used ... i.e. based on usage not on recency...

Looking at your example : https://github.com/bentorfs/angular-bootstrap-multiselect/blob/master/test/e2e/test-async-datasources.html I have component with the following function : ``` ctrl.async = function() { return $q(function (resolve, reject) { console.dir(ctrl.opts); $timeout(function() { resolve(ctrl.opts); }, 3000);...