coolneng
  • Joined on 2019-11-16
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 22:55:42 +01:00
f1519b55c2 Parametrize search field
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 22:31:59 +01:00
3b21bd113e Add GUI interface for searcher
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 21:00:05 +01:00
cea856ab60 Add Searcher class
7dff28d7d0 Remove main from Indexer
Compare 2 commits »
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 20:40:07 +01:00
d921d56bad Rename dataFolderPath and indexFolderPath
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 20:21:09 +01:00
5139f0a38d Refactor addDocument function
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 20:10:59 +01:00
3b4d7f1408 Remove full text from Paper class
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 20:09:57 +01:00
7e56aae1a2 Index authors' emails
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 19:58:37 +01:00
b1d6afb7fe Index authors' institutions
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 19:49:54 +01:00
9dbfe1ccc4 Check if paper object is not null before inserting
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 19:23:58 +01:00
a4d505ce06 Index the abstract
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 19:09:17 +01:00
6a3087cabd Move index file to .index
coolneng pushed to master at chavalitros/RI-P2 2021-01-11 18:54:52 +01:00
61193050db Replace json-simple with GSON
coolneng pushed to master at chavalitros/RI-P2 2021-01-10 19:56:02 +01:00
725be7993e Recreate the index each time
4e7c880b93 Specify data directory via CLI argument
7282a5c69f Populate the index with the data directory files
2cb004c6d0 Fix JSON parser function
Compare 4 commits »
coolneng pushed to master at chavalitros/RI-P1 2021-01-10 14:43:09 +01:00
089583da3d Change graph example in summary
4a27ecec82 Remove corrupt mobi file
6a30e7b532 Fix encoding detector
dd1c5f92d8 Add graphs and conclusion sections to summary
108db4ec56 Remove redundant variables in gnuplot script
coolneng created repository chavalitros/RI-P1 2021-01-10 14:42:54 +01:00
coolneng pushed to one-column at coolneng/curriculum-vitae 2021-01-10 14:10:03 +01:00
00adf52ea7 Update README filepaths
coolneng pushed to one-column at coolneng/curriculum-vitae 2021-01-10 11:35:59 +01:00
f965417e90 Add one-column resume template
coolneng pushed to master at coolneng/dotfiles 2021-01-10 04:15:45 +01:00
6287a7235e Map volume control keys to +/- in MPV
coolneng pushed to master at chavalitros/RI-P2 2021-01-09 06:20:27 +01:00
c61932d99d Implement trivial custom analyzer
coolneng pushed to master at chavalitros/RI-P2 2021-01-08 23:21:34 +01:00
6405617858 Replace Parser class with Indexer