Skip to content

Commit

Permalink
Merge branch 'grobid-lucene-analyzers'
Browse files Browse the repository at this point in the history
# Conflicts:
#	grobid-core/localLibs/grobid-lucene-analysers-0.0.1.jar
  • Loading branch information
lfoppiano committed Jan 19, 2025
2 parents a638a69 + 48bb423 commit c0e6525
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ subprojects {
// to avoid missing dependencies from the projects that include grobid-core (see 'jar' task in grobid-core)
localLibs = ['crfpp-1.0.2.jar',
'langdetect-1.1-20120112.jar',
'wipo-analysers-0.0.2.jar',
'grobid-lucene-analysers-0.0.1.jar',
'imageio-pnm-1.0.jar',
'wapiti-1.5.0.jar']
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import org.grobid.core.utilities.UnicodeUtil;
import org.grobid.core.utilities.LayoutTokensUtil;
import org.wipo.nlp.textboundaries.ReTokenizer;
import org.wipo.nlp.textboundaries.ReTokenizerFactory;
import org.grobid.nlp.textboundaries.ReTokenizer;
import org.grobid.nlp.textboundaries.ReTokenizerFactory;

import java.util.List;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.commons.lang3.tuple.Pair;
import org.grobid.core.engines.label.TaggingLabels;
import org.grobid.core.utilities.Triple;
import org.wipo.analyzers.wipokr.utils.StringUtil;
import org.grobid.analyzers.grobidkr.utils.StringUtil;

import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit c0e6525

Please sign in to comment.