Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Proposal Relevance System

Yes, that mostly answers my question.

Deepak

On Wed, Aug 15, 2012 at 5:41 PM, Marcel Bruch <bruch@xxxxxxxxxxxxxxxxxx> wrote:
> I haven’t thought about it in detail but:
>
> Where: ASTNode or CompletionOnXYZ Node with some additional location information like "in Local Variable Declaration", in Field Declaration, in if statement etc. (i.e., the CompletionNodeParent in most cases)
> When: Other context information that is already available at completion time like other variables, method calls, or annotations available etc.
>
>
> Does that answer your question? I think to provide more details I’ve to write down a few example scenarios.
>
> On 15.08.2012, at 13:50, Deepak Azad wrote:
>
>>> We’ll collect a few completion statistics (what was applied when, where,
>>> proposal rank and the like) and train an optimized ranking system.
>> I would be interested to know how you define 'when' and 'where'. Do
>> you define it in terms of ASTNodes or something else?
>>
>> Deepak
>> _______________________________________________
>> jdt-ui-dev mailing list
>> jdt-ui-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
>
> --
> Eclipse Code Recommenders:
>  w eclipse.org/recommenders
>  w about.me/mbruch
>
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev


Back to the top