sudachi-ts 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1974,6 +1974,15 @@ const VERB_SEQUENCE_RULES = [
1974
1974
  },
1975
1975
  ];
1976
1976
  const PHRASE_SEQUENCE_RULES = [
1977
+ {
1978
+ name: 'na_adjective_attributive',
1979
+ priority: 75,
1980
+ resultType: 'phrase',
1981
+ pattern: [
1982
+ { pos0: '形状詞' },
1983
+ { surface: 'な', dictionaryForm: 'だ', pos0: '助動詞' },
1984
+ ],
1985
+ },
1977
1986
  {
1978
1987
  name: 'noun_teki_suffix',
1979
1988
  priority: 75,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sudachi-ts",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "TypeScript port of Sudachi morphological analyzer for Japanese text",
5
5
  "keywords": [
6
6
  "morphological-analyzer",