-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
92 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...astel/mcse/ardoco/core/api/stage/recommendationgenerator/RecommendationStateStrategy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
...a/edu/kit/kastel/mcse/ardoco/core/api/stage/textextraction/NounMappingChangeListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
/* Licensed under MIT 2022-2024. */ | ||
package edu.kit.kastel.mcse.ardoco.core.api.stage.textextraction; | ||
|
||
import java.io.Serializable; | ||
|
||
public interface NounMappingChangeListener extends Serializable { | ||
/** | ||
* @deprecated should be replaced to make mappings serializable | ||
*/ | ||
@Deprecated | ||
public interface NounMappingChangeListener { | ||
void onDelete(NounMapping deletedNounMapping, NounMapping replacement); | ||
} |
8 changes: 5 additions & 3 deletions
8
...edu/kit/kastel/mcse/ardoco/core/api/stage/textextraction/PhraseMappingChangeListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
/* Licensed under MIT 2022-2024. */ | ||
package edu.kit.kastel.mcse.ardoco.core.api.stage.textextraction; | ||
|
||
import java.io.Serializable; | ||
|
||
public interface PhraseMappingChangeListener extends Serializable { | ||
/** | ||
* @deprecated should be replaced to make mappings serializable | ||
*/ | ||
@Deprecated | ||
public interface PhraseMappingChangeListener { | ||
void onDelete(PhraseMapping deletedPhraseMapping, PhraseMapping replacement); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
framework/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/api/text/DependencyTag.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...ork/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/common/AggregationFunctions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
framework/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/common/Internal.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
framework/common/src/main/java/edu/kit/kastel/mcse/ardoco/core/pipeline/agent/Claimant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
/* Licensed under MIT 2022-2024. */ | ||
package edu.kit.kastel.mcse.ardoco.core.pipeline.agent; | ||
|
||
import java.io.Serializable; | ||
|
||
/** | ||
* This is a marker interface for classes that claim something, i.e., an intermediate result with usually a certain confidence. | ||
*/ | ||
// TODO Serializable for Confidence | ||
public interface Claimant extends Serializable { | ||
// TODO Serializable for Confidence ?? | ||
public interface Claimant { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.