Skip to content

Commit

Permalink
try to satisfy sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 25, 2024
1 parent 81f3e62 commit 97c0760
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions src/main/java/com/worksap/nlp/sudachi/MorphemeImplBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package com.worksap.nlp.sudachi;

import java.util.List;

import com.worksap.nlp.sudachi.dictionary.Grammar;
import com.worksap.nlp.sudachi.dictionary.POS;
import com.worksap.nlp.sudachi.dictionary.WordInfo;
Expand All @@ -36,21 +34,6 @@ abstract class MorphemeImplBase implements Morpheme {

protected abstract StringsCache strings();

@Override
public abstract int begin();

@Override
public abstract int end();

@Override
public abstract String surface();

@Override
public abstract List<Morpheme> split(Tokenizer.SplitMode mode);

@Override
public abstract int getWordId();

@Override
public POS partOfSpeech() {
WordInfo wi = getWordInfo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import com.worksap.nlp.sudachi.dictionary.Grammar;
import com.worksap.nlp.sudachi.dictionary.Lexicon;
import com.worksap.nlp.sudachi.dictionary.POS;
import com.worksap.nlp.sudachi.dictionary.WordInfo;

/**
Expand Down

0 comments on commit 97c0760

Please sign in to comment.