Commit e55598814af19375c3f92b91af3ccfca89cb4a64
1 parent
7f3e958ff8
Exists in
master
updated readme
Showing 1 changed file with 3 additions and 0 deletions Inline Diff
README.markdown
1 | # context | 1 | # context |
2 | 2 | ||
3 | Copyright (C) 2012 Romain Deveaud <romain.deveaud@gmail.com> | 3 | Copyright (C) 2012 Romain Deveaud <romain.deveaud@gmail.com> |
4 | 4 | ||
5 | Stand-alone functions built on top of mirimiri and lda-ruby. | ||
6 | Aiming to extract contextual features from general corpora related to search scenario. | ||
7 | |||
5 | License | 8 | License |
6 | ======= | 9 | ======= |
7 | 10 | ||
8 | This program is free software: you can redistribute it and/or modify | 11 | This program is free software: you can redistribute it and/or modify |
9 | it under the terms of the GNU General Public License as published by | 12 | it under the terms of the GNU General Public License as published by |
10 | the Free Software Foundation, either version 3 of the License, or | 13 | the Free Software Foundation, either version 3 of the License, or |
11 | (at your option) any later version. | 14 | (at your option) any later version. |
12 | 15 | ||
13 | This program is distributed in the hope that it will be useful, | 16 | This program is distributed in the hope that it will be useful, |
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | GNU General Public License for more details. | 19 | GNU General Public License for more details. |
17 | 20 | ||
18 | You should have received a copy of the GNU General Public License | 21 | You should have received a copy of the GNU General Public License |
19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 22 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 | 23 |