From 14c7a956e921bb0c65d011884243cc4814891e49 Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Mon, 3 Jul 2023 05:36:14 +0900 Subject: [PATCH] fix: use CJKAnalyzer --- assembler.ttl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/assembler.ttl b/assembler.ttl index 1974a2e..52a4a71 100644 --- a/assembler.ttl +++ b/assembler.ttl @@ -37,15 +37,7 @@ tdb2:DatasetTDB2 rdfs:subClassOf ja:RDFDataset . . <#text-analyzer> a text:GenericAnalyzer ; - text:class "org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper" ; - text:params ( - [ text:paramName "defaultAnalyzer" ; - text:paramType text:TypeAnalyzer ; - text:paramValue [ a text:SimpleAnalyzer ] ] - [ text:paramName "maxShingleSize" ; - text:paramType text:TypeInt ; - text:paramValue 3 ] - ) + text:class "org.apache.lucene.analysis.cjk.CJKAnalyzer" ; . <#entity-map> a text:EntityMap ;