GameSentenceMiner 2.3.3__py3-none-any.whl → 2.3.5__py3-none-any.whl

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.
@@ -102,7 +102,7 @@ class Screenshot:
102
102
  extension: str = "webp"
103
103
  custom_ffmpeg_settings: str = ''
104
104
  screenshot_hotkey_updates_anki: bool = False
105
- seconds_after_line: int = 1
105
+ seconds_after_line: float = 1.0
106
106
  use_beginning_of_line_as_screenshot: bool = True
107
107
 
108
108
 
@@ -9,7 +9,7 @@ from typing import Callable
9
9
  import pyperclip
10
10
  import websockets
11
11
 
12
- import util
12
+ from GameSentenceMiner import util
13
13
  from GameSentenceMiner.configuration import *
14
14
  from GameSentenceMiner.configuration import get_config, logger
15
15
  from GameSentenceMiner.util import remove_html_tags
@@ -187,4 +187,4 @@ def get_line_and_future_lines(last_note):
187
187
  if similarity >= 0.60 or line in remove_html_tags(sentence): # 80% similarity threshold
188
188
  found = True
189
189
  found_lines.append(line)
190
- return found_lines
190
+ return found_lines
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: GameSentenceMiner
3
- Version: 2.3.3
3
+ Version: 2.3.5
4
4
  Summary: A tool for mining sentences from games. Update: Multi-Line Mining! Fixed!
5
5
  Author-email: Beangate <bpwhelan95@gmail.com>
6
6
  License: MIT License
@@ -1,9 +1,9 @@
1
1
  GameSentenceMiner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  GameSentenceMiner/anki.py,sha256=OHtzFSwfO3GNPFNfxOyPtOy9ATuM6IpeqPPIJX1x7j8,10116
3
3
  GameSentenceMiner/config_gui.py,sha256=10VaSYc2OGdRT219HLrNkBpUONMUtQG5DKAQf1phano,54171
4
- GameSentenceMiner/configuration.py,sha256=xL3EoYXoKB9amo6K37OY1eFlI9owTmdT3UB-tJJJfx4,14401
4
+ GameSentenceMiner/configuration.py,sha256=_nS-9sWNn97Zdv2V4Ypt_hf4PL6oLa5oK2Z7rWrqEmc,14405
5
5
  GameSentenceMiner/ffmpeg.py,sha256=VExJYWSFhYuWukIXgOiHufsoSROEDA8LnVQFG8srRGc,10924
6
- GameSentenceMiner/gametext.py,sha256=peP_1psoOF1SkcPqhYJkz8MLM-8XyEj8Yd3wU0sCwSs,6478
6
+ GameSentenceMiner/gametext.py,sha256=pPkjIbjHo4XEzwZmShtOwqVxGMraHeAAInxLVahvln4,6502
7
7
  GameSentenceMiner/gsm.py,sha256=X93WBDGn6Tj1PeHjUm1QNrb6E91MdylbCYsrUe1posU,18259
8
8
  GameSentenceMiner/model.py,sha256=oh8VVT8T1UKekbmP6MGNgQ8jIuQ_7Rg4GPzDCn2kJo8,1999
9
9
  GameSentenceMiner/notification.py,sha256=WBaQWoPNhW4XqdPBUmxPBgjk0ngzH_4v9zMQ-XQAKC8,2010
@@ -18,8 +18,8 @@ GameSentenceMiner/vad/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
18
18
  GameSentenceMiner/vad/silero_trim.py,sha256=syDJX_KbFmdyFFtnQqYTD0tICsUCJizYhs-atPgXtxA,1549
19
19
  GameSentenceMiner/vad/vosk_helper.py,sha256=-AAwK0cgOC5rK3_gL0sQgrPJ75E49g_PxZR4d5ckwc4,5826
20
20
  GameSentenceMiner/vad/whisper_helper.py,sha256=bpR1HVnJRn9H5u8XaHBqBJ6JwIjzqn-Fajps8QmQ4zc,3411
21
- GameSentenceMiner-2.3.3.dist-info/METADATA,sha256=vcd2xsyVtLoyBMFV0raMrTsaLaawGxSxknXCnmEaqM4,10120
22
- GameSentenceMiner-2.3.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
23
- GameSentenceMiner-2.3.3.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
24
- GameSentenceMiner-2.3.3.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
25
- GameSentenceMiner-2.3.3.dist-info/RECORD,,
21
+ GameSentenceMiner-2.3.5.dist-info/METADATA,sha256=wddaYl1riJBIO4utwCZC1YjrDBa1YPs0TXsSBKC2Be0,10120
22
+ GameSentenceMiner-2.3.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
23
+ GameSentenceMiner-2.3.5.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
24
+ GameSentenceMiner-2.3.5.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
25
+ GameSentenceMiner-2.3.5.dist-info/RECORD,,