public class MedArticleParser extends Object implements ArticleParser
TREC medical article parser
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
MedArticleParser() |
| 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
|
public Article parse(String content)
ArticleParserparse in interface ArticleParsercontent - the sequence of textpublic String assemble(Article article)
ArticleParserassemble in interface ArticleParserarticle - the article for assemblingCopyright © 2018 JULIE Lab, Germany. All rights reserved.