Front Page

Full text search for "dict"


Display context of search results
Case-sensitive searching
  • 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페이지)'' 대지진 특집 기사다. 과학계에서도 큰 이슈로 다루어질만 하지만 일본계 잡지기 때문에 더 크게 다루어진 듯.
  • FortuneCookies . . . . 1 match
          * ''"미래를 예측하는 가장 좋은 방법은 스스로 미래를 발명하는 것이다. (The best way to predict the future is to invent it.)", 1971 - 앨런 케이''
  • Python . . . . 1 match
         ["/list인지 dict인지 판단"]
Found 5 matching pages out of 1230 total pages (0 pages are searched)

You can also click here to search title.