パッケージ nlp4j
クラス DocumentProcessor
- java.lang.Object
-
- nlp4j.DocumentProcessor
-
public class DocumentProcessor extends Object
Crawl, Annotate, Import Documents.- 導入されたバージョン:
- 1.3.1.0
- 作成者:
- Hiroki Oya
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DocumentProcessor(Properties props)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 List<Document>
annotateDocuments()
Annotate Documents.List<Document>
crawlDocuments()
Crawl DocumentsArrayList<Document>
getDocs()
void
importDocuments()
Import documents to document repository, database, index, etc.static void
main(String[] args)
-
-
-
コンストラクタの詳細
-
DocumentProcessor
public DocumentProcessor(Properties props)
- パラメータ:
props
-
-
-
メソッドの詳細
-
crawlDocuments
public List<Document> crawlDocuments() throws Exception
Crawl Documents- 例外:
Exception
-
annotateDocuments
public List<Document> annotateDocuments() throws Exception
Annotate Documents. Add metadata to documents.- 戻り値:
- 例外:
Exception
-
importDocuments
public void importDocuments() throws Exception
Import documents to document repository, database, index, etc.- 例外:
Exception
-
-