Metadata-Version: 2.1
Name: Tau-Phah-Ji-Command
Version: 1.0.0
Summary: 用指令叫鬥拍字
Author-email: A-hông <hong@ithuan.tw>
License: MIT License
        
        Copyright (c) 2019 Wenli Tsai
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/i3thuan5/Tau-Phah-Ji-Command
Keywords: 台語,Taiwan,Natural Language,Corpus
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# Tau-Phah-Ji-Command

鬥拍字的指令直接包做一个套件

## Tau

因為新版本猶未deploy到PyPI，暫時先用zip。
```bash
pip install Tau-Phah-Ji-Command
```

## Īng

### Phiau Tsuân-Hàn Tsuân-Lô

```python
>>> from tauphahji_cmd import tàuphahjī
>>> tàuphahjī('A-tsik gau5 tsa2\nlâi-khì.')
{
  # Tsuân-pōo
  'kiatko': [
    {'漢字': '阿叔𠢕早', 'KIP': 'a-tsik gâu-tsá', '分詞': '阿-叔｜a-tsik 𠢕-早｜gâu-tsá'},
    {'漢字': '來去。', 'KIP': 'lâi-khì.', '分詞': '來-去｜lâi-khì 。｜.'}
  ],
  # Thâu-tsi̍t-kú
  '漢字': '阿叔𠢕早',
  'KIP': 'a-tsik gâu-tsá',
  '分詞': '阿-叔｜a-tsik 𠢕-早｜gâu-tsá'
}
```

### Phiau Sû-sìng

```python
>>> from tauphahji_cmd import sûsìng
>>> sûsìng('逐-家｜ta̍k-ke 做-伙｜tsò-hué 來｜lâi 𨑨-迌｜tshit-thô ！|!')
['Nh', 'D', 'D', 'VC']
```
