Method | Description | |
---|---|---|
GetDisambiguationPagesFromParsedWikiDump ( string parsedInput ) : List |
Load and show parsed XML file
|
|
GetDisambiguationPagesFromWikiDump ( string rawInput ) : List |
Load, parse and show raw XML wiki dump file
|
|
GetPageLongDescription ( string text, string title ) : string |
Remove metadata from raw long description
|
|
LoadDisambiguationPagesEmpty ( string parsedInput, List |
Load all disambiguation pages without additional informations (only list of them)
|
|
LoadEmptyPagesForDisambiguationPage ( string parsedInput, int index, List |
Load all pages for selected disambiguation page without additional informations (only list of them)
|
|
LoadPageInfo ( string parsedInput, int indexDS, int indexP, PageInfo page ) : void |
Load info about selected page
|
|
RemoveDuplicatePages ( List |
Remove pages that are duplicates
|
Method | Description | |
---|---|---|
FillDisambiguationPages ( string rawInput, List |
Find all pages for found disambiguation pages in raw wiki dump
|
|
FindDisambiguationPages ( string rawInput, List |
Find all disambiguation pages in raw wiki dump
|
|
LoadDisambiguationPages ( string parsedInput, List |
Load and show parsed XML file
|
public GetDisambiguationPagesFromParsedWikiDump ( string parsedInput ) : List |
||
parsedInput | string | |
return | List |
public GetDisambiguationPagesFromWikiDump ( string rawInput ) : List |
||
rawInput | string | |
return | List |
public GetPageLongDescription ( string text, string title ) : string | ||
text | string | |
title | string | |
return | string |
public LoadDisambiguationPagesEmpty ( string parsedInput, List |
||
parsedInput | string | |
disambiguationPages | List |
|
return | void |
public LoadEmptyPagesForDisambiguationPage ( string parsedInput, int index, List |
||
parsedInput | string | |
index | int | |
pages | List |
|
return | void |
public LoadPageInfo ( string parsedInput, int indexDS, int indexP, PageInfo page ) : void | ||
parsedInput | string | |
indexDS | int | |
indexP | int | |
page | PageInfo | |
return | void |
public RemoveDuplicatePages ( List |
||
disambiguationPages | List |
|
return | void |