Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: megagonlabs/ginza
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.6
Choose a base ref
...
head repository: megagonlabs/ginza
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jun 1, 2021

  1. Copy the full SHA
    5f86317 View commit details

Commits on Jun 7, 2021

  1. fix typos

    Kuni88 committed Jun 7, 2021
    Copy the full SHA
    79b69bf View commit details

Commits on Jun 16, 2021

  1. Fix the PePy link

    shirayu authored Jun 16, 2021
    Copy the full SHA
    39e7d94 View commit details

Commits on Jun 24, 2021

  1. Merge pull request #166 from megagonlabs/fix-pepy-link

    Fix the PePy link
    hiroshi-matsuda-rit authored Jun 24, 2021
    Copy the full SHA
    a3b1bfa View commit details

Commits on Jun 30, 2021

  1. Update index.md

    hiroshi-matsuda-rit authored Jun 30, 2021
    Copy the full SHA
    cf034ad View commit details
  2. Merge pull request #168 from megagonlabs/develop

    fix pepy link
    hiroshi-matsuda-rit authored Jun 30, 2021
    Copy the full SHA
    3c31881 View commit details

Commits on Jul 4, 2021

  1. Copy the full SHA
    dcf30e3 View commit details

Commits on Jul 5, 2021

  1. Copy the full SHA
    3ac7c71 View commit details
  2. Copy the full SHA
    f0c45be View commit details
  3. Copy the full SHA
    86fd943 View commit details

Commits on Aug 16, 2021

  1. Fix a typo

    shirayu authored Aug 16, 2021
    Copy the full SHA
    b0f056b View commit details
  2. Copy the full SHA
    b57e118 View commit details

Commits on Aug 17, 2021

  1. ignore

    hiroshi-matsuda-rit committed Aug 17, 2021
    Copy the full SHA
    7a83cf1 View commit details
  2. upgrade spacy

    hiroshi-matsuda-rit committed Aug 17, 2021
    Copy the full SHA
    50d69ad View commit details
  3. Copy the full SHA
    873b29a View commit details
  4. Copy the full SHA
    1ee8fda View commit details
  5. add plac

    hiroshi-matsuda-rit committed Aug 17, 2021
    Copy the full SHA
    a8aa939 View commit details
  6. add plac

    hiroshi-matsuda-rit committed Aug 17, 2021
    Copy the full SHA
    d62f695 View commit details
  7. Copy the full SHA
    18b086e View commit details
  8. Copy the full SHA
    c09c445 View commit details
  9. Copy the full SHA
    cbd8294 View commit details

Commits on Aug 19, 2021

  1. Copy the full SHA
    cea7dd4 View commit details

Commits on Aug 20, 2021

  1. Copy the full SHA
    dcbf39d View commit details

Commits on Aug 21, 2021

  1. Copy the full SHA
    fdde135 View commit details
  2. Copy the full SHA
    6e0e120 View commit details

Commits on Aug 22, 2021

  1. update configs

    hiroshi-matsuda-rit committed Aug 22, 2021
    Copy the full SHA
    67badfe View commit details
  2. Copy the full SHA
    c430e5b View commit details
  3. update configs

    hiroshi-matsuda-rit committed Aug 22, 2021
    Copy the full SHA
    65c669d View commit details
  4. Copy the full SHA
    a563bac View commit details

Commits on Aug 24, 2021

  1. update citations

    hiroshi-matsuda-rit committed Aug 24, 2021
    Copy the full SHA
    ca109bb View commit details
  2. Copy the full SHA
    40cf929 View commit details
  3. Copy the full SHA
    85b5581 View commit details
  4. .gitignore

    hiroshi-matsuda-rit committed Aug 24, 2021
    Copy the full SHA
    3b97eca View commit details
  5. Copy the full SHA
    962db46 View commit details
  6. update documents

    hiroshi-matsuda-rit committed Aug 24, 2021
    Copy the full SHA
    976a8aa View commit details
  7. change naming

    hiroshi-matsuda-rit committed Aug 24, 2021
    Copy the full SHA
    d6b7c22 View commit details
  8. Copy the full SHA
    2ff9d57 View commit details
  9. update readme

    hiroshi-matsuda-rit committed Aug 24, 2021
    Copy the full SHA
    30d25ce View commit details

Commits on Aug 25, 2021

  1. Copy the full SHA
    cb47056 View commit details
  2. Copy the full SHA
    7a138b7 View commit details
  3. Merge pull request #176 from megagonlabs/develop

    Release v5.0.0
    hiroshi-matsuda-rit authored Aug 25, 2021
    Copy the full SHA
    79f27f8 View commit details
  4. Copy the full SHA
    98a5fb2 View commit details

Commits on Aug 26, 2021

  1. Copy the full SHA
    e933d58 View commit details
  2. debug ginzame #179

    hiroshi-matsuda-rit committed Aug 26, 2021
    Copy the full SHA
    f501fc5 View commit details
  3. Copy the full SHA
    65eb635 View commit details
  4. readme

    hiroshi-matsuda-rit committed Aug 26, 2021
    Copy the full SHA
    95d8aaf View commit details
  5. Copy the full SHA
    3910b5e View commit details
  6. Merge pull request #181 from megagonlabs/develop

    Release v5.0.1
    hiroshi-matsuda-rit authored Aug 26, 2021
    Copy the full SHA
    8b10169 View commit details
  7. Merge pull request #182 from megagonlabs/master

    Merge pull request #181 from megagonlabs/develop
    hiroshi-matsuda-rit authored Aug 26, 2021
    Copy the full SHA
    29f8602 View commit details

Commits on Sep 4, 2021

  1. Fix link

    nimiusrd committed Sep 4, 2021
    Copy the full SHA
    574312f View commit details
35 changes: 35 additions & 0 deletions .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Publish Python 🐍 distributions 📦 to PyPI

on:
push:
tags:
- 'v*'
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install pypa/build
run: >-
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
34 changes: 34 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: pytest

on:
push:
branches:
- master
pull_request:
branches:
- develop

jobs:
pytest:
name: Run tests with pytest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: >-
python -m
pip install -U pip
- name: Install dependencies
run: >-
python -m
pip install . pytest pytest-mock ja-ginza ja-ginza-electra
- name: Run Tests
run: pytest
20 changes: 15 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
/bccwj*/
/build/
/config/ja_gsd*
/corpus*/
/dist/
/electra*
/embedding*/
/ja_ginza/resources/system_core.dic
/kwdlc*/
/ja_*
/log*
/megagonlabs/
/models/
/nopn*/
/old/
/rtx*
/submodules/
/sudachi*
/target/
/test/
/log*
/vector*
/venv*
__pycache__/
*.pyc

*.egg-info/
.DS_Store
.eggs
Loading