Commit Graph

162 Commits

Author SHA1 Message Date
107796f13e Add devcontainer.json for Swift development and daily update schedule for devcontainers package ecosystem (#55)
* Add devcontainer.json for Swift development

* Add daily update schedule for devcontainers package ecosystem

* Add Dev Container setup for Swift development

* Add Swift Build and Test workflow in DevContainer

* Fix typo in devcontainer.md

* Add Docker installation step for macOS

* Update Docker installation command in macOS workflow

* Update Docker.app path in macOS workflow

* Add docker buildx version check

* Update devcontainer.md with instructions for setting up the development environment

* Refactor GitHub workflow for Swift in DevContainer

* Fix typo in devcontainer.md

* Add installation instructions for Dev Containers extension

* Add Dev Container instructions

* Remove unnecessary command installation

* Add link to development guide
2024-03-18 01:04:19 +09:00
7096568aac [Tools] Swift 5.10のCIを追加する (#69)
* [Tools] Swift 5.10のCIを追加する
Fixes #66

* Update setup-swift action to v2

* Update swift.yml

---------

Co-authored-by: Miwa / Ensan <63481257+ensan-hcl@users.noreply.github.com>
2024-03-18 00:18:13 +09:00
0340594c5e Merge pull request #67 from ensan-hcl/experimental/doc
[Experimental] グラフベースの実験的実装についてドキュメントを書いた
2024-03-17 23:40:16 +09:00
30908e1bb1 add document 2024-03-17 23:39:34 +09:00
6e4b9bfa52 Merge pull request #65 from ensan-hcl/experimental/differential
[Experimental] Graph-based変換で差分変換の準備
2024-03-17 23:06:25 +09:00
b6d2817c4d add comments 2024-03-17 22:52:38 +09:00
fef03c9ff7 fix test 2024-03-17 18:33:57 +09:00
a084e86033 giving up differential input graph construction 2024-03-17 18:32:44 +09:00
e9142810cf cleanupのロジックを修正 2024-03-17 12:20:55 +09:00
44cecf2242 差分ビルド用の実装 2024-03-17 12:07:41 +09:00
d936559296 Merge pull request #64 from ensan-hcl/feature/cleanup_experimental_tests
[Experimental] 実験的実装から不要なものを削除し、lintを適用
2024-03-17 11:03:46 +09:00
09914f919b further cleanup 2024-03-17 10:46:23 +09:00
f4e48610a3 Remove unused impl and apply lint 2024-03-17 10:38:45 +09:00
d33884fd31 Merge pull request #49 from ensan-hcl/feature/improve_convert_graph_impls
[Experimental] ConvertGraph周りのテストを増やしてバグを治す
2024-03-17 10:23:26 +09:00
460dd1b214 Now it works as expected 2024-03-17 02:38:38 +09:00
54bce5a5e4 WIP: switching to new architecture 2024-03-17 02:24:55 +09:00
85c3bd3d02 Merge branch 'develop' into feature/improve_convert_graph_impls 2024-03-16 11:56:56 +09:00
c8f013b0df Merge pull request #62 from ensan-hcl/dependabot/github_actions/swift-actions/setup-swift-2 2024-03-13 17:51:48 +09:00
ef6db79529 Bump swift-actions/setup-swift from 1 to 2
Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1 to 2.
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](https://github.com/swift-actions/setup-swift/compare/v1...v2)

---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 06:34:42 +00:00
8b71e9b29f Merge pull request #60 from ensan-hcl/ensan-hcl-patch-1
[Docs] Update failures.md
2024-03-08 10:49:56 +09:00
ad09f54f5b Update failures.md 2024-03-08 01:43:59 +09:00
28553a2697 Update failures.md 2024-03-08 01:43:12 +09:00
54c61039e2 Merge pull request #59 from ensan-hcl/docs/development_guide.md
[Docs] 開発ガイドを追加
2024-03-07 02:10:40 +09:00
440ac57e03 開発ガイドを追加 2024-03-07 02:10:04 +09:00
4c7bfffd53 Merge pull request #56 from ensan-hcl/fix/swift5_10
[Fix] Swift 5.10でのビルドエラーを修正
2024-03-07 00:16:10 +09:00
2c4af95885 fix build error in swift 5.10 2024-03-06 23:29:41 +09:00
4038f51090 Merge pull request #54 from k-taro56/develop 2024-03-04 08:41:34 +09:00
fb7119a148 Refactor dropping "ネン" from string in CalendarCandidate.swift 2024-03-03 02:17:05 +09:00
3daa43bd8e Merge pull request #52 from ensan-hcl/feature/rename_to_dynamic_user_dict
[Feature] 動的ユーザ辞書の機能を明記
2024-02-29 15:35:28 +09:00
72118a002e update document 2024-02-29 14:28:04 +09:00
f593a17d0a Rename osUserDict to dynamicUserDict, indicating more flexibility 2024-02-29 14:15:12 +09:00
77bc115345 Merge pull request #51 from ensan-hcl/feature/simplified_prediction
[Feature] 予測変換用の辞書検索を単純化
2024-02-29 01:56:02 +09:00
bf1cb13631 Simplify prediction candidate search 2024-02-29 01:32:20 +09:00
81c3324a66 Merge pull request #50 from ensan-hcl/feature/cli
[Tool] cliツールとして`anco`を追加
2024-02-27 23:55:02 +09:00
f30bfcf298 Introduce anco cli tool 2024-02-27 23:44:01 +09:00
ea0219e66e add failing case 2024-02-27 23:04:19 +09:00
cda10cc87e add more test cases 2024-02-27 01:48:14 +09:00
85a15051b4 [Experimental] InputGraphのアルゴリズムの改善 (#48)
* add correct graph

* CorrectGraphの概念を導入し、混乱をある程度解消

* Additioanl edge cases

* fix some test

* Now lookup graph perfectly works
2024-02-27 00:52:25 +09:00
0795b8cf84 [Experimental] ConvertGraphを実装し、その上での完全一致変換を実装 (#47)
* ConvertGraphを実装し、その上での完全一致変換を実装

* 名前空間を汚染していたので修正

* Implementation completed (without test)

* move directory to use default dictionary

* fix implementations to enable conversion

* add test cases

* Backward searchで発見された候補を明示的に削除

* fix tests

* simplify
2024-02-24 23:21:44 +09:00
52fc9ae4c2 [Experimental] InputGraphの構造を変更し、LookupGraphによる辞書引きを実装 (#46)
* implement byfix lookup

* find failing test

* implement backward search

* add more test cases

* add new file

* split files

* Improve InputGraph Architecture

* implement dictionary search
2024-02-23 17:51:27 +09:00
784a80c46a [Experimental] InputGraphベースの辞書ルックアップ (#45) 2024-02-23 02:37:59 +09:00
5431bafb27 [WIP] InputGraphベースの入力管理の実装 (#44)
* Test-level implementation of InputGraph

* move file

* implement typo-sensitiveness

* implement input style and input style boundary checking

* fix ci

* fix ci 2
2024-02-22 16:56:22 +09:00
52a1715e69 Merge pull request #40 from ensan-hcl/update/readme
[Docs] Update README for Version 0.6
2024-02-20 18:37:40 +09:00
21ee628327 Update README.md 2024-02-20 18:36:57 +09:00
4577791d3c Merge pull request #41 from ensan-hcl/tools/ci
[Tools] UbuntuでもCIを実行
2024-02-20 18:32:58 +09:00
132299c68d Merge pull request #42 from ensan-hcl/tools/dependabot
[Tools] DependaBotを追加
2024-02-20 18:27:10 +09:00
dd1268d633 Add dependabot 2024-02-20 18:25:44 +09:00
39b9a633aa add submodule checkout 2024-02-20 18:22:13 +09:00
10a307cbcd Finally~~ 2024-02-20 18:20:10 +09:00
495370f168 fix 2024-02-20 18:18:34 +09:00