Static Public Member Functions | |
| static NSArray< String > | termExtraction (String appid, String content, String context, Integer maxTerms) throws IOException, SAXException, ParserConfigurationException, FactoryConfigurationError |
| static NSArray<String> termExtraction | ( | String | appid, | |
| String | content, | |||
| String | context, | |||
| Integer | maxTerms | |||
| ) | throws IOException, SAXException, ParserConfigurationException, FactoryConfigurationError [static] |
Returns a term extraction of significant words or phrases from the given content using the Yahoo Term Extraction service: http://developer.yahoo.com/search/content/V1/termExtraction.html.
| appid | your Yahoo application ID (see https://developer.yahoo.com/wsregapp/ ) | |
| content | the content to extract terms from | |
| context | an optional search phrase that can provide context for the term extraction | |
| maxTerms | the maximum number of terms to return, or null for unlimited |
| IOException | ||
| SAXException | ||
| ParserConfigurationException | ||
| FactoryConfigurationError |
1.5.8