Coder Social home page Coder Social logo

ir_hw1's Introduction

Project1 105703031 資科四 黃子恒

  1. File Tree
    my project
    │   README.md
    │   main.py
    │   preprocess.py
    │   english.stop
    │   idf_vector.pickle
    │   tfidf_vector.pickle
    │   word_index.pickle
    
    File Discription:
    • main.py (To speed up the testing, only have to execute this program. And, it takes about 2 to 3 minutes.)
      python3 main.py --query drill wood sharp
      
    • preprocess.py (Prepare for the word index, tf vector, tf-idf vector, and idf vector.)
    • idf_vector.picke: every word with its idf value are saved in this file.
    • tfidf_vector.picke: every document with its tf and tf-idf value are saved in this file.
    • word_index.pickle: this file defines the index of every word.
  2. Cleaning Part
    • Followed by the template files released by Prof. Tsai, I added one more condition to preprocess the sentence. I remove all the punctuation and number from words. Therefore, the number of word index is down to 17461.
  3. POS Tagger
    • As for the Q5, I used the pos tagger from NLTK library. Only keep the noun and verb in a sentence.
  4. Result

ir_hw1's People

Watchers

 avatar  avatar

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.