-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from usagi/issue-45
fix #45 《Modify》の辞書ファイルを既存の.txtに加えて.csvにも対応し、空白文字を含むパターンへの対応性を向上します
- Loading branch information
Showing
7 changed files
with
126 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.lnk | ||
|
||
# Generated by Cargo | ||
# will have compiled files and executables | ||
debug/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,57 @@ | ||
テーマソング:タワーフィアース 2606c | ||
ウサギネットワーク USAGI.NETWORK | ||
うさぎはかせちゃん UsagiNetwork | ||
うさぎはかせちゃん usaginetwork | ||
アリシンさん arisinn | ||
まふゆさん Mafuyu1109 | ||
まふゆさん mafuyu1109 | ||
アイリネさん airine_e | ||
オシギフさん index407 | ||
フェリスさん fellys_shenya | ||
ルウリさん louli_vr | ||
ねこやまわんこさん nekoyamawanko | ||
しもつきさん kai_shimotsuki | ||
ななしそらさん 七風天 | ||
ゆきまるさん ukima_l | ||
わいずぼっと WizeBot | ||
ビートセイバーリクエスト !bsr | ||
リンク !link | ||
ボム !bomb | ||
パチパチ usagin2Clap | ||
ナデナデ usagin2Pat | ||
レイド usagin2Raid | ||
ナイス usagin2Nice | ||
サバール usagin2Saber | ||
ワイワイ usagin2SaberYY | ||
サバール drUsagiSaber | ||
パチパチ drUsagiClap | ||
さくら3うおー sakula3Uooooooo | ||
まいまい16ふりふり maimai16Furifuri | ||
ディノダンス DinoDance | ||
ギブプリーズ GivePLZ | ||
テイクエナジー TakeNRG | ||
ハート <3 | ||
キュー Queue | ||
キュー queue | ||
クローズド closed | ||
リクエステッド requested | ||
アデッド added | ||
ハイ Hi | ||
フォルクス folks | ||
サンク thank | ||
エンジョイング enjoying | ||
アプリシエート appreciate | ||
カインド kind | ||
パーティシペーション participation | ||
エンカレッジ encourage | ||
フレンドリー friendly | ||
リスペクトフル respectful | ||
アトモスフィア atomopshere | ||
リフレイン refrain | ||
エニー any | ||
オフェンシブ offensive | ||
デロゲトリー derogatory | ||
コンフロンテイショナル confrontational | ||
リマークス remarks | ||
スポイラーズ spoilers | ||
インストラクションズ instructions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
パチパチパチ,"[88]{3,}" | ||
パチパチ,".*パチパチ.*" | ||
,"([!?,.]+)" | ||
,"[\da-f]{4,}\s/\s[\da-f]{4,}" | ||
$1 (以下略),"^(.{32}).*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters