Yanosh Igor

Results 6 issues of Yanosh Igor

Hi @spencermountain, I've found that some image urls don't work. Like this one `https://wikipedia.org/wiki/Special:Redirect/file/(61-365)_Can_you_imagine%3F_(5320329773).jpg` It was parsed from article `Quartz` with code `doc.images(13).url()`. Question mark brakes this url.

hmm

I've noticed that some of the link text has redundant quotes at the end. For instance topic https://en.wikipedia.org/wiki/Anarchism has a link in 2nd section `archon` which doesn't have quotes at...

bug
next-release

Hi, trying to parse https://en.wikipedia.org/wiki/Keith_Moon and noticed that instead of link text "John [Entwistle]" module returns "John [Entwistle" without last bracket.

hmm

I want to copy only data for last month to elasticsearch. How can I specify some query to mongodb?

I have field in mongodb that contains json object. How can I save this document structure into elastic? Example: ``` in mongodb "location" : { "lon" : -71.715313, "lat" :...

I'm running my script that use boilerpipe and after some time I'm getting this error: ``` Boilerpipe error: Error: Error running instance method java.lang.NullPointerException at de.l3s.boilerpipe.filters.heuristics.SimpleBlockFusionProcessor.proce ss(SimpleBlockFusionProcessor.java:45) at de.l3s.boilerpipe.extractors.DefaultExtractor.process(DefaultExtracto r.java:46)...