Re: GSoC 2015 with Apache any23

2015-07-19 Thread Nisala Mendis
Hi all,
I have implemented another two extractors in latest commit, but there are
still some missing elements I will complete those, once I am fully done
with it, tested and verified I ll send a pull request for extractors done
so far with improved test cases. Added H-Event and H-Product [1].
Regards
Nisala
[1]https://github.com/nisalanirmana/any23/commit/cc0dfbe8127a00fa71
2c7d2df6785a73c290feae

On Tue, Jul 7, 2015 at 10:40 AM, Nisala Mendis  wrote:

> Hi all,
> I have implemented another two extractors, [1] H-item and H-recipe with
> some sample test cases.
>
> [1]
> https://github.com/nisalanirmana/any23/commit/1616c17cb6497bcdf7947ee1048027f1b6d83a9f
>
> On Wed, Jul 1, 2015 at 9:15 AM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
>> Nice going folks.
>> Please feel free to post a patch on Jira or open a Pull Request.
>> Thanks
>> Lewis
>>
>> On Mon, Jun 29, 2015 at 12:55 AM, Michele Mostarda <
>> michele.mosta...@gmail.com> wrote:
>>
>>> Great Nisala,
>>>I had a quick look at your latest commit and you did a very good
>>> catch.
>>> Thanks for the refactoring.
>>>
>>> Best
>>> Michele
>>>
>>> On 28 June 2015 at 19:20, Nisala Mendis  wrote:
>>>
>>>> hi michele,
>>>> i have made changes according to your instructions and added feather
>>>> test cases.[1] added another weekly report to the wiki.
>>>> i already started implementing rest of the microformats2 extractors.
>>>> [1] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>>>
>>>>
>>>> On Mon, Jun 22, 2015 at 2:07 PM, Nisala Mendis 
>>>> wrote:
>>>>
>>>>> Hi Michele,
>>>>> I must really thankful for you taking time to review my work. Thanks
>>>>> for the suggestions too, I will improve my code and try to write code as
>>>>> much as generic possible using identifying prefixes. Thanks again.
>>>>> Regards
>>>>> Nisala
>>>>>
>>>>> On Mon, Jun 22, 2015 at 1:36 PM, Michele Mostarda <
>>>>> michele.mosta...@gmail.com> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> On 22 June 2015 at 04:12, Nisala Mendis  wrote:
>>>>>>
>>>>>>> Hi all,
>>>>>>> Here with I have attached a detailed analysis of diference between
>>>>>>> microfrmats 1 and 2. see this link [1].
>>>>>>> As a sample I have implemented extractors HAdr and HGeo with
>>>>>>> relavant unit test cases. According to the Microformats 2 spec HAdr can
>>>>>>> have HGeo as a nested property. I have includes the sample test cases to
>>>>>>> cover this scenario. See my fork under gsoc_2015 branch [2] please see 
>>>>>>> the
>>>>>>> recent commit added HAdr and HGeo Extractors support. I can basically 
>>>>>>> cover
>>>>>>> the rest of the using this approach. I am expecting a feedback so that I
>>>>>>> can move forward. Also note I have added week 2 and week 3 reports to 
>>>>>>> the
>>>>>>> wiki
>>>>>>>
>>>>>>> [1]
>>>>>>> https://docs.google.com/document/d/17DXcr8jv7D41FOuR1Rba0Ex-4VVheMNInmBSygkih5E/edit?usp=sharing
>>>>>>>
>>>>>> Really interesting report, I added a small comment on it.
>>>>>>
>>>>>>> [2] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>>>>>>
>>>>>>>
>>>>>> core/src/main/java/org/apache/any23/extractor/html/microformats2/HAdrExtractor.java
>>>>>> Quick suggestion based on a really superficial analysis of your code:
>>>>>> isn't better to write a general logic to manage property extraction based
>>>>>> on the identification of prefixes?
>>>>>> First identify a node "h-*" and then identify children "p-*" "u-*",
>>>>>> "dt-*" and so on.
>>>>>> You would write less, more robust and more maintainable code.
>>>>>>
>>>>>> regards,nisala
>>>>>>>
>>>>>> Best
>>>>>> Michele
>>>>>>
>>>>>>>
>>>>>>> On Monday, June 15, 2015, Michele Mostarda <
>>>>&

Re: GSoC 2015 with Apache any23

2015-07-06 Thread Nisala Mendis
Hi all,
I have implemented another two extractors, [1] H-item and H-recipe with
some sample test cases.

[1]
https://github.com/nisalanirmana/any23/commit/1616c17cb6497bcdf7947ee1048027f1b6d83a9f

On Wed, Jul 1, 2015 at 9:15 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Nice going folks.
> Please feel free to post a patch on Jira or open a Pull Request.
> Thanks
> Lewis
>
> On Mon, Jun 29, 2015 at 12:55 AM, Michele Mostarda <
> michele.mosta...@gmail.com> wrote:
>
>> Great Nisala,
>>I had a quick look at your latest commit and you did a very good catch.
>> Thanks for the refactoring.
>>
>> Best
>> Michele
>>
>> On 28 June 2015 at 19:20, Nisala Mendis  wrote:
>>
>>> hi michele,
>>> i have made changes according to your instructions and added feather
>>> test cases.[1] added another weekly report to the wiki.
>>> i already started implementing rest of the microformats2 extractors.
>>> [1] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>>
>>>
>>> On Mon, Jun 22, 2015 at 2:07 PM, Nisala Mendis 
>>> wrote:
>>>
>>>> Hi Michele,
>>>> I must really thankful for you taking time to review my work. Thanks
>>>> for the suggestions too, I will improve my code and try to write code as
>>>> much as generic possible using identifying prefixes. Thanks again.
>>>> Regards
>>>> Nisala
>>>>
>>>> On Mon, Jun 22, 2015 at 1:36 PM, Michele Mostarda <
>>>> michele.mosta...@gmail.com> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> On 22 June 2015 at 04:12, Nisala Mendis  wrote:
>>>>>
>>>>>> Hi all,
>>>>>> Here with I have attached a detailed analysis of diference between
>>>>>> microfrmats 1 and 2. see this link [1].
>>>>>> As a sample I have implemented extractors HAdr and HGeo with relavant
>>>>>> unit test cases. According to the Microformats 2 spec HAdr can have HGeo 
>>>>>> as
>>>>>> a nested property. I have includes the sample test cases to cover this
>>>>>> scenario. See my fork under gsoc_2015 branch [2] please see the recent
>>>>>> commit added HAdr and HGeo Extractors support. I can basically cover the
>>>>>> rest of the using this approach. I am expecting a feedback so that I can
>>>>>> move forward. Also note I have added week 2 and week 3 reports to the 
>>>>>> wiki
>>>>>>
>>>>>> [1]
>>>>>> https://docs.google.com/document/d/17DXcr8jv7D41FOuR1Rba0Ex-4VVheMNInmBSygkih5E/edit?usp=sharing
>>>>>>
>>>>> Really interesting report, I added a small comment on it.
>>>>>
>>>>>> [2] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>>>>>
>>>>>>
>>>>> core/src/main/java/org/apache/any23/extractor/html/microformats2/HAdrExtractor.java
>>>>> Quick suggestion based on a really superficial analysis of your code:
>>>>> isn't better to write a general logic to manage property extraction based
>>>>> on the identification of prefixes?
>>>>> First identify a node "h-*" and then identify children "p-*" "u-*",
>>>>> "dt-*" and so on.
>>>>> You would write less, more robust and more maintainable code.
>>>>>
>>>>> regards,nisala
>>>>>>
>>>>> Best
>>>>> Michele
>>>>>
>>>>>>
>>>>>> On Monday, June 15, 2015, Michele Mostarda <
>>>>>> michele.mosta...@gmail.com> wrote:
>>>>>>
>>>>>>> Great job Nisala!
>>>>>>> Best
>>>>>>> Michele
>>>>>>>
>>>>>>> On 13 June 2015 at 20:28, Lewis John Mcgibbney <
>>>>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Excellent Nisala.
>>>>>>>> I committed your patch and your report looks good for now I am
>>>>>>>> making some comments.
>>>>>>>> Lewis
>>>>>>>>
>>>>>>>> On Mon, Jun 8, 2015 at 10:36 AM, Nisala Mendis 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Lewis,
>>>>&

Re: GSoC 2015 with Apache any23

2015-06-28 Thread Nisala Mendis
hi michele,
i have made changes according to your instructions and added feather test
cases.[1] added another weekly report to the wiki.
i already started implementing rest of the microformats2 extractors.
[1] https://github.com/nisalanirmana/any23/commits/gsoc_2015


On Mon, Jun 22, 2015 at 2:07 PM, Nisala Mendis  wrote:

> Hi Michele,
> I must really thankful for you taking time to review my work. Thanks for
> the suggestions too, I will improve my code and try to write code as much
> as generic possible using identifying prefixes. Thanks again.
> Regards
> Nisala
>
> On Mon, Jun 22, 2015 at 1:36 PM, Michele Mostarda <
> michele.mosta...@gmail.com> wrote:
>
>> Hi All,
>>
>> On 22 June 2015 at 04:12, Nisala Mendis  wrote:
>>
>>> Hi all,
>>> Here with I have attached a detailed analysis of diference between
>>> microfrmats 1 and 2. see this link [1].
>>> As a sample I have implemented extractors HAdr and HGeo with relavant
>>> unit test cases. According to the Microformats 2 spec HAdr can have HGeo as
>>> a nested property. I have includes the sample test cases to cover this
>>> scenario. See my fork under gsoc_2015 branch [2] please see the recent
>>> commit added HAdr and HGeo Extractors support. I can basically cover the
>>> rest of the using this approach. I am expecting a feedback so that I can
>>> move forward. Also note I have added week 2 and week 3 reports to the wiki
>>>
>>> [1]
>>> https://docs.google.com/document/d/17DXcr8jv7D41FOuR1Rba0Ex-4VVheMNInmBSygkih5E/edit?usp=sharing
>>>
>> Really interesting report, I added a small comment on it.
>>
>>> [2] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>>
>>>
>> core/src/main/java/org/apache/any23/extractor/html/microformats2/HAdrExtractor.java
>> Quick suggestion based on a really superficial analysis of your code:
>> isn't better to write a general logic to manage property extraction based
>> on the identification of prefixes?
>> First identify a node "h-*" and then identify children "p-*" "u-*",
>> "dt-*" and so on.
>> You would write less, more robust and more maintainable code.
>>
>> regards,nisala
>>>
>> Best
>> Michele
>>
>>>
>>> On Monday, June 15, 2015, Michele Mostarda 
>>> wrote:
>>>
>>>> Great job Nisala!
>>>> Best
>>>> Michele
>>>>
>>>> On 13 June 2015 at 20:28, Lewis John Mcgibbney <
>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>
>>>>> Excellent Nisala.
>>>>> I committed your patch and your report looks good for now I am making
>>>>> some comments.
>>>>> Lewis
>>>>>
>>>>> On Mon, Jun 8, 2015 at 10:36 AM, Nisala Mendis 
>>>>> wrote:
>>>>>
>>>>>> Hi Lewis,
>>>>>> Please note that I have added week 1 report and added a comment
>>>>>> attached patch to the jira[1].
>>>>>> [1]https://issues.apache.org/jira/browse/ANY23-185
>>>>>> Regards
>>>>>> Nisala
>>>>>>
>>>>>> On Mon, Jun 1, 2015 at 12:45 AM, Lewis John Mcgibbney <
>>>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code#GoogleSummerofCode-ProjectReports
>>>>>>>
>>>>>>> On Sun, May 31, 2015 at 12:09 PM, Lewis John Mcgibbney <
>>>>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Nisala,
>>>>>>>>
>>>>>>>> On Sun, May 31, 2015 at 11:10 AM, Nisala Mendis >>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> Hi Lewis,
>>>>>>>>> I really apologize for not sending any updates via private mails,
>>>>>>>>> I had uploaded my proposal already even before the GSoC selection 
>>>>>>>>> period,
>>>>>>>>> Once again I apologize for not informing you by mail this since I 
>>>>>>>>> assumed
>>>>>>>>> you noticed it.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks for the update and no problems at all. It was just a bit
>>>>>>>> concerning that around a month had gone by and we hadn't heard from 
>>>>>>>> you :)
>>>>>>>>
>>>>>>>>
>>>>>>>>> I started working things bit out waited to give you an update some
>>>>>>>>> concrete work. You can find my proposal in [1].
>>>>>>>>> [1]
>>>>>>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code
>>>>>>>>>
>>>>>>>>
>>>>>>>> I've added a section for your reports.
>>>>>>>> Please begin to populate the page based upon anything you've been
>>>>>>>> doing.
>>>>>>>> Thank you for writing to us, it's very much appreciated.
>>>>>>>> Lewis
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Lewis*
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Lewis*
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Michele Mostarda
>>>> Senior Software Engineer
>>>> skype: michele.mostarda
>>>> phone: +39 327 01 86 259
>>>> twitter: micmos
>>>> email: m...@michelemostarda.it
>>>> website: http://michelemostarda.it
>>>>
>>>
>>
>>
>> --
>> Michele Mostarda
>> Senior Software Engineer
>> skype: michele.mostarda
>> phone: +39 327 01 86 259
>> twitter: micmos
>> email: m...@michelemostarda.it
>> website: http://michelemostarda.it
>>
>
>


Re: GSoC 2015 with Apache any23

2015-06-22 Thread Nisala Mendis
Hi Michele,
I must really thankful for you taking time to review my work. Thanks for
the suggestions too, I will improve my code and try to write code as much
as generic possible using identifying prefixes. Thanks again.
Regards
Nisala

On Mon, Jun 22, 2015 at 1:36 PM, Michele Mostarda <
michele.mosta...@gmail.com> wrote:

> Hi All,
>
> On 22 June 2015 at 04:12, Nisala Mendis  wrote:
>
>> Hi all,
>> Here with I have attached a detailed analysis of diference between
>> microfrmats 1 and 2. see this link [1].
>> As a sample I have implemented extractors HAdr and HGeo with relavant
>> unit test cases. According to the Microformats 2 spec HAdr can have HGeo as
>> a nested property. I have includes the sample test cases to cover this
>> scenario. See my fork under gsoc_2015 branch [2] please see the recent
>> commit added HAdr and HGeo Extractors support. I can basically cover the
>> rest of the using this approach. I am expecting a feedback so that I can
>> move forward. Also note I have added week 2 and week 3 reports to the wiki
>>
>> [1]
>> https://docs.google.com/document/d/17DXcr8jv7D41FOuR1Rba0Ex-4VVheMNInmBSygkih5E/edit?usp=sharing
>>
> Really interesting report, I added a small comment on it.
>
>> [2] https://github.com/nisalanirmana/any23/commits/gsoc_2015
>>
>>
> core/src/main/java/org/apache/any23/extractor/html/microformats2/HAdrExtractor.java
> Quick suggestion based on a really superficial analysis of your code:
> isn't better to write a general logic to manage property extraction based
> on the identification of prefixes?
> First identify a node "h-*" and then identify children "p-*" "u-*", "dt-*"
> and so on.
> You would write less, more robust and more maintainable code.
>
> regards,nisala
>>
> Best
> Michele
>
>>
>> On Monday, June 15, 2015, Michele Mostarda 
>> wrote:
>>
>>> Great job Nisala!
>>> Best
>>> Michele
>>>
>>> On 13 June 2015 at 20:28, Lewis John Mcgibbney <
>>> lewis.mcgibb...@gmail.com> wrote:
>>>
>>>> Excellent Nisala.
>>>> I committed your patch and your report looks good for now I am making
>>>> some comments.
>>>> Lewis
>>>>
>>>> On Mon, Jun 8, 2015 at 10:36 AM, Nisala Mendis 
>>>> wrote:
>>>>
>>>>> Hi Lewis,
>>>>> Please note that I have added week 1 report and added a comment
>>>>> attached patch to the jira[1].
>>>>> [1]https://issues.apache.org/jira/browse/ANY23-185
>>>>> Regards
>>>>> Nisala
>>>>>
>>>>> On Mon, Jun 1, 2015 at 12:45 AM, Lewis John Mcgibbney <
>>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>>
>>>>>>
>>>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code#GoogleSummerofCode-ProjectReports
>>>>>>
>>>>>> On Sun, May 31, 2015 at 12:09 PM, Lewis John Mcgibbney <
>>>>>> lewis.mcgibb...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Nisala,
>>>>>>>
>>>>>>> On Sun, May 31, 2015 at 11:10 AM, Nisala Mendis 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Lewis,
>>>>>>>> I really apologize for not sending any updates via private mails, I
>>>>>>>> had uploaded my proposal already even before the GSoC selection period,
>>>>>>>> Once again I apologize for not informing you by mail this since I 
>>>>>>>> assumed
>>>>>>>> you noticed it.
>>>>>>>>
>>>>>>>
>>>>>>> Thanks for the update and no problems at all. It was just a bit
>>>>>>> concerning that around a month had gone by and we hadn't heard from you 
>>>>>>> :)
>>>>>>>
>>>>>>>
>>>>>>>> I started working things bit out waited to give you an update some
>>>>>>>> concrete work. You can find my proposal in [1].
>>>>>>>> [1]
>>>>>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code
>>>>>>>>
>>>>>>>
>>>>>>> I've added a section for your reports.
>>>>>>> Please begin to populate the page based upon anything you've been
>>>>>>> doing.
>>>>>>> Thank you for writing to us, it's very much appreciated.
>>>>>>> Lewis
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Lewis*
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Lewis*
>>>>
>>>
>>>
>>>
>>> --
>>> Michele Mostarda
>>> Senior Software Engineer
>>> skype: michele.mostarda
>>> phone: +39 327 01 86 259
>>> twitter: micmos
>>> email: m...@michelemostarda.it
>>> website: http://michelemostarda.it
>>>
>>
>
>
> --
> Michele Mostarda
> Senior Software Engineer
> skype: michele.mostarda
> phone: +39 327 01 86 259
> twitter: micmos
> email: m...@michelemostarda.it
> website: http://michelemostarda.it
>


Re: GSoC 2015 with Apache any23

2015-06-21 Thread Nisala Mendis
Hi all,
Here with I have attached a detailed analysis of diference between
microfrmats 1 and 2. see this link [1].
As a sample I have implemented extractors HAdr and HGeo with relavant unit
test cases. According to the Microformats 2 spec HAdr can have HGeo as a
nested property. I have includes the sample test cases to cover this
scenario. See my fork under gsoc_2015 branch [2] please see the recent
commit added HAdr and HGeo Extractors support. I can basically cover the
rest of the using this approach. I am expecting a feedback so that I can
move forward. Also note I have added week 2 and week 3 reports to the wiki

[1]
https://docs.google.com/document/d/17DXcr8jv7D41FOuR1Rba0Ex-4VVheMNInmBSygkih5E/edit?usp=sharing
[2] https://github.com/nisalanirmana/any23/commits/gsoc_2015

regards,nisala

On Monday, June 15, 2015, Michele Mostarda 
wrote:

> Great job Nisala!
> Best
> Michele
>
> On 13 June 2015 at 20:28, Lewis John Mcgibbney  > wrote:
>
>> Excellent Nisala.
>> I committed your patch and your report looks good for now I am making
>> some comments.
>> Lewis
>>
>> On Mon, Jun 8, 2015 at 10:36 AM, Nisala Mendis > > wrote:
>>
>>> Hi Lewis,
>>> Please note that I have added week 1 report and added a comment attached
>>> patch to the jira[1].
>>> [1]https://issues.apache.org/jira/browse/ANY23-185
>>> Regards
>>> Nisala
>>>
>>> On Mon, Jun 1, 2015 at 12:45 AM, Lewis John Mcgibbney <
>>> lewis.mcgibb...@gmail.com
>>> > wrote:
>>>
>>>>
>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code#GoogleSummerofCode-ProjectReports
>>>>
>>>> On Sun, May 31, 2015 at 12:09 PM, Lewis John Mcgibbney <
>>>> lewis.mcgibb...@gmail.com
>>>> > wrote:
>>>>
>>>>> Hi Nisala,
>>>>>
>>>>> On Sun, May 31, 2015 at 11:10 AM, Nisala Mendis >>>> > wrote:
>>>>>
>>>>>> Hi Lewis,
>>>>>> I really apologize for not sending any updates via private mails, I
>>>>>> had uploaded my proposal already even before the GSoC selection period,
>>>>>> Once again I apologize for not informing you by mail this since I assumed
>>>>>> you noticed it.
>>>>>>
>>>>>
>>>>> Thanks for the update and no problems at all. It was just a bit
>>>>> concerning that around a month had gone by and we hadn't heard from you :)
>>>>>
>>>>>
>>>>>> I started working things bit out waited to give you an update some
>>>>>> concrete work. You can find my proposal in [1].
>>>>>> [1]
>>>>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code
>>>>>>
>>>>>
>>>>> I've added a section for your reports.
>>>>> Please begin to populate the page based upon anything you've been
>>>>> doing.
>>>>> Thank you for writing to us, it's very much appreciated.
>>>>> Lewis
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Lewis*
>>>>
>>>
>>>
>>
>>
>> --
>> *Lewis*
>>
>
>
>
> --
> Michele Mostarda
> Senior Software Engineer
> skype: michele.mostarda
> phone: +39 327 01 86 259
> twitter: micmos
> email: m...@michelemostarda.it
> 
> website: http://michelemostarda.it
>


Re: GSoC 2015 with Apache any23

2015-06-08 Thread Nisala Mendis
Hi Lewis,
Please note that I have added week 1 report and added a comment attached
patch to the jira[1].
[1]https://issues.apache.org/jira/browse/ANY23-185
Regards
Nisala

On Mon, Jun 1, 2015 at 12:45 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

>
> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code#GoogleSummerofCode-ProjectReports
>
> On Sun, May 31, 2015 at 12:09 PM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
>> Hi Nisala,
>>
>> On Sun, May 31, 2015 at 11:10 AM, Nisala Mendis 
>> wrote:
>>
>>> Hi Lewis,
>>> I really apologize for not sending any updates via private mails, I had
>>> uploaded my proposal already even before the GSoC selection period, Once
>>> again I apologize for not informing you by mail this since I assumed you
>>> noticed it.
>>>
>>
>> Thanks for the update and no problems at all. It was just a bit
>> concerning that around a month had gone by and we hadn't heard from you :)
>>
>>
>>> I started working things bit out waited to give you an update some
>>> concrete work. You can find my proposal in [1].
>>> [1]
>>> https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code
>>>
>>
>> I've added a section for your reports.
>> Please begin to populate the page based upon anything you've been doing.
>> Thank you for writing to us, it's very much appreciated.
>> Lewis
>>
>>
>
>
>
> --
> *Lewis*
>


[jira] [Commented] (ANY23-185) Add missing element attributes to HTMLMetaExtractor

2015-06-02 Thread Nisala Mendis (JIRA)

[ 
https://issues.apache.org/jira/browse/ANY23-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569593#comment-14569593
 ] 

Nisala Mendis commented on ANY23-185:
-

Hi Lewis John McGibbney,
One thing I have notice in the spec[1] itemprop is stated as "unimplemented", 
and I cant really find a reason behind this labeling. WDYT ?
---
if the itemprop is set, a user-defined metadata, transparent for the user-agent 
as the semantics of the metadata is user-specific. Living Standard Unimplemented
---
Also for the cases other cases name and http-quiv and charset ( attribute 
type), this labeling has not been used and more information is given for these 
case where as for the itemprop case no any other information or sample case is 
provided. ( see examples in the bottom of the the spec ) So my patch is written 
considering these 3 cases except itemprop.
I am more than happy to include this case of itemprop if more information is 
available. :) 
[1]https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
Regards
Nisala

> Add missing  element attributes to HTMLMetaExtractor
> --
>
> Key: ANY23-185
> URL: https://issues.apache.org/jira/browse/ANY23-185
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 0.9.0
>Reporter: Lewis John McGibbney
>Assignee: Nisala Mendis
> Fix For: 1.2
>
> Attachments: ANY23-185_patch.patch
>
>
> Right now we only pick up 'name' and 'content' attributes within 
> HTMLMetaExtractor.
> We should add missing attributes as per the Mozilla specification 
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: GSoC 2015 with Apache any23

2015-05-31 Thread Nisala Mendis
Hi Lewis,
I really apologize for not sending any updates via private mails, I had
uploaded my proposal already even before the GSoC selection period, Once
again I apologize for not informing you by mail this since I assumed you
noticed it. I started working things bit out waited to give you an update
some concrete work. You can find my proposal in [1].
[1]https://cwiki.apache.org/confluence/display/ANY23/Google+Summer+of+Code
Regards
Nisala


On Sun, May 31, 2015 at 11:03 PM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Nisala,
> Thanks for getting in touch I was starting to get a bit worried as I
> hadn't heard from you and had emailed you a several times.
> I t is really encouraging to see that you are still working on Google
> Summer of Code as I thought that you had maybe changed your mind or that
> your plans had changed.
> It would have been nice to see you on the user@ and/or dev@ list during
> the community bonding period, however this time frame is now past and we
> have missed the opportunity for that one.
> I would like you to send me your wiki username for the Any23 wiki, we need
> you to put your proposal on there and begin writing up your intentions
> moving forward. This is a much better way for us to work things as oppose
> to strictly over email. Please keep working on Jira issues as you see fit
> it.
> Thanks
> Lewis
>
> [0]
> https://cwiki.apache.org/confluence/display/ANY23/Any23+Wiki+Home+Index
>
>
>
> On Sun, May 31, 2015 at 4:17 AM, Nisala Mendis  wrote:
>
>> Hi all,
>> Just to give you an update about the work which I carried through out the
>> past few weeks. I have been working with ANY23-185[1] issue related to
>> HTMLMetaExtractor which is somewhat related to my project related
>> extractors and already attached a patch to to JIRA with added more JUnit
>> test cases. As I noticed still there exist a unstable build for any23  and
>> I have disabled some test cases locally already related to core component
>> to pass the test cases thus I am not exactly sure if a further test fails,
>> but I have made changes to failed some of test cases of Any23Test because
>> of the changes of HTMLMetaExtractor.
>> I have already looked into the current extractors of microformats and
>> details to the specification. But I kindly request from my mentors, could
>> you please provide me some feedback regarding my proposal, so that I can
>> make some improvements along the way of implementation. Further I want to
>> mention that I will be working on the following fork for the time being. I
>> will update my work more frequently now onwards.
>> [1]https://issues.apache.org/jira/browse/ANY23-185
>> [2]https://github.com/nisalanirmana/any23
>> Regards
>> Nisala
>>
>> On Wed, May 6, 2015 at 11:21 PM, Michele Mostarda <
>> michele.mosta...@gmail.com> wrote:
>>
>>> Hi Nisala,
>>>
>>> On 29 April 2015 at 22:35, Lewis John Mcgibbney <
>>> lewis.mcgibb...@gmail.com> wrote:
>>>
>>>> Hi Nisala,
>>>>
>>>> On Wed, Apr 29, 2015 at 12:19 PM, 
>>>> wrote:
>>>>
>>>> >
>>>> > I must really thankful for Apache Any23 community for accepting my
>>>> proposal
>>>> > titled "Microformats2 support for Apache any23" and also Chris and
>>>> Lewis
>>>> > who volunteered to mentor my project for Google summer of code 2015.
>>>> I am
>>>> > very excited and honored to be selected and I am looking forward to
>>>> begin
>>>> > working with both of you as well as the Apache any23 community.
>>>>
>>>
>>> I'm happy too to read your enthusiasm!
>>>
>>>>
>>>>
>>>> I'm also really happy to find out that the project was accepted.
>>>> I think that Michele Mostarda will be involved in your mentoring as
>>>> well.
>>>>
>>>
>>> Yes I confirm I will support as co-mentor together with Lewis.
>>>
>>> Please give us some time to synchronize on the mentoring side and we can
>>>> begin to get working ;)
>>>>
>>>
>>> Lewis, do you manage to have a chat let say tomorrow (07 of May)?
>>>
>>> In the meantime, we have an unstable build. During the next week, you can
>>>> get to work by picking up some issues on the JIRA
>>>> https://issues.apache.org/jira/browse/ANY23
>>>
>>>
>>> Thanks Nisala
>>>
>>>>
>>>> Thanks
>>>> Lewis
>>>>
>>>
>>> Best
>>> Michele
>>>
>>>
>>> --
>>> Michele Mostarda
>>> Senior Software Engineer
>>> skype: michele.mostarda
>>> twitter: micmos
>>> mail: m...@michelemostarda.it
>>> site: http://michelemostarda.it
>>>
>>
>>
>
>
> --
> *Lewis*
>


Re: GSoC 2015 with Apache any23

2015-05-31 Thread Nisala Mendis
Hi all,
Just to give you an update about the work which I carried through out the
past few weeks. I have been working with ANY23-185[1] issue related to
HTMLMetaExtractor which is somewhat related to my project related
extractors and already attached a patch to to JIRA with added more JUnit
test cases. As I noticed still there exist a unstable build for any23  and
I have disabled some test cases locally already related to core component
to pass the test cases thus I am not exactly sure if a further test fails,
but I have made changes to failed some of test cases of Any23Test because
of the changes of HTMLMetaExtractor.
I have already looked into the current extractors of microformats and
details to the specification. But I kindly request from my mentors, could
you please provide me some feedback regarding my proposal, so that I can
make some improvements along the way of implementation. Further I want to
mention that I will be working on the following fork for the time being. I
will update my work more frequently now onwards.
[1]https://issues.apache.org/jira/browse/ANY23-185
[2]https://github.com/nisalanirmana/any23
Regards
Nisala

On Wed, May 6, 2015 at 11:21 PM, Michele Mostarda <
michele.mosta...@gmail.com> wrote:

> Hi Nisala,
>
> On 29 April 2015 at 22:35, Lewis John Mcgibbney  > wrote:
>
>> Hi Nisala,
>>
>> On Wed, Apr 29, 2015 at 12:19 PM, 
>> wrote:
>>
>> >
>> > I must really thankful for Apache Any23 community for accepting my
>> proposal
>> > titled "Microformats2 support for Apache any23" and also Chris and Lewis
>> > who volunteered to mentor my project for Google summer of code 2015. I
>> am
>> > very excited and honored to be selected and I am looking forward to
>> begin
>> > working with both of you as well as the Apache any23 community.
>>
>
> I'm happy too to read your enthusiasm!
>
>>
>>
>> I'm also really happy to find out that the project was accepted.
>> I think that Michele Mostarda will be involved in your mentoring as well.
>>
>
> Yes I confirm I will support as co-mentor together with Lewis.
>
> Please give us some time to synchronize on the mentoring side and we can
>> begin to get working ;)
>>
>
> Lewis, do you manage to have a chat let say tomorrow (07 of May)?
>
> In the meantime, we have an unstable build. During the next week, you can
>> get to work by picking up some issues on the JIRA
>> https://issues.apache.org/jira/browse/ANY23
>
>
> Thanks Nisala
>
>>
>> Thanks
>> Lewis
>>
>
> Best
> Michele
>
>
> --
> Michele Mostarda
> Senior Software Engineer
> skype: michele.mostarda
> twitter: micmos
> mail: m...@michelemostarda.it
> site: http://michelemostarda.it
>


[jira] [Commented] (ANY23-185) Add missing element attributes to HTMLMetaExtractor

2015-05-31 Thread Nisala Mendis (JIRA)

[ 
https://issues.apache.org/jira/browse/ANY23-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566507#comment-14566507
 ] 

Nisala Mendis commented on ANY23-185:
-

Hi Lewis, 
I have attached patch for the following issue. Please review the patch.
Regards
Nisala

> Add missing  element attributes to HTMLMetaExtractor
> --
>
> Key: ANY23-185
> URL: https://issues.apache.org/jira/browse/ANY23-185
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 0.9.0
>Reporter: Lewis John McGibbney
> Fix For: 1.3
>
> Attachments: ANY23-185_patch.patch
>
>
> Right now we only pick up 'name' and 'content' attributes within 
> HTMLMetaExtractor.
> We should add missing attributes as per the Mozilla specification 
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ANY23-185) Add missing element attributes to HTMLMetaExtractor

2015-05-31 Thread Nisala Mendis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ANY23-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nisala Mendis updated ANY23-185:

Attachment: ANY23-185_patch.patch

attached patch for the issue

> Add missing  element attributes to HTMLMetaExtractor
> --
>
> Key: ANY23-185
> URL: https://issues.apache.org/jira/browse/ANY23-185
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 0.9.0
>Reporter: Lewis John McGibbney
> Fix For: 1.3
>
> Attachments: ANY23-185_patch.patch
>
>
> Right now we only pick up 'name' and 'content' attributes within 
> HTMLMetaExtractor.
> We should add missing attributes as per the Mozilla specification 
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: GSoC 2015 with Apache any23

2015-04-28 Thread Nisala Mendis
Hi all,
I must really thankful for Apache Any23 community for accepting my proposal
titled "Microformats2 support for Apache any23" and also Chris and Lewis
who volunteered to mentor my project for Google summer of code 2015. I am
very excited and honored to be selected and I am looking forward to begin
working with both of you as well as the Apache any23 community.
Regards
Nisala

On Fri, Mar 27, 2015 at 9:01 PM, Nisala Mendis  wrote:

> Hi all,
> I have updated the any23 wiki and posted my proposal in Google melange.
> [1]
> http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/nisala12/5629499534213120
>
> regards
> Nisala
>
> On Thu, Mar 26, 2015 at 7:13 PM, Nisala Mendis  wrote:
>
>> Hi Lewis,
>> Thanks for adding me to the wiki. Can you please give some comments to my
>> previous mail on this thread regarding the microformat parser?
>> Regards
>> Nisala
>>
>> On Thu, Mar 26, 2015 at 7:07 PM, Lewis John Mcgibbney <
>> lewis.mcgibb...@gmail.com> wrote:
>>
>>> Hi Nisala,
>>>
>>> On Thu, Mar 26, 2015 at 12:23 AM, 
>>> wrote:
>>>
>>> >
>>> > Hi all,
>>> > The test failures I came across have been reported recently with
>>> > https://issues.apache.org/jira/browse/ANY23-256. Can I have access to
>>> the
>>> > ANY23 wiki, my user name is: nisala12.
>>> > Regards
>>> > Nisala
>>>
>>>
>>> DONE. Apologies for the delay. Best.
>>> Lewis
>>>
>>
>>
>


Re: GSoC 2015 with Apache any23

2015-03-27 Thread Nisala Mendis
Hi all,
I have updated the any23 wiki and posted my proposal in Google melange.
[1]
http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/nisala12/5629499534213120

regards
Nisala

On Thu, Mar 26, 2015 at 7:13 PM, Nisala Mendis  wrote:

> Hi Lewis,
> Thanks for adding me to the wiki. Can you please give some comments to my
> previous mail on this thread regarding the microformat parser?
> Regards
> Nisala
>
> On Thu, Mar 26, 2015 at 7:07 PM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
>> Hi Nisala,
>>
>> On Thu, Mar 26, 2015 at 12:23 AM, 
>> wrote:
>>
>> >
>> > Hi all,
>> > The test failures I came across have been reported recently with
>> > https://issues.apache.org/jira/browse/ANY23-256. Can I have access to
>> the
>> > ANY23 wiki, my user name is: nisala12.
>> > Regards
>> > Nisala
>>
>>
>> DONE. Apologies for the delay. Best.
>> Lewis
>>
>
>


Re: GSoC 2015 with Apache any23

2015-03-26 Thread Nisala Mendis
Hi Lewis,
Thanks for adding me to the wiki. Can you please give some comments to my
previous mail on this thread regarding the microformat parser?
Regards
Nisala

On Thu, Mar 26, 2015 at 7:07 PM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Nisala,
>
> On Thu, Mar 26, 2015 at 12:23 AM, 
> wrote:
>
> >
> > Hi all,
> > The test failures I came across have been reported recently with
> > https://issues.apache.org/jira/browse/ANY23-256. Can I have access to
> the
> > ANY23 wiki, my user name is: nisala12.
> > Regards
> > Nisala
>
>
> DONE. Apologies for the delay. Best.
> Lewis
>


Re: GSoC 2015 with Apache any23

2015-03-24 Thread Nisala Mendis
Hi all,
The test failures I came across have been reported recently with
https://issues.apache.org/jira/browse/ANY23-256. Can I have access to the
ANY23 wiki, my user name is: nisala12.
Regards
Nisala

On Thu, Mar 19, 2015 at 9:52 PM, Nisala Mendis  wrote:

> Hi all,
> I missed this response completely, sorry for the rate reply, I bit
> researched on microformats 2 as Any23 currently support only microformats
> parser support. This is area something I would like to work on. There are
> couple of questions I need clarify, if we want to retain original
> microformat support, then we should implement microfromat2 parsers from the
> scratch as there no native java libraries available for this. Actually
> there are good implementations available for .net and python. Is there any
> way we could reuse this libraries. Or can this GSoC be involved porting
> such library to java and integration to the any23 ?
> Regards
> Nisala
>
> On Wed, Mar 11, 2015 at 6:49 AM, Peter Ansell 
> wrote:
>
>> Hi Nisala,
>>
>> As Lewis mentions, the most important thing when reporting issues with
>> open source code is to include a small stack trace or error message in
>> the initial report. If we need more we will request it, but we need
>> some indication of the specific issue before we can help.
>>
>> Lewis, can I have edit access to the ANY23 wiki. My username is: ansell
>>
>> Thanks,
>>
>> Peter
>>
>> On 10 March 2015 at 05:23, Nisala Mendis  wrote:
>> > Hi all,
>> > I checked out the code from git and was able to successfully build it.
>> But
>> > there were some core component test failures as well as plugin component
>> > integration-test failures. But was able to remove some test dependencies
>> > from pom files and was able to build without tests. I am trying to be
>> > familiarize with the product while using parsers and extractors. The
>> idea
>> > of issue [Any23-249] is so broad It will need some pointers of guidance
>> in
>> > order grasp the issue and heading in the correct drection. Anyway I have
>> > good knowledge some the data formats any23 currently support etc JSON,
>> XML
>> > etc. I will try to review these parsers and extractors over those data
>> by
>> > going through samples over them using tool whether these are upto date
>> to
>> > the standards. I will come with my findings when I got through those
>> back
>> > in this mailing list.
>> > Thanks
>> > Nisala
>>
>
>


Re: GSoC 2015 with Apache any23

2015-03-19 Thread Nisala Mendis
Hi all,
I missed this response completely, sorry for the rate reply, I bit
researched on microformats 2 as Any23 currently support only microformats
parser support. This is area something I would like to work on. There are
couple of questions I need clarify, if we want to retain original
microformat support, then we should implement microfromat2 parsers from the
scratch as there no native java libraries available for this. Actually
there are good implementations available for .net and python. Is there any
way we could reuse this libraries. Or can this GSoC be involved porting
such library to java and integration to the any23 ?
Regards
Nisala

On Wed, Mar 11, 2015 at 6:49 AM, Peter Ansell 
wrote:

> Hi Nisala,
>
> As Lewis mentions, the most important thing when reporting issues with
> open source code is to include a small stack trace or error message in
> the initial report. If we need more we will request it, but we need
> some indication of the specific issue before we can help.
>
> Lewis, can I have edit access to the ANY23 wiki. My username is: ansell
>
> Thanks,
>
> Peter
>
> On 10 March 2015 at 05:23, Nisala Mendis  wrote:
> > Hi all,
> > I checked out the code from git and was able to successfully build it.
> But
> > there were some core component test failures as well as plugin component
> > integration-test failures. But was able to remove some test dependencies
> > from pom files and was able to build without tests. I am trying to be
> > familiarize with the product while using parsers and extractors. The idea
> > of issue [Any23-249] is so broad It will need some pointers of guidance
> in
> > order grasp the issue and heading in the correct drection. Anyway I have
> > good knowledge some the data formats any23 currently support etc JSON,
> XML
> > etc. I will try to review these parsers and extractors over those data by
> > going through samples over them using tool whether these are upto date to
> > the standards. I will come with my findings when I got through those back
> > in this mailing list.
> > Thanks
> > Nisala
>


GSoC 2015 with Apache any23

2015-03-09 Thread Nisala Mendis
Hi all,
I checked out the code from git and was able to successfully build it. But
there were some core component test failures as well as plugin component
integration-test failures. But was able to remove some test dependencies
from pom files and was able to build without tests. I am trying to be
familiarize with the product while using parsers and extractors. The idea
of issue [Any23-249] is so broad It will need some pointers of guidance in
order grasp the issue and heading in the correct drection. Anyway I have
good knowledge some the data formats any23 currently support etc JSON, XML
etc. I will try to review these parsers and extractors over those data by
going through samples over them using tool whether these are upto date to
the standards. I will come with my findings when I got through those back
in this mailing list.
Thanks
Nisala


[jira] [Commented] (ANY23-249) Update all W3C and other Standards Compliance within Any23

2015-03-07 Thread Nisala Mendis (JIRA)

[ 
https://issues.apache.org/jira/browse/ANY23-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351541#comment-14351541
 ] 

Nisala Mendis commented on ANY23-249:
-

Hi all,
I am nisala nirmana. I am currently a postgraduate student in University of 
Colombo while partly working as a research engineer at Dialog mobile 
communication research laboratory University of Moraturwa, Sri Lanka. I would 
like to know more detail on this project, I really appreciate a mentor could 
guide me to make more insight into the project.
Thanks All

> Update all W3C and other Standards Compliance within Any23
> --
>
> Key: ANY23-249
> URL: https://issues.apache.org/jira/browse/ANY23-249
> Project: Apache Any23
>  Issue Type: Improvement
>  Components: api, core, extractors, microdata, nquads
>Reporter: Lewis John McGibbney
>  Labels: gsoc2015
> Fix For: 1.3
>
>
> [~michele.mostarda] and [~lewismc] have been 
> [discussing|http://www.mail-archive.com/dev%40any23.apache.org/msg01517.html] 
> what would work well for an Any23 Google Summer of Code Project for 2015.
> It turns out that in order to rebuild confidence with the Any23 standards 
> compliance (in light of new W3c standards which may be emerged or advanced) 
> an in light of new non-W3C emerging standards such as 
> [microformats2|http://microformats.org/wiki/microformats-2] it would be a 
> very worthwhile effort to have one or more student(s) engage on 
>  * initially evaluating all of the existing standards compliance within Any23
>  * uncovering which aspects of the compiled list require attention e.g. 
> updating, overhauling, re-implementation, extension or otherwise
>  * progress on executing the above under supervision of one or more of the 
> assigned mentors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)