Skip to content

Commit

Permalink
#36 - Create metadata descriptions based on OMTD-SHARE schema
Browse files Browse the repository at this point in the history
- updated metadata annotation for XmiNerPipeline
  • Loading branch information
maxxkia committed Dec 5, 2017
1 parent 29986c0 commit 7acf4ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import eu.openminted.uc.socialsciences.ner.Pipeline;

@Component(value = ComponentConstants.ComponentTypeConstants.namedEntityRecognizer)
@ResourceInput(type = "corpus", dataFormat = @DataFormat(fileExtension = ".xmi"), encoding = "UTF-8", keyword = "xmi")
@ResourceOutput(type = "corpus", dataFormat = @DataFormat(fileExtension = ".xmi"), encoding = "UTF-8", keyword = "xmi")
@ResourceInput(type = "corpus", dataFormat = @DataFormat(dataFormat = "xmi"), encoding = "UTF-8", keyword = "xmi")
@ResourceOutput(type = "corpus", dataFormat = @DataFormat(dataFormat = "xmi"), encoding = "UTF-8", keyword = "xmi, ner, named entity annotation")
public class XmiNerPipeline
{
private static final Logger logger = LogManager.getLogger(XmiNerPipeline.class);
Expand Down

0 comments on commit 7acf4ca

Please sign in to comment.