public class WikiDocumentCrawler2
extends nlp4j.crawler.AbstractCrawler
implements nlp4j.crawler.Crawler
Properties: wikidumpfile: File path of wiki dump. wikiindexfile: File path of wiki index.
コンストラクタと説明 |
---|
WikiDocumentCrawler2() |
修飾子とタイプ | メソッドと説明 |
---|---|
List<nlp4j.Document> |
crawlDocuments()
Document : "item","wikitetxt","wikiplaintext","wikihtml"
|
void |
setProperty(String key,
String value)
wikidumpfile: Dump file of wiki
wikiindexfile: Index file of wiki
|
public List<nlp4j.Document> crawlDocuments()
crawlDocuments
インタフェース内 nlp4j.crawler.Crawler
crawlDocuments
クラス内 nlp4j.crawler.AbstractCrawler
Copyright © 2021 nlp4j.org. All rights reserved.