Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recasepunc #9

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Recasepunc #9

wants to merge 23 commits into from

Commits on Jun 15, 2022

  1. Added Basic Punctation Methods

    But there are problems with pip install because of missing attributes
    Jan Mertens committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e09097a View commit details
    Browse the repository at this point in the history
  2. Added recasepunc.py

    Jan Mertens committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    79f3ff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Moved recasepunc to be a module

    Jan Mertens committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6685868 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Added chosen_language_dir_path to CasePuncPredictor

    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7f43050 View commit details
    Browse the repository at this point in the history
  2. Added __main__ manipulation to load model

    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8fca33c View commit details
    Browse the repository at this point in the history
  3. Added argument for optional punctation

    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1a9460a View commit details
    Browse the repository at this point in the history
  4. Added dependencies and usage of punctation to README.md

    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    24147bf View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/jm/2022/punctation' into jm/2022…

    …/punctation
    
    # Conflicts:
    #	scripts/transcribe.py
    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    563fab3 View commit details
    Browse the repository at this point in the history
  6. Renamed scripts to transcriber

    Jan Mertens committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    caa936c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Renamed scripts to transcriber

    Jan Mertens committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    5a06eff View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin_itz/jm/2022/punctation' into jm/…

    …2022/punctation
    Jan Mertens committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    20b9c89 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Resolve merge conflicts

    vJan00 authored and vJan00 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    49c77eb View commit details
    Browse the repository at this point in the history
  2. Added __init__.py

    vJan00 authored and vJan00 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    cb2d594 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from vJan00/recasepunc_structure

    Recasepunc structure
    vJan00 authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6a7cab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Remove Hardcoded Filename

    vJan00 authored and vJan00 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    468059f View commit details
    Browse the repository at this point in the history
  2. Removed and added space characters to punctuation.

    vJan00 authored and vJan00 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    92d1424 View commit details
    Browse the repository at this point in the history
  3. Cleared flake8 warnings

    vJan00 authored and vJan00 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8ee4f58 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from vJan00/recasepunc_structure

    Recasepunc structure
    vJan00 authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a0565d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Merge remote-tracking branch 'GitHub-Main/main' into recasepunc

    # Conflicts:
    #	README.md
    #	voskcli/transcribe.py
    Jan Mertens authored and Jan Mertens committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bed3a89 View commit details
    Browse the repository at this point in the history
  2. Added LICENSE

    vJan00 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a983f2b View commit details
    Browse the repository at this point in the history
  3. Updated README.md

    vJan00 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bf221e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e27308 View commit details
    Browse the repository at this point in the history
  5. Removed flake8 errors and debug output

    vJan00 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1db5647 View commit details
    Browse the repository at this point in the history