Method | Description | |
---|---|---|
GetText ( NBoilerpipe.Document.TextDocument doc ) : string |
Extracts text from the given
|
|
GetText ( string html ) : string |
Extracts text from the HTML code given as a String. Extracts text from the HTML code given as a String. |
|
Process ( NBoilerpipe.Document.TextDocument arg1 ) : bool |
public GetText ( NBoilerpipe.Document.TextDocument doc ) : string | ||
doc | NBoilerpipe.Document.TextDocument |
/// The
/// |
return | string |
public GetText ( string html ) : string | ||
html | string | The HTML code as a String. |
return | string |
public abstract Process ( NBoilerpipe.Document.TextDocument arg1 ) : bool | ||
arg1 | NBoilerpipe.Document.TextDocument | |
return | bool |