Giter Site home page Giter Site logo

course21-ir's Introduction

IR Homework

New Features

  • Add a button for the new site about statistics.
  • In that site, including CBOW and some graphs, showing the cosine similarity of words.
Overview
v3.
  • CBOW and some graphs, showing the cosine similarity of words.
v2.
  • Zipf Distribution computation, matching (or partial matching) process.
v1.
  • calculate the document statistics ( number of characters, number of words, number of sentences(EOS))

How

  • javascript 負責處理動態的資訊,python 負責後端資料處理。
  • javascript 為主,用動態方式建立表格處理文件、尋找關鍵字。
  • 預先建構資料庫,包含10000資料的相關資訊。
  • 透過 CBOW 將1000文件中的句子分析,建立 Model 方便查詢。

Try!

由於 nltk 安裝較麻煩,需要先確認是否有package

> pip3 install nltk
> python3
>>> import nltk
>>> nltk.download("popular") > pip install -r requirements.txt

  • 安裝 django
  • python manage.py migrate
  • python manage.py runserver [ip:port]

Problems? Bugs?

Only edit distance and substring matching can't deal with the partial matching problem well.

No Bugs, Only Features.

History Bug

v1.
  • 測試中 Chrome 無法正常運作 oninput,故用 change 代替。

Solution : oninput結束後,focus回物件。

course21-ir's People

Contributors

imrcrossp avatar

Watchers

 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.