Skip to content

Latest commit

 

History

History
168 lines (65 loc) · 6.11 KB

File metadata and controls

168 lines (65 loc) · 6.11 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.3 (2026-01-23)

Bug Fixes

2.3.2 (2024-11-05)

Note: Version bump only for package @ezs/teeft

2.3.1 (2023-09-08)

Note: Version bump only for package @ezs/teeft

2.3.0 (2023-04-14)

Features

  • @ezs/teeft: Add remove-short- remove-long- remove-weird-terms (dc2db54)

2.2.3 (2023-03-28)

Reverts

  • Revert "chore: 🤖 use lerna exec instead bootstrap" (56375ee)

2.2.2 (2023-01-05)

Note: Version bump only for package @ezs/teeft

2.2.1 (2022-06-21)

Note: Version bump only for package @ezs/teeft

2.2.0 (2022-02-07)

Features

  • 🎸 module.exports for all packages (086a289)

2.1.3 (2022-01-31)

Note: Version bump only for package @ezs/teeft

2.1.2 (2022-01-27)

Note: Version bump only for package @ezs/teeft

2.1.1 (2021-12-16)

Bug Fixes

  • teeft: Make stop-words work with more than one document (3ed6ac9)

2.1.0 (2021-12-15)

Features

  • teeft: Improve French teeft (ebc853a)

2.0.0 (2021-12-13)

Features

  • teeft: Add English language to extract-terms (bff027a)
  • teeft: Add English language to natural-tag (e487813)
  • teeft: Add English stopwords (b0301ce)
  • teeft: Add English to filter-tags (41c5fc6)
  • teeft: Add English to specificity (65e018f)
  • teeft: Add example scripts (bc1fcc4)

BREAKING CHANGES

  • teeft: Replace weightDictionary param with lang.
  • teeft: Use lang instead of stopwords argument.

1.1.0 (2021-12-06)

Bug Fixes

  • teeft: Fix filter-tags input structure (573626c)
  • teeft: Fix latest test (9e27f2a)

Features

  • teeft: Add .npmignore (ff0f202)
  • teeft: Add filter-mono-freq (6a6d278)
  • teeft: Add filter-multi-spec (995e11d)
  • teeft: Add filter-tag and extract-terms (f4152b7)
  • teeft: Add natural-tag (4c38753)
  • teeft: Add remove-numbers (e8362f9)
  • teeft: Add sentence-tokenize (546b363)
  • teeft: Add specificity (ead4c39)
  • teeft: Add stop-words (2ebd75c)
  • teeft: Add sum-up-frequencies (68a93ff)
  • teeft: Add TeeftGetFilesContent and TeeftListFiles (4d9d9a2)
  • teeft: Add to-lower-case (3a1c90b)
  • teeft: Add tokenize (52c9b42)
  • teeft: Change default minFrequency for filter-mono-freq (8f37b1c)
  • teeft: Make get-files-content return one-level array (4b7eaa2)
  • teeft: Make list-files return a one-level array (a2b7e3b)