-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from science-engineering-art/develop
v1.0
- Loading branch information
Showing
111 changed files
with
4,108 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
|
||
install: | ||
pip install -r src/backend/requirements.txt; cd src/frontend; npm install | ||
|
||
python: | ||
cd src; python -m uvicorn main:app --reload | ||
cd src/backend; uvicorn main:app --reload | ||
|
||
react: | ||
cd src/client; npm start | ||
cd src/frontend; npm start | ||
|
||
run-docker: | ||
cd src/backend; docker run -d --rm --name sherlock-back -p 8000:8000 sherlock-back; cd ../frontend; docker run -d --rm --name sherlock-front -p 3000:3000 sherlock-front | ||
|
||
stop-docker: | ||
docker rmi sherlock-back; docker rmi sherlock-front |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: '3.9' | ||
|
||
services: | ||
|
||
sherlock-back: | ||
build: ./src | ||
ports: | ||
- "8000:8000" | ||
|
||
sherlock-front: | ||
build: ./src/client | ||
ports: | ||
- "3000:3000" | ||
depends_on: | ||
- sherlock-back |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\select@language {spanish} | ||
\contentsline {section}{\numberline {1}Introducci\'on}{1} | ||
\contentsline {section}{\numberline {2}Modelaci\'on del problema}{1} | ||
\contentsline {subsection}{\numberline {2.1}Documentos}{1} | ||
\contentsline {subsection}{\numberline {2.2}Normalizaci\'on de un t\'ermino}{1} | ||
\contentsline {subsection}{\numberline {2.3}Corpus}{1} | ||
\contentsline {subsection}{\numberline {2.4}Modelo base}{2} | ||
\contentsline {section}{\numberline {3}Modelo vectorial}{2} | ||
\contentsline {subsection}{\numberline {3.1}Preprocesamiento}{2} | ||
\contentsline {subsection}{\numberline {3.2}Recuperaci\IeC {\'o}n de documentos}{2} | ||
\contentsline {section}{\numberline {4}Conclusiones}{2} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
\relax | ||
\providecommand\babel@aux[2]{} | ||
\@nameuse{bbl@beforestart} | ||
\catcode `"\active | ||
\catcode `<\active | ||
\catcode `>\active | ||
\@nameuse{es@quoting} | ||
\babel@aux{english}{} | ||
\babel@aux{spanish}{} | ||
\babel@aux{english}{} | ||
\babel@aux{spanish}{} | ||
\citation{B4} | ||
\@writefile{toc}{\contentsline {section}{\numberline {1}Introducci\'on}{1}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {2}Dise\~no del sistema}{1}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Documentos}{1}{}\protected@file@percent } | ||
\citation{B7} | ||
\citation{B2} | ||
\citation{B2} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Normalizaci\'on de un t\'ermino}{2}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Corpus}{2}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Modelo base}{2}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {3}Modelo Booleano}{2}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Descripci\'on del modelo}{3}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Implementaci\'on}{3}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {4}Modelo Vectorial}{3}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{TF}{4}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{IDF}{4}{}\protected@file@percent } | ||
\citation{B1} | ||
\citation{B1} | ||
\citation{B1} | ||
\citation{B2} | ||
\citation{B2} | ||
\citation{B2} | ||
\citation{B1} | ||
\@writefile{toc}{\contentsline {subsubsection}{Similitud del coseno}{5}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Implementación}{5}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{Preprocesamiento}{5}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{Recuperación de documentos}{5}{}\protected@file@percent } | ||
\citation{B1} | ||
\citation{B2} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Retroalimentaci\'on}{6}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{Algoritmo de Rocchio}{6}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {5}Modelo Fuzzy}{6}{}\protected@file@percent } | ||
\citation{B2} | ||
\citation{B5} | ||
\newlabel{def2}{{3}{7}} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Descripci\'on del modelo usado}{7}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Implementaci\'on.}{8}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {6}Evaluaci\'on de los modelos}{8}{}\protected@file@percent } | ||
\citation{B1} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}Modelo Booleano}{9}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}Modelo Vectorial}{10}{}\protected@file@percent } | ||
\citation{B2} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}Modelo Fuzzy}{11}{}\protected@file@percent } | ||
\citation{B6} | ||
\citation{B1} | ||
\@writefile{toc}{\contentsline {section}{\numberline {7}Agrupamiento}{12}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}K-means}{13}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}Objetivo perseguido}{13}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.3}Implementaci\'on}{13}{}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.4}Resultados}{14}{}\protected@file@percent } | ||
\bibcite{B1}{1} | ||
\bibcite{B2}{2} | ||
\bibcite{B3}{3} | ||
\bibcite{B4}{4} | ||
\bibcite{B5}{5} | ||
\bibcite{B6}{6} | ||
\@writefile{toc}{\contentsline {section}{\numberline {8}Conclusiones y trabajo futuro}{15}{}\protected@file@percent } | ||
\gdef \@abspage@last{18} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
% This is LLNCSDOC.STY the modification of the | ||
% LLNCS class file for the documentation of | ||
% the class itself. | ||
% | ||
\def\AmS{{\protect\usefont{OMS}{cmsy}{m}{n}% | ||
A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}} | ||
\def\AmSTeX{{\protect\AmS-\protect\TeX}} | ||
% | ||
\def\ps@myheadings{\let\@mkboth\@gobbletwo | ||
\def\@oddhead{\hbox{}\hfil\small\rm\rightmark | ||
\qquad\thepage}% | ||
\def\@oddfoot{}\def\@evenhead{\small\rm\thepage\qquad | ||
\leftmark\hfil}% | ||
\def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}} | ||
\ps@myheadings | ||
% | ||
\setcounter{tocdepth}{2} | ||
% | ||
\renewcommand{\labelitemi}{--} | ||
\newenvironment{alpherate}% | ||
{\renewcommand{\labelenumi}{\alph{enumi})}\begin{enumerate}}% | ||
{\end{enumerate}\renewcommand{\labelenumi}{enumi}} | ||
% | ||
\def\bibauthoryear{\begingroup | ||
\def\thebibliography##1{\section*{References}% | ||
\small\list{}{\settowidth\labelwidth{}\leftmargin\parindent | ||
\itemindent=-\parindent | ||
\labelsep=\z@ | ||
\usecounter{enumi}}% | ||
\def\newblock{\hskip .11em plus .33em minus -.07em}% | ||
\sloppy | ||
\sfcode`\.=1000\relax}% | ||
\def\@cite##1{##1}% | ||
\def\@lbibitem[##1]##2{\item[]\if@filesw | ||
{\def\protect####1{\string ####1\space}\immediate | ||
\write\@auxout{\string\bibcite{##2}{##1}}}\fi\ignorespaces}% | ||
\begin{thebibliography}{} | ||
\bibitem[1982]{clar:eke3} Clarke, F., Ekeland, I.: Nonlinear | ||
oscillations and boundary-value problems for Hamiltonian systems. | ||
Arch. Rat. Mech. Anal. 78, 315--333 (1982) | ||
\end{thebibliography} | ||
\endgroup} |
Binary file not shown.
Oops, something went wrong.