Machine Learning Library
Classes | Macros | Functions
mvGenerator.h File Reference
#include <iostream>
#include <stdio.h>
#include "soapH.h"
#include "ParseText.hh"
#include "CDataset.h"
#include "stemming/english_stem.h"
#include <ext/hash_map>
#include <set>
#include <stdlib.h>
#include "MySQL.hh"

Go to the source code of this file.

Classes

class  mvGenerator
 

Macros

#define KEY   "gBZjV4BQFHLsnOnD72hRRtBI50aWolQA"
 
#define GOOGLEURL   "http://api.google.com/search/beta2"
 
#define GOOGLEACTION   "urn:GoogleSearchAction"
 

Functions

int doSearch (char *pcQuery, char ***pppcTitles, char ***pppcSnippets, char ***pppcURLs, int iMaxNumber)
 

Macro Definition Documentation

#define GOOGLEACTION   "urn:GoogleSearchAction"
#define GOOGLEURL   "http://api.google.com/search/beta2"
#define KEY   "gBZjV4BQFHLsnOnD72hRRtBI50aWolQA"

Function Documentation

int doSearch ( char *  pcQuery,
char ***  pppcTitles,
char ***  pppcSnippets,
char ***  pppcURLs,
int  iMaxNumber 
)