ddc
src
ConcordDmnLib
Morphan.h
Go to the documentation of this file.
1
// DDC originally by Alexey Sokirko
2
// Changes and modifications 2011-2014 by Bryan Jurish
3
//
4
// This file is part of DDC.
5
//
6
// DDC is free software: you can redistribute it and/or modify
7
// it under the terms of the GNU Lesser General Public License as published by
8
// the Free Software Foundation, either version 3 of the License, or
9
// (at your option) any later version.
10
//
11
// DDC is distributed in the hope that it will be useful,
12
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
// GNU Lesser General Public License for more details.
15
//
16
// You should have received a copy of the GNU Lesser General Public License
17
// along with DDC. If not, see <http://www.gnu.org/licenses/>.
18
//
19
#include "../ConcordLib/ConcCommon.h"
20
extern
string
GetParadigm
(
string
WordForm,
int
LemmaNo,
MorphLanguageEnum
Langua);
21
extern
string
Lemmatize
(
string
WordForm,
MorphLanguageEnum
Langua,
int
& LemmasCount);
22
23
/*--- emacs style variables ---
24
* Local Variables:
25
* mode: C++
26
* c-file-style: "ellemtel"
27
* c-basic-offset: 4
28
* tab-width: 8
29
* indent-tabs-mode: nil
30
* End:
31
*/
Lemmatize
string Lemmatize(string WordForm, MorphLanguageEnum Langua, int &LemmasCount)
Definition:
Morphan.cpp:359
MorphLanguageEnum
MorphLanguageEnum
Definition:
utilit.h:162
GetParadigm
string GetParadigm(string WordForm, int LemmaNo, MorphLanguageEnum Langua)
Definition:
Morphan.cpp:389
Generated by
1.8.13