Masoud Kiaeeha

Results 9 issues of Masoud Kiaeeha

TigerXmlReader produces wrong begin and end index for target (SemPred) of a semantic frame when the target is noncontiguous. For instance in the following sentence: `w1 w2 w3 w4 w5...

🐛Bug
Module-io.tiger

When I export curated documents in xmi format I get a collection of documents like the following structure: ``` file1.xmi |_ CURATION_USER.xmi file2.xmi |_ CURATION_USER.xmi file3.xmi |_ CURATION_USER.xmi ... ```...

🆕Enhancement
Requested

Current implementation of [IobEncoder](https://github.com/dkpro/dkpro-core/blob/master/dkpro-core-api-io-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/api/io/IobEncoder.java) is not suitable for encoding annotations of type SemArg. IobEncoder requires an annotation type and a feature defined on that type. However, features of a SemArg...

⭐️ Enhancement
Module-api.io

The project has been released with groupId > org.dkpro.c4corpus But is still using the old package hierarchy i.e. > de.tudarmstadt.ukp.dkpro.c4corpus This should be fixed. Causes confusion when referencing to classes...

It would be helpful to add the functionality to boilerplate remover command line to also accept directories as input argument.

enhancement

Since recently Stanford lemmatizer requires pos tags (see issue 838 in dkpro-core: https://github.com/dkpro/dkpro-core/issues/838), so a POS tagger should be added to the pipeline before the lemmatizer.

Some time ago I had a discussion with @reckart about a project I am working on where we need paragraph- or even sentence-level language annotations in our document. Then the...

⭐️ Enhancement
Module-api.segmentation

These changes introduce two new features for FreezingRule default store * Raise error when a freezing rule has zero violations. This can be enabled by setting the property `default.warnEmptyRuleViolation=true`. For...

These changes bring 2 features * clean up of frozen rules in `stored.rules` where the corresponding file does not exist in the store directory * clean up of files in...