Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "systemDict" : "system_core.dic",
  3. "inputTextPlugin" : [
  4. { "class" : "com.worksap.nlp.sudachi.DefaultInputTextPlugin" },
  5. { "class" : "com.worksap.nlp.sudachi.ProlongedSoundMarkInputTextPlugin",
  6. "prolongedSoundMarks": ["ー", "-", "⁓", "〜", "〰"],
  7. "replacementSymbol": "ー"}
  8. ],
  9. "oovProviderPlugin" : [
  10. { "class" : "com.worksap.nlp.sudachi.MeCabOovProviderPlugin" },
  11. { "class" : "com.worksap.nlp.sudachi.SimpleOovProviderPlugin",
  12. "oovPOS" : [ "補助記号", "一般", "*", "*", "*", "*" ],
  13. "leftId" : 5968,
  14. "rightId" : 5968,
  15. "cost" : 3857 }
  16. ],
  17. "pathRewritePlugin" : [
  18. { "class" : "com.worksap.nlp.sudachi.JoinNumericPlugin",
  19. "joinKanjiNumeric" : true },
  20. { "class" : "com.worksap.nlp.sudachi.JoinKatakanaOovPlugin",
  21. "oovPOS" : [ "名詞", "普通名詞", "一般", "*", "*", "*" ],
  22. "minLength" : 3
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement