Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marocchino/korean_foreign_spell_dictionary
외래어 표기법 사전
https://github.com/marocchino/korean_foreign_spell_dictionary
Last synced: 24 days ago
JSON representation
외래어 표기법 사전
- Host: GitHub
- URL: https://github.com/marocchino/korean_foreign_spell_dictionary
- Owner: marocchino
- Created: 2015-03-23T13:45:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T05:20:10.000Z (over 9 years ago)
- Last Synced: 2024-04-15T14:00:42.029Z (7 months ago)
- Language: Ruby
- Homepage: http://www.korean.go.kr/front/foreignSpell/foreignSpellList.do?mn_id=96
- Size: 4.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoreanForeignSpellDictionary
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/korean_foreign_spell_dictionary`. To experiment with that code, run `bin/console` for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'korean_foreign_spell_dictionary'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install korean_foreign_spell_dictionary
## Usage
TODO: Write usage instructions here
## 출처 표시
이 저장소의 데이터는 [국립국어원](http://www.korean.go.kr/)에서 가져왔습니다.
> 외래어 표기법은 공공저작물 자유이용허락 표시 기준(공공누리, KOGL) 제 1유형
조건에 따라 누구나 이용할 수 있습니다. 자유이용의 경우, 이용자께서는 반드시
저작물의 출처를 구체적으로 표시하여야 합니다.## Contributing
1. Fork it ( https://github.com/marocchino/korean_foreign_spell_dictionary/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request