목적
이 프로젝트는 앞으로의 한글 고스트 제작자들이 사전을 제작할 때 참고로 할 수 있는 기본적인 단어/대화사전을 만들자는 취지에서 만들어진 프로젝트입니다.
- (주: 세루리안님의 발의 - Seiken님의 게시판에서)
- 무언가 wiki 류의 곳에 나니카 고스트용 사전을 만들어 봅시다아. 오다가다 여러사람들이 단어를 같이 추가하여 대부분의 한글 고스트에 사용하는겁니다!.~_~;(누구맘대로.)
- 저번에 개인적으로 [설문] 어쩌구로 글을 올렸었는데, communicate for 창에서 대화및 질문하고싶은 내용도 위의 방법으로 오다가다 목록을 만들어 봅시다. 고스트 제작자들은 이 질문들 대부분에 반응하도록 입력을 해놓으면 어느정도 대화가 가능할지도.;
참여방법
기본적으로 자신이 생각나는 단어를 적어주시면 됩니다. 하지만 그냥 단어를 무턱대고 적으면 고스트 제작자들이 활용할 때 문제가 심각해 질 수 있으므로 몇가지 규칙을 두겠습니다.
한글 고스트 단어 참고사전 프로젝트
분류는 << >> 로 감싼다.
예를 들어 명사-물건 분류이다.. 하면 <<명사-물건>> 이라고 하시면 됩니다.
- 분류 행은 한 줄, 그리고 실제 단어는 그 다음줄에 일정하게 칸을 띄우고 적는다.
{{{ (예) <<명사-물건>>
- 만화책, 게임 매뉴얼, 조X일보
}}}
- 분류 내용이 단어의 일부가 되는 단어는 역시 다음과 같이 적으시면 됩니다.
{{{ (예)
--> -->UnicodeEncodeError
'ascii' codec can't encode characters in position 6-8: ordinal not in range(128)
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/hosting_users/sanori/lib/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1306 self.page.send_page()
- 1307 else:
- 1308 handler(self.page.page_name, self)
- 1309
- 1310 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub300\ud654\uc0ac\uc804\uc81c\uc791\ud504\ub85c\uc81d\ud2b8'
/home/hosting_users/sanori/lib/MoinMoin/action/__init__.py in do_show (pagename=u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub300\ud654\uc0ac\uc804\uc81c\uc791\ud504\ub85c\uc81d\ud2b8', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1195 format_args=pi['formatargs'],
- 1196 do_cache=do_cache,
- 1197 start_line=pi['lines'])
- 1198
- 1199 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
/home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'= \ubaa9\uc801 =\n\uc774 \ud504\ub85c\uc81d\ud2b8\ub294 \uc55e\uc73c\ub85c\uc758 \ud55c\uae00 \uace0\uc2a4\ud2b8 \uc81c\uc791\uc790\ub4e4\uc774 \uc0ac\uc804\uc744 \uc81c\uc791\ud560 \ub54c \ucc38\uace0\ub85c \ud560...\uc774\ub984, \ud2b9\ud788 \uc5ec\uc790\uc774\ub984\ubd80\ubd84. \ud655\uc778\ud558\uace0 \uc801\uc74d\uc2dc\ub2e4; \uba87\uac1c \uc81c\uac00 \uc911\ubcf5\ub418\uc11c \uc9c0\uc6e0\uc5b4\uc694.--\uc138\ub8e8\ub9ac\uc548\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})
- 1289 try:
- 1290 code = self.makeCache(request, parser)
- 1291 self.execute(request, parser, code)
- 1292 except Exception, e:
- 1293 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page object>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
- request = <MoinMoin.request.request_cgi.Request object>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
- code = <code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>
/home/hosting_users/sanori/lib/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>)
- 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1315 try:
- 1316 exec code
- 1317 except "CacheNeedsUpdate": # convert the exception
- 1318 raise Exception("CacheNeedsUpdate")
- code = <code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>
/home/hosting_users/sanori/www/wiki/한글고스트대화사전제작프로젝트 in ?
/home/hosting_users/sanori/lib/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.macro.Macro instance>, name=u'\uba85\uc0ac\uad6c', args=None, markup=u'<<\uba85\uc0ac\uad6c>>')
- 312 # call the macro
- 313 try:
- 314 return macro_obj.execute(name, args)
- 315 except ImportError, err:
- 316 errmsg = unicode(err)
- macro_obj = <MoinMoin.macro.Macro instance>
- macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance>>
- name = u'\uba85\uc0ac\uad6c'
- args = None
/home/hosting_users/sanori/lib/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance>, macro_name=u'\uba85\uc0ac\uad6c', args=None)
- 119 except wikiutil.PluginMissingError:
- 120 try:
- 121 call = getattr(self, 'macro_%s' % macro_name)
- 122 execute = lambda _self, _args: _self._wrap(call, _args)
- 123 except AttributeError:
- call undefined
- builtin getattr = <built-in function getattr>
- self = <MoinMoin.macro.Macro instance>
- macro_name = u'\uba85\uc0ac\uad6c'
UnicodeEncodeError
'ascii' codec can't encode characters in position 6-8: ordinal not in range(128)
- args = ('ascii', u'macro_\uba85\uc0ac\uad6c', 6, 9, 'ordinal not in range(128)')
- encoding = 'ascii'
- end = 9
- object = u'macro_\uba85\uc0ac\uad6c'
- reason = 'ordinal not in range(128)'
- start = 6
System Details
- Date: Fri, 10 Sep 2010 10:30:20 +0000
- Platform: Linux uw64-001.cafe24.com 2.6.24.2 #1 SMP Thu Feb 14 18:00:23 KST 2008 x86_64
- Python: Python 2.4.3 (/usr/local/bin/python)
- MoinMoin: Release 1.7.3 (release)
