Full text search for "dict"
- HelpOnSpellCheck . . . . 8 matches
* the "dict" directory in the MoinMoin package directory
If the "dbhash" module is available with your Python installation, the files in "dict" are read only ''once'' and stored in a hash table. This speeds up the spell checking process because then the number of words in the ''checked page'' determines the time needed for the checking, ''not'' the number of words in the dictionary (with 250000 words, some hundred milliseconds instead of several seconds).
BTW, a UNIX machine normally comes with at least one words file; to use those, create a symlink within the dict directory, like so:
MoinMoin/dict> ln -s /usr/dict/words .
On some systems, the words file is found in "/usr/share/dict/words" instead.
MoinMoin> ls -l dict
- Python/list인지 dict인지 판단 . . . . 4 matches
#keywords Python, list, dict
>>> type(a) is dict
>>> isinstance(a, dict)
>>> isinstance(b, dict)
- Blog/2011-06 . . . . 1 match
그래피컬 과학 잡지 《[http://dictionary.sensagent.com/%EB%89%B4%ED%84%B4+(%EC%9E%A1%EC%A7%80)/ko-ko/ Newton]》(뉴턴)의 이번 달(6월) 호가 상당히 괜찮다. 지난 달에 예고한대로 일본 동북지방 대지진 특집 호로 나왔는데, 평소는 2/3 정도가 천문학 관련 기사지만 이번 달은 광고면 빼고, 뒷면에 하찮은 내용 몇 장 빼고 ''전부(110페이지)'' 대지진 특집 기사다. 과학계에서도 큰 이슈로 다루어질만 하지만 일본계 잡지기 때문에 더 크게 다루어진 듯.
- C++/컴파일러의 변수에 대한 최적화 . . . . 1 match
분기 예측 최적화(branch prediction optimization)는 프로세서가 분기를 미리 예측하여 명령어 파이프라인을 채우고 실행 속도를 높이는 것을 돕는 최적화 기법입니다. 프로세서는 분기를 미리 예측하여 명령어를 미리 실행할 수 있습니다. 예측이 올바르다면, 프로세서는 이를 이용해 고속으로 실행할 수 있지만, 예측이 틀린 경우에는 파이프라인을 비워야 하고 재실행해야 하므로 성능이 저하됩니다.
- FortuneCookies . . . . 1 match
* ''"미래를 예측하는 가장 좋은 방법은 스스로 미래를 발명하는 것이다. (The best way to predict the future is to invent it.)", 1971 - 앨런 케이''
- Python . . . . 1 match
["/list인지 dict인지 판단"]
Found 6 matching pages out of 1201 total pages
You can also click here to search title.