Sentence Splitter Versions Save

Split {Japanese, English} text into sentences.

v5.0.0

6 months ago

What's Changed

[!NOTE] No API Changes.

Breaking Changes

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.4.1...v5.0.0

v4.4.1

6 months ago

What's Changed

Bug Fixes

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.4.0...v4.4.1

v4.4.0

6 months ago

What's Changed

Features

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.3.0...v4.4.0

v4.3.0

7 months ago

What's Changed

Features

Testing

New Contributors

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.2.1...v4.3.0

v4.2.1

1 year ago

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.2.0...v4.2.1

v4.2.0

1 year ago

What's Changed

Features

Thie release add contexts that include PairMark nodes. You can get location information for PairMark like "..." or 「...」 in a sentence. See https://sentence-splitter.netlify.app/#He%20said%20%22This%20is%20a%20pen.%20I%20like%20it%22.

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v4.1.0...v4.2.0

v4.1.0

1 year ago

Features

  • export { DefaultSentenceSplitterOptions } (48831d3)

v4.0.2

1 year ago

Bug Fixes

v4.0.1

1 year ago

Bug Fixes

v4.0.0

1 year ago

What's Changed

Breaking Changes

  • Dual Package
    • You can import this library as CJS and ESM
  • Update @textlint/ast-node-types
    • Export SentenceTxtNode that extends TxtNode
  • Require Node.js 16+
    • Now, output ES2020+ codes
  • Remove CLI
  • Rename Syntax to SentenceSplitterSyntax
- import { Syntax } from " sentence-splitter"
+ import { SentenceSplitterSyntax } from "sentence-splitter"

Full Changelog: https://github.com/textlint-rule/sentence-splitter/compare/v3.2.3...v4.0.0