Google Code Exporter
Google Code Exporter
``` It would be useful to have the code for deploying boilerpipe on Google app engine. Could you distribute the code you use for http://boilerpipe-web.appspot.com/ ? ``` Original issue reported...
``` I'm looking for a solution to parse pages that are non-english, which seems to give varying results with Boilerpipe. Here are a couple of examples where boilerpipe misses the...
``` What steps will reproduce the problem? I am using TagSoup for parsing HTML documents: URL url = new URL("http://www.bbc.co.uk/news/uk-12038847") Parser parser = new Parser(); BoilerpipeHTMLContentHandler handler = new BoilerpipeHTMLContentHandler();...
``` I'm new to Maven, so forgive me if I'm wrong, but I think boilerpipe needs to declare Neko as a dependency. I had to add the following to my...
``` What steps will reproduce the problem? 1. use symbols from block elements block (http://www.fileformat.info/info/unicode/block/block_elements/images.htm) What is the expected output? What do you see instead? Symbols should have equal width....
``` Name contains a slash. It is not CSS @fontface compatible. I suggest remove the slash: "Anka Coder" ``` Original issue reported on code.google.com by `[email protected]` on 13 Jul 2013...
``` This is an improvement/variant request for more prominent punctuation. See attached screenshots for comparison with default mac Menlo font. ``` Original issue reported on code.google.com by `[email protected]` on 18...
``` Hello, When I switch to greek in Java applications (like jEdit, EditRocket, J text editor, etc) I cannot type capital Greek accented characters (like capital omikron tonos or capital...
It would be nice if EDB could save the modified executable and/or produce a binary diff. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38800159-save-binary?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github)** We accept bounties...
It should highlight different stack frames with different background colors, so that you easily see which things belong to which function. Or draw separating lines between the frames. Similar everything...