Skip to content

Commit

Permalink
#52 - Implement feature extractors from GESIS paper
Browse files Browse the repository at this point in the history
- removed redundandt parameter PARAM_RESOURCE_NAME from TheSozMetaCollector
  • Loading branch information
maxxkia committed Nov 9, 2017
1 parent da47aa5 commit b209cdc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
public class TheSozMetaCollector
extends LuceneBasedMetaCollector
{
public static final String PARAM_RESOURCE_NAME = "knowledgeBaseName";
@ConfigurationParameter(name = PARAM_RESOURCE_NAME, mandatory = true)
protected String knowledgeBaseName;

protected KnowledgeBaseResource kbr;

public static final String PARAM_STOPWORDS_FILE = "stopwordsFile";
Expand Down

0 comments on commit b209cdc

Please sign in to comment.