Git Product home page Git Product logo

youtube_caption_analyzer's People

Contributors

namjals avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

youtube_caption_analyzer's Issues

검색어와 일치하는 인덱스 -> 검색어로 시작하는 인덱스

검색어를 인덱스에서 찾을 때,
기존 : 검색어와 인덱스가 일치하는 경우만 반환,
수정 : 검색어로 시작하는 인덱스를 반환

기존 방법의 경우 속도는 빠르지만 "c++"검색 시, "c++11"이나 "c++17"를 검색하지 못함.

인덱스의 단어 수 : n, 검색어 길이 : m일 때,
trie라는 자료구조로 dictionary의 key를 O(n)으로 검색하지 않고 O(1)을 m번한 O(m)으로 검색.
c - + - + : {video1 : 10, video2: 3, video10:22, ...}
c - + - + - 1 - 1 : {video5 : 1, video6: 3, video13: 23, ...}
https://stackoverflow.com/questions/18066603/fastest-way-to-search-python-dict-with-partial-keyword
https://stackoverflow.com/questions/17106819/accessing-python-dict-values-with-the-key-start-characters

위키
https://namu.wiki/w/%ED%8A%B8%EB%9D%BC%EC%9D%B4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.