duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

Java: Update parser to create output.txt articles for class methods #490

Closed marti1125 closed 7 years ago

marti1125 commented 7 years ago

Description

Add coverage for class methods so we have answers for things like decimalstyle equals.

https://docs.oracle.com/javase/8/docs/api/index.html?java/time/format/DecimalStyle.html

Get Started

Resources


Instant Answer Page: https://duck.co/ia/view/java

moollaza commented 7 years ago

@marti1125 please don't forget to provide the IA Page link so it's clear which IA this is related to 👍

I've updated the post by pasting in the ISSUE_TEMPLATE content so the Steps + Resources are there for the developers to see 👍

aegis2501 commented 7 years ago

Hi, could I work on this?

tagawa commented 7 years ago

Hi @aegis2501. That would be great - thank you! If you need any help, feel free to ask questions either here, in the forum or on Slack.

aegis2501 commented 7 years ago

@tagawa thank you!

aegis2501 commented 7 years ago

@tagawa, what should the formatting for the output of the methods look like?

tagawa commented 7 years ago

@aegis2501 Sure - I should have added this earlier. Here are a couple of pull requests for very similar issues:

Hope that helps!

aegis2501 commented 7 years ago

@tagawa thanks! @marti1125 @tagawa Would it perhaps be better if I structured it more like the ruby fathead? (https://github.com/duckduckgo/zeroclickinfo-fathead/pull/277)

tagawa commented 7 years ago

@aegis2501 I think that should be fine, but ideally there should be a /cover directory with a text file of all terms that should be covered, so we can use this to test overall coverage.