public interface ArticleParser
Interface of Article Parser
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| 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 content)
Parse a sequence of text into an article
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.