| |
- yahoo.search.dom.DOMResultParser(yahoo.search.parser.ResultParser)
-
- TermExtraction
class TermExtraction(yahoo.search.dom.DOMResultParser) |
|
TermExtraction - DOM parser for Term Extraction queries
Return the list of words and phrases related to the context and
the optional query string. The results from this search are slightly
different compared to other services, it's just a simple list of
words and phrases. |
|
- Method resolution order:
- TermExtraction
- yahoo.search.dom.DOMResultParser
- yahoo.search.parser.ResultParser
- __builtin__.object
Methods inherited from yahoo.search.dom.DOMResultParser:
- parse_results(self, dom_object)
- This is a simple DOM parser for all Yahoo Search services. It
expects to find a top-level node named ResultSet. This is the main
entry point for the DOM parser, and it requires a properly con-
structed DOM object (e.g. using minidom).
Methods inherited from yahoo.search.parser.ResultParser:
- __init__(self, service, res_dict=<class 'yahoo.search.parser.ResultDict'>)
- __iter__(self)
Data descriptors inherited from yahoo.search.parser.ResultParser:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- firstResultPosition
- The first result position
- first_result_position
- The first result position
- results
- The list of all results
- service
- The Search Web Service object for this results parser
- totalResultsAvailable
- Total number of results for the query
- totalResultsReturned
- The number of results returned
- total_results_available
- Total number of results for the query
- total_results_returned
- The number of results returned
| |