Skip to content

Commit 6e7c3e4

Browse files
authored
Merge pull request #196 from lanl/develop
v0.0.43 adds Ocelot sub-module to Cheetah, a module for filtering documents using n-grams; updates AutoBunny to support simpler block-style usage within pipelines; introduces a block for summarizing term matches when applying Ocelot filtering; and includes accompanying example notebooks.
2 parents 1729628 + 1efcbc0 commit 6e7c3e4

132 files changed

Lines changed: 2531 additions & 317 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.42
1+
version: 0.0.43
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: Eren
@@ -20,7 +20,7 @@ authors:
2020
- family-names: Alexandrov
2121
given-names: Boian
2222
title: "Tensor Extraction of Latent Features (T-ELF)"
23-
version: 0.0.42
23+
version: 0.0.43
2424
url: https://github.com/lanl/T-ELF
2525
doi: 10.5281/zenodo.10257897
2626
date-released: 2023-12-04

TELF/applications/Bunny/auto_bunny.py

100644100755
Lines changed: 160 additions & 28 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .cheetah import Cheetah
22
from .term_formatter import CheetahTermFormatter, convert_txt_to_cheetah_markdown
3-
from .term_generator import SearchTermGenerator
3+
from .term_generator import SearchTermGenerator
4+
from .ocelot import Ocelot

0 commit comments

Comments
 (0)