Class | Description |
---|---|
AddRedirectIdCLI |
Add redirects takes a file containing a list
of serialized TitleRedirectId sorted by title,
and create a file containing only the mapping
between the redirect text (in the first column, instead
of the second)
and id of the target article.
|
ExportArticlesIdCLI |
GenerateArticleIdCLI takes the Json dump of Wikipedia and creates a file
which contains the mapping between each article title (the label) to an int
(used to represent the entity in the framework).
|
IndexIdToLabelCLI |
Takes a file containing a list of TitleRedirectId and indexes the mapping
id -> title . |
IndexLabelToIdCLI |
Takes a file containing a list of TitleRedirectId and indexes the mapping
title -> id . |
Copyright © 2013. All rights reserved.