You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task extraction currently uses a list of generalized verbs that denote a programming task. The list is available here. However, this list is too general and causes many false positives and negatives. Implemented in the code is the functionality to use custom verb lists for the different domains, which drastically improves accuracy, but that means someone needs to make a "domain list" for the different software domains for potential libraries in that domain to use.
Currently, domain lists are disabled.
The text was updated successfully, but these errors were encountered:
The task extraction currently uses a list of generalized verbs that denote a programming task. The list is available here. However, this list is too general and causes many false positives and negatives. Implemented in the code is the functionality to use custom verb lists for the different domains, which drastically improves accuracy, but that means someone needs to make a "domain list" for the different software domains for potential libraries in that domain to use.
Currently, domain lists are disabled.
The text was updated successfully, but these errors were encountered: