Skip to content

Commit b7f0a85

Browse files
authored
Create README.md
1 parent a0ccd44 commit b7f0a85

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CSES_IR
2+
Empirical Study For Code Search: IR-based methods
3+
4+
This project reproduced Lucene-base Information Retrieval methods for code search, which focus more on Query Expansion and modifying similarity calculation approach to improve conventional code search performance.
5+
6+
Methods include:
7+
8+
* [Base Lucene](https://github.com/BASE-LAB-SJTU/CSES_IR/wiki/Base-Lucene)
9+
* [LuSearch](https://github.com/BASE-LAB-SJTU/CSES_IR/wiki/LuSearch)
10+
* [QECK](https://github.com/BASE-LAB-SJTU/CSES_IR/wiki/QECK)
11+
* [CodeHow](https://github.com/BASE-LAB-SJTU/CSES_IR/wiki/CodeHow)
12+
13+
More information could be seen at [there](https://github.com/BASE-LAB-SJTU/CSES_IR/wiki).

0 commit comments

Comments
 (0)