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 f7d0ad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions src/main/java/com/worksap/nlp/sudachi/MorphemeImplBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,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 f7d0ad8

Please sign in to comment.