public class BasicArticleParser extends Object implements ArticleParser
Basic Parser for parsing and assembling a given article
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
BasicArticleParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
assemble(Article article)
Assemble an article into a sequence of text which could be saved in files for future use.
|
Article |
parse(String line)
Parse a sequence of text into an article
|
protected String |
processText(String text) |
public Article parse(String line)
ArticleParserparse in interface ArticleParserline - the sequence of textpublic String assemble(Article article)
ArticleParserassemble in interface ArticleParserarticle - the article for assemblingCopyright © 2018 JULIE Lab, Germany. All rights reserved.