Giter VIP home page Giter VIP logo

tuer's Introduction

Hey there! 👋

I'm Josef, a software engineer at Vector Informatik. Here's a bit about me:

  • 💻 Currently immersed in coding and developing solutions at Vector Informatik.
  • 🔬 Passionate about exploring various programming languages, with a love for TypeScript and Scala.
  • ✨ Aim to create software that's both functional and impactful.
  • 🤙 Open to collaborations! Got an exciting project? Let's connect!

Josef's Top Languages Josef's GitHub Stats

Looking forward to connecting and collaborating with fellow enthusiasts! 🚀

tuer's People

Contributors

am9zzwy avatar dependabot[bot] avatar lu391see avatar okihnjo avatar phictionalone avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

tuer's Issues

Tokenizing

Adjust tokenizing, because as of now we still have some shitty words lol.
We probably remove important punctuations and characters that might be usefull. They also might skew the words into something they are not.

Good way of testing it is using example text and test the tokenizer.

General Checks 🚪

  • Web Crawling
  • Text-Representation
  • Indexing
  • DuckDB Integration
  • Statistical Ranking
  • L2R
  • Link analysis
  • Evaluation

Query Expansion

  • Easy Synonym Expansion: synonyms from thesaurus and WordNet (synonyms, hypernyms, hyponyms)
  • Heavy Semantic Expansion: word2vec embedding for words in our corpus to check cosine similarity with query words (closest match)
  • Connect with Pipeline

Textfiles for Evaluation

  • read in query.txt
  • generate result.txt

QUERY:

WARNING: the posted code examples below and in the jupyter notebook include wrong formatting for TABS! Make sure that we separate number of query from query text via \t instead of for query terms.

The batch file will be formatted to have one query per line, listing the query number, and query text as tab-separated entries.
An example of the batch file for the first two queries looks like this:

1   tübingen attractions
2   food and drinks

RESULT:

The text file should be formatted to produce one ranked result per line, listing the query number, rank position, document URL and relevance score as tab-separated entries. An example of the first three lines of such a text file looks like this:

1   1   https://www.tuebingen.de/en/3521.html   0.725
1   2   https://www.komoot.com/guide/355570/castles-in-tuebingen-district   0.671
1   3   https://www.unimuseum.uni-tuebingen.de/en/museum-at-hohentuebingen-castle   0.529
...
1   100 https://www.tuebingen.de/en/3536.html   0.178
2   1   https://www.tuebingen.de/en/3773.html   0.956
2   2   https://www.tuebingen.de/en/4456.html   0.797
...

Crawler

  • Ignore hidden stuff (hidden tags)
  • Text in link should not be considered

Add Tokenizer

Basic operations:

  • remove whitespaces
  • remove stopwords (check if there are different granularity levels)

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.