1.0.5 • Published 4 years ago

word_spliter v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

說明

使用《教育部重編國語辭典修訂本》的詞條,
將輸入的句子分解為有意義的詞彙。
並以陣列形式返還。

安裝

npm install word_spliter

使用

var spliter=require('word_spliter')  
spliter.split("大腦超載時代的思考學")

輸出將會是: '大腦', '超載', '時代', '的', '思考', '學'

開源授權資訊

The MIT License (MIT)

Copyright (c) 2020 Yu Shao-Hung

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.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago