Skip to content

Commit

Permalink
Merge branch 'develop' into release/5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshi-matsuda committed Apr 18, 2018
2 parents c5c5e5a + 48fcf40 commit cf10d6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ The sudachi\_part\_of\_speech token filter removes tokens that match a set of pa
"settings": {
"index": {
"analysis": {
"filter": {},
"tokenizer": {
"sudachi_tokenizer": {
"type": "sudachi_tokenizer",
Expand Down Expand Up @@ -163,7 +162,6 @@ The sudachi\_ja\_stop token filter filters out Japanese stopwords (_japanese_),
"settings": {
"index": {
"analysis": {
"filter": {},
"tokenizer": {
"sudachi_tokenizer": {
"type": "sudachi_tokenizer",
Expand Down Expand Up @@ -241,7 +239,6 @@ The sudachi\_baseform token filter replaces terms with their SudachiBaseFormAttr
"settings": {
"index": {
"analysis": {
"filter": {},
"tokenizer": {
"sudachi_tokenizer": {
"type": "sudachi_tokenizer",
Expand Down

0 comments on commit cf10d6f

Please sign in to comment.