Project

General

Profile

Feature #2975

Updated by Ram Kordale over 1 year ago

Currently, there is support for youtube books. going forward, please add support for non-youtube books also. For example, we should be able to support Python library reference. 

 In youtube books, for any url U, we can have multiple documents with Input: o-url starting O, threshold T 
 Output: List of purple links with U. 

 Similarly, in non-youtube books, for any url U, we can results that have multiple documents with o-url starting with U.. 

 In all cases, we need score > T. Format of each entry is as follows: 
 <purple link text> : list of <section hierarchy>: <o-url> 


 This needs to get purple links work for both youtube and results for all such documents. non-youtube books.

Back