/usr/include/libfolia/folia.h is in libfolia-dev 0.10-4.2+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 | /*
$Id: folia.h 15909 2013-04-03 13:52:24Z sloot $
$URL: https://ilk.uvt.nl/svn/sources/libfolia/trunk/include/libfolia/folia.h $
Copyright (c) 1998 - 2013
ILK - Tilburg University
CLiPS - University of Antwerp
This file is part of libfolia
libfolia is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
libfolia is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
For questions and suggestions, see:
http://ilk.uvt.nl/software.html
or send mail to:
timbl@uvt.nl
*/
#ifndef FOLIA_H
#define FOLIA_H
#include <list>
#include "unicode/unistr.h"
#include "unicode/regex.h"
#include "libxml/tree.h"
#include "libxml/xpath.h"
#include <ctime>
#include "libfolia/foliautils.h"
namespace folia {
class Document;
class FoliaElement;
class AbstractTokenAnnotation;
class Alternative;
class PosAnnotation;
class LemmaAnnotation;
class Sentence;
class Word;
class TextContent;
class Correction;
class Suggestion;
class Division;
class DependencyDependent;
class Paragraph;
class Morpheme;
class FoliaElement {
friend std::ostream& operator<<( std::ostream&, const FoliaElement& );
friend std::ostream& operator<<( std::ostream&, const FoliaElement* );
friend bool operator==( const FoliaElement&, const FoliaElement& );
friend class Document;
friend class Correction;
public:
//Constructor
FoliaElement( Document* =0 );
virtual ~FoliaElement();
static FoliaElement *createElement( Document *, const ElementType );
static FoliaElement *createElement( Document *, const std::string& );
void classInit( const std::string& s="" ){
init(); // virtual init
if ( !s.empty() ){
// this enables the init of empty classes, which hopefully get their
// attributes in a later state
setAttributes( getArgs( s ) );
}
}
void classInit( const KWargs& a ){
init(); // virtual init
setAttributes( a ); // also virtual!
}
virtual void setAttributes( const KWargs& );
void setDateTime( const std::string& );
std::string getDateTime() const;
//functions regarding contained data
size_t size() const { return data.size(); };
void fixupDoc( Document* );
virtual FoliaElement *append( FoliaElement* );
virtual FoliaElement *postappend( ) { return this; };
virtual std::vector<FoliaElement*> findreplacables( FoliaElement * ) const;
void remove( FoliaElement *, bool = true );
void replace( FoliaElement * );
FoliaElement* index( size_t ) const;
FoliaElement* operator[]( size_t i ) const {
return index(i);
}
FoliaElement* rindex( size_t ) const;
virtual const Word* resolveword( const std::string& ) const { return 0; };
bool isinstance( ElementType et ) const {
return et == _element_id;
}
template <typename F>
bool isinstance() const {
F obj("");
return _element_id == obj._element_id;
}
template <typename F>
std::vector<F*> select( const std::string& st,
const std::set<ElementType>& exclude,
bool recurse = true ) const {
F obj("");
std::vector<F*> res;
std::vector<FoliaElement*> tmp = select( obj._element_id,
st,
exclude,
recurse );
for ( size_t i = 0; i < tmp.size(); ++i ){
res.push_back( dynamic_cast<F*>( tmp[i]) );
}
return res;
}
template <typename F>
std::vector<F*> select( const std::string& st,
bool recurse = true ) const {
F obj("");
std::vector<F*> res;
std::vector<FoliaElement*> tmp = select( obj._element_id,
st,
recurse );
for ( size_t i = 0; i < tmp.size(); ++i ){
res.push_back( dynamic_cast<F*>( tmp[i]) );
}
return res;
}
template <typename F>
std::vector<F*> select( const char* st,
bool recurse = true ) const {
F obj("");
std::vector<F*> res;
std::vector<FoliaElement*> tmp = select( obj._element_id,
std::string(st),
recurse );
for ( size_t i = 0; i < tmp.size(); ++i ){
res.push_back( dynamic_cast<F*>( tmp[i]) );
}
return res;
}
template <typename F>
std::vector<F*> select( const std::set<ElementType>& exclude,
bool recurse = true ) const {
F obj("");
std::vector<F*> res;
std::vector<FoliaElement*> tmp = select( obj._element_id,
exclude,
recurse );
for ( size_t i = 0; i < tmp.size(); ++i ){
res.push_back( dynamic_cast<F*>( tmp[i]) );
}
return res;
}
template <typename F>
std::vector<F*> select( bool recurse = true ) const {
F obj("");
std::vector<F*> res;
std::vector<FoliaElement*> tmp = select( obj._element_id,
recurse );
for ( size_t i = 0; i < tmp.size(); ++i ){
res.push_back( dynamic_cast<F*>( tmp[i]) );
}
return res;
}
template <typename F>
std::vector<F*> annotations( ) const {
if ( allowannotations() ){
std::vector<F*> v = select<F>();
if ( v.size() >= 1 )
return v;
else {
F obj("");
throw NoSuchAnnotation( obj.classname() );
}
}
else {
throw NotImplementedError( "annotations() for " + _xmltag );
};
}
template <typename F>
F *annotation() const {
std::vector<F*>v = annotations<F>();
return v[0]; // always exist, otherwise annotations would throw()
}
template <typename F>
F *annotation( const std::string& st ) const {
if ( allowannotations() ){
// Will return a SINGLE annotation (even if there are multiple).
// Raises a NoSuchAnnotation exception if none was found
std::vector<F*>v = select<F>( st );
if ( v.size() >= 1 )
return v[0];
else {
F obj("");
if ( st.empty() )
throw NoSuchAnnotation( obj.classname() );
else
throw NoSuchAnnotation( obj.classname() + " in set '" + st + "'" );
}
}
else {
throw NotImplementedError( "annotation() for " + _xmltag );
}
}
std::vector<std::string> feats( const std::string& ) const;
std::vector<Sentence *> sentencePart() const;
std::string feat( const std::string& ) const;
//XML (de)serialisation
std::string xmlstring() const; // serialize to a string (XML fragment)
virtual xmlNode *xml( bool, bool = false ) const; //serialize to XML
virtual FoliaElement* parseXml( const xmlNode * );
virtual std::string str() const;
UnicodeString unicode() const { return text(); };
UnicodeString toktext( const std::string& cls = "current" ) const {
return text( cls, true );
}
virtual UnicodeString text( const std::string& = "current", bool = false ) const;
virtual TextContent *textcontent( const std::string& = "current" ) const;
virtual UnicodeString stricttext( const std::string& = "current" ) const;
bool hastext( const std::string& = "current" ) const ;
virtual FoliaElement *head() const {
throw NotImplementedError("head() for " + _xmltag );
}
virtual FoliaElement *getNew() const {
throw NotImplementedError("getNew() for " + _xmltag ); };
virtual FoliaElement *getOriginal() const {
throw NotImplementedError("getOriginal() for " + _xmltag ); };
virtual FoliaElement *getCurrent() const {
throw NotImplementedError("getCurrent() for " + _xmltag ); };
virtual FoliaElement *split( FoliaElement *, FoliaElement *,
const std::string& = "" ){
throw NotImplementedError("split() for " + _xmltag ); };
virtual Correction *mergewords( FoliaElement *,
const std::vector<FoliaElement *>&,
const std::string& = "" ){
throw NotImplementedError("mergewords() for " + _xmltag ); };
virtual Correction *deleteword( FoliaElement *,
const std::string& = "" ){
throw NotImplementedError("deleteword() for " + _xmltag ); };
virtual Correction *insertword( FoliaElement *, FoliaElement *,
const std::string& = "" ){
throw NotImplementedError("insertword() for " + _xmltag ); };
virtual std::vector<Suggestion*> suggestions() const
{ throw NotImplementedError("suggestions() for " + _xmltag ); };
virtual Suggestion *suggestions( size_t ) const
{ throw NotImplementedError("suggestions() for " + _xmltag ); };
virtual std::string subset() const
{ throw NotImplementedError("subset() for " + _xmltag ); };
virtual FoliaElement *previous() const {
throw NotImplementedError("previous() for " + _xmltag ); };
virtual FoliaElement *next() const {
throw NotImplementedError("next() for " + _xmltag ); };
virtual std::vector<Word*> context( size_t,
const std::string& ="" ) const {
throw NotImplementedError("contect() for " + _xmltag ); };
virtual std::vector<Word*> leftcontext( size_t,
const std::string& ="" ) const {
throw NotImplementedError("leftcontect() for " + _xmltag );
};
virtual std::vector<Word*> rightcontext( size_t,
const std::string& ="" ) const {
throw NotImplementedError("rightcontext() for " + _xmltag );
};
virtual int offset() const {
throw NotImplementedError("offset() for " + _xmltag );
};
virtual std::string getlang() const {
throw NotImplementedError("offset() for " + _xmltag );
};
virtual std::string setlang( const std::string& ) {
throw NotImplementedError("offset() for " + _xmltag );
};
std::string pos( const std::string& = "" ) const;
std::string lemma( const std::string& = "" ) const;
std::string cls() const { return _class; };
std::string sett() const { return _set; };
std::string annotator( ) const { return _annotator; };
void annotator( const std::string& a ) { _annotator = a; };
AnnotatorType annotatortype() const { return _annotator_type; };
void annotatortype( AnnotatorType t ) { _annotator_type = t; };
double confidence() const { return _confidence; };
void confidence( double d ) { _confidence = d; };
AnnotationType::AnnotationType annotation_type() const { return _annotation_type; };
std::string classname() const { return toString(_element_id); };
std::string n() const { return _n; };
std::string id() const { return _id; };
ElementType element_id() const { return _element_id; };
std::string xmltag() const { return _xmltag; };
Document *doc() const { return mydoc; };
xmlNs *foliaNs() const;
virtual Sentence *sentence() const {
throw NotImplementedError("sentence() for " + _xmltag );
};
virtual Paragraph *paragraph() const {
throw NotImplementedError("paragraph() for " + _xmltag );
};
virtual Division *division() const {
throw NotImplementedError("division() for " + _xmltag );
};
virtual Correction *incorrection() const {
throw NotImplementedError("incorrection() for " + _xmltag );
};
virtual std::vector<Paragraph*> paragraphs() const {
throw NotImplementedError("paragraphs() for " + _xmltag );
};
virtual std::vector<Sentence*> sentences() const {
throw NotImplementedError("sentences() for " + _xmltag );
};
virtual std::vector<Word*> words() const {
throw NotImplementedError("words() for " + _xmltag );
};
virtual std::vector<Morpheme*> morphemes( const std::string& ) const {
throw NotImplementedError("morphemes() for " + _xmltag );
};
virtual Morpheme* morpheme( size_t, const std::string& ) const {
throw NotImplementedError("morpheme() for " + _xmltag );
};
virtual Sentence *sentences( size_t ) const {
throw NotImplementedError("sentences() for " + _xmltag );
};
virtual Sentence *rsentences( size_t ) const {
throw NotImplementedError("rsentences() for " + _xmltag );
};
virtual Paragraph *paragraphs( size_t ) const {
throw NotImplementedError("paragraphs() for " + _xmltag );
};
virtual Paragraph *rparagraphs( size_t ) const {
throw NotImplementedError("rparagraphs() for " + _xmltag );
};
virtual Word *words( size_t ) const {
throw NotImplementedError("words() for " + _xmltag );
};
virtual std::vector<Word *> wordParts() const {
throw NotImplementedError("words() for " + _xmltag );
};
virtual Word *rwords( size_t ) const {
throw NotImplementedError("rwords() for " + _xmltag );
};
virtual DependencyDependent *dependent() const {
throw NotImplementedError("dependent() for " + _xmltag );
};
virtual std::string description() const;
Sentence *addSentence( const std::string& s ="" ){
return addSentence( getArgs(s) );
};
Sentence *addSentence( const KWargs& );
Word *addWord( const std::string& s ){
return addWord( getArgs(s) );
}
Word *addWord( const KWargs& );
TextContent *settext( const std::string&, const std::string& = "current" );
TextContent *settext( const std::string&, int , const std::string& = "current" );
template <typename F>
F *addAlternative();
template <typename F>
F *addAlternative( const KWargs& );
template <typename F>
F *addAnnotation( const KWargs& args ) {
F *res = 0;
try {
res = new F( mydoc, args);
}
catch( std::exception& ){
delete res;
throw;
}
append( res );
return res;
}
PosAnnotation *addPosAnnotation( const KWargs& );
LemmaAnnotation *addLemmaAnnotation( const KWargs& );
std::vector<Alternative*> alternatives( const std::string& s = "" ) const {
return alternatives( BASE, s );
}
virtual std::vector<Alternative *> alternatives( ElementType,
const std::string& = ""
) const {
throw NotImplementedError("alternatives() for " + _xmltag );
}
virtual std::string content() const {
throw NoSuchAnnotation( "content" );
}
virtual Correction *correct( const std::vector<FoliaElement*>,
const std::vector<FoliaElement*>,
const std::vector<FoliaElement*>,
const std::vector<FoliaElement*>,
const KWargs& ){
throw NotImplementedError("correct() for " + _xmltag );
}
virtual Correction* correct( FoliaElement*,
FoliaElement*,
const KWargs& ){
throw NotImplementedError("correct() for " + _xmltag );
}
virtual Correction *correct( const std::string& = "" ){
throw NotImplementedError("correct() for " + _xmltag ); };
virtual std::string src() const {
throw NotImplementedError("src() for " + _xmltag ); };
virtual UnicodeString caption() const {
throw NotImplementedError("caption() for " + _xmltag ); };
void increfcount() { ++refcount; };
FoliaElement *parent() const { return _parent; };
void setParent( FoliaElement *p ) { _parent = p ; };
void setAuth( bool b ){ _auth = b; };
virtual std::vector<FoliaElement *> resolve() const {
throw NotImplementedError("resolve() for " + _xmltag );
};
protected:
virtual void init()=0;
virtual KWargs collectAttributes() const;
virtual std::string getTextDelimiter( bool=false ) const { return TEXTDELIMITER; }
virtual std::string generateId( const std::string& ){
throw NotImplementedError( "generateId() not allowed for " + classname() );
};
virtual bool allowannotations() const { return false; };
std::vector<FoliaElement*> select( ElementType elementtype,
bool = true ) const;
std::vector<FoliaElement*> select( ElementType elementtype,
const std::set<ElementType>& ,
bool = true ) const;
std::vector<FoliaElement*> select( ElementType elementtype,
const std::string&,
bool = true ) const;
std::vector<FoliaElement*> select( ElementType elementtype,
const std::string&,
const std::set<ElementType>& ,
bool = true ) const;
bool acceptable( ElementType ) const;
bool checkAtts();
bool addable( const FoliaElement * ) const;
std::vector<FoliaElement*> data;
FoliaElement *_parent;
bool _auth;
Document *mydoc;
std::string _xmltag;
ElementType _element_id;
std::set<ElementType> _accepted_data;
AnnotationType::AnnotationType _annotation_type;
Attrib _required_attributes;
Attrib _optional_attributes;
size_t occurrences;
size_t occurrences_per_set;
std::string TEXTDELIMITER;
bool PRINTABLE;
bool AUTH;
//common FoLiA attributes
//not applicable to all subtypes, but taking this slight extra memory
//loss for granted. (Perhaps make them into pointers?)
std::string _id;
std::string _set;
std::string _class;
std::string _annotator;
std::string _n;
std::string _datetime;
AnnotatorType _annotator_type;
double _confidence;
int refcount;
};
bool operator==( const FoliaElement&, const FoliaElement& );
inline bool operator!=( const FoliaElement& e1, const FoliaElement& e2 ){
return !( e1 == e2 );
}
inline size_t len( const FoliaElement *e ) {
return e->size(); }
template <typename T>
inline size_t len( const std::vector<T>& v ) {
return v.size(); }
inline std::string str( const FoliaElement *e ) {
return e->str(); }
inline UnicodeString text( const FoliaElement *e ) {
if ( e )
return e->text();
else
throw ValueError( "text() for empty element" );
}
inline UnicodeString unicode( const FoliaElement *e ) {
return e->unicode(); }
inline bool isinstance( const FoliaElement *e, ElementType t ) {
return e->isinstance( t ); }
class AllowGenerateID {
public:
void setMaxId( FoliaElement * );
int getMaxId( const std::string& );
protected:
std::string IGgen( const std::string&, const std::string& );
private:
std::map<std::string, int> maxid;
};
class AbstractStructureElement: public FoliaElement, AllowGenerateID {
public:
AbstractStructureElement( Document *d=0 ): FoliaElement( d ) { classInit(); };
std::string str() const;
bool allowannotations() const { return true; };
std::vector<Alternative *> alternatives( ElementType = BASE,
const std::string& = "" ) const;
FoliaElement *append( FoliaElement* );
Correction *correct( std::vector<FoliaElement*>,
std::vector<FoliaElement*>,
std::vector<FoliaElement*>,
std::vector<FoliaElement*>,
const KWargs& );
std::vector<Paragraph*> paragraphs() const;
std::vector<Sentence*> sentences() const;
std::vector<Word*> words() const;
Sentence *sentences( size_t ) const;
Sentence *rsentences( size_t ) const;
Paragraph *paragraphs( size_t ) const;
Paragraph *rparagraphs( size_t ) const;
Word *words( size_t ) const;
Word *rwords( size_t ) const;
const Word* resolveword( const std::string& ) const;
std::string generateId( const std::string& tag ){
return IGgen( tag, _id );
}
private:
void init();
};
class AbstractAnnotation: public FoliaElement {
public:
AbstractAnnotation( Document *d=0 ): FoliaElement( d ){};
};
class AbstractTokenAnnotation: public AbstractAnnotation, AllowGenerateID {
public:
AbstractTokenAnnotation( Document *d=0 ): AbstractAnnotation( d ){ classInit(); };
std::string generateId( const std::string& tag ){
return IGgen( tag, _id );
}
private:
void init();
};
class AbstractSubTokenAnnotation: public AbstractAnnotation {
public:
AbstractSubTokenAnnotation( Document *d=0 ): AbstractAnnotation( d ){ classInit(); };
private:
void init();
};
class Feature: public FoliaElement {
public:
Feature( const std::string& s=""): FoliaElement( ){ classInit( s ); }
Feature( const KWargs& a ): FoliaElement( ){ classInit( a ); }
Feature( Document *d, const std::string& s=""): FoliaElement( d ){ classInit( s ); }
Feature( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); }
void setAttributes( const KWargs& );
KWargs collectAttributes() const;
std::string subset() const { return _subset; };
protected:
std::string _subset;
private:
void init();
};
class AbstractSpanAnnotation: public AbstractAnnotation, AllowGenerateID {
public:
AbstractSpanAnnotation( Document *d=0 ): AbstractAnnotation( d ){ classInit(); };
xmlNode *xml( bool, bool=false ) const;
FoliaElement *append( FoliaElement* );
std::string generateId( const std::string& tag ){
return IGgen( tag, _id );
}
private:
void init();
};
class TextContent: public FoliaElement {
public:
TextContent( const std::string& s="" ): FoliaElement( ){ classInit( s ); }
TextContent( const KWargs& a ): FoliaElement( ){ classInit( a ); }
TextContent( Document *d, const std::string& s="" ): FoliaElement( d ){ classInit( s ); }
TextContent( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); }
FoliaElement* parseXml( const xmlNode * );
xmlNode *xml( bool, bool=false ) const;
void setAttributes( const KWargs& );
KWargs collectAttributes() const;
std::string str() const;
UnicodeString text( const std::string& = "current", bool = false ) const;
int offset() const { return _offset; };
std::string getlang() const { return _lang; };
std::string setlang( const std::string& l ) {
std::string t = _lang;
_lang = l;
return t;
};
FoliaElement *append( FoliaElement* ){
throw NotImplementedError("TextContent::append() for " + _xmltag ); };
TextContent *postappend();
std::vector<FoliaElement*> findreplacables( FoliaElement * ) const;
private:
void init();
int _offset;
std::string _lang;
UnicodeString _text;
};
class FoLiA: public FoliaElement {
public:
FoLiA( const std::string& s="" ): FoliaElement( ) { classInit( s ); };
FoLiA( const KWargs& a ): FoliaElement( ) { classInit( a ); };
FoLiA( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
FoLiA( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
private:
void init();
};
class DCOI: public FoliaElement {
public:
DCOI( const std::string& s=""): FoliaElement( ) { classInit( s ); };
DCOI( const KWargs& a ): FoliaElement( ) { classInit( a ); };
DCOI( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
DCOI( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
private:
void init();
};
class Head: public AbstractStructureElement {
public:
Head( const std::string& s=""): AbstractStructureElement() { classInit( s ); };
Head( const KWargs& a ): AbstractStructureElement() { classInit( a ); };
Head( Document *d, const std::string& s=""): AbstractStructureElement( d ) { classInit( s ); };
Head( Document *d, const KWargs& a ): AbstractStructureElement( d ) { classInit( a ); };
private:
void init();
};
class Gap: public FoliaElement {
public:
Gap( const std::string& s=""): FoliaElement( ) { classInit( s ); };
Gap( const KWargs& a ): FoliaElement( ) { classInit( a ); };
Gap( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
Gap( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
std::string content() const;
private:
void init();
};
class Content: public FoliaElement {
public:
Content( const std::string& s=""): FoliaElement( ) { classInit( s ); };
Content( const KWargs& a ): FoliaElement( ) { classInit( a ); };
Content( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
Content( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
FoliaElement* parseXml( const xmlNode * );
xmlNode *xml( bool, bool = false ) const;
std::string content() const { return value; };
private:
void init();
std::string value;
};
class MetricAnnotation: public FoliaElement {
public:
MetricAnnotation( const std::string& s=""): FoliaElement( ) { classInit( s ); };
MetricAnnotation( const KWargs& a ): FoliaElement( ) { classInit( a ); };
MetricAnnotation( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
MetricAnnotation( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
private:
void init();
};
class Division: public AbstractStructureElement {
public:
Division( const std::string& s=""): AbstractStructureElement() { classInit( s ); };
Division( const KWargs& a ): AbstractStructureElement() { classInit( a ); };
Division( Document *d, const std::string& s=""): AbstractStructureElement( d ) { classInit( s ); };
Division( Document *d, const KWargs& a ): AbstractStructureElement( d ) { classInit( a ); };
Head *head() const;
private:
void init();
};
class LineBreak: public AbstractStructureElement {
public:
LineBreak( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
LineBreak( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
LineBreak( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
LineBreak( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class WhiteSpace: public AbstractStructureElement {
public:
WhiteSpace( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
WhiteSpace( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
WhiteSpace( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
WhiteSpace( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Word: public AbstractStructureElement {
public:
Word( const std::string& s="" ): AbstractStructureElement(){ classInit( s ); };
Word( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Word( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Word( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
Correction *correct( const std::string& = "" );
Correction *correct( FoliaElement*,
FoliaElement*,
const KWargs& );
FoliaElement *split( FoliaElement *, FoliaElement *,
const std::string& = "" );
Sentence *sentence() const;
Paragraph *paragraph() const;
Division *division() const;
std::vector<Morpheme *> morphemes( const std::string& ="" ) const;
Morpheme* morpheme( size_t, const std::string& ="" ) const;
Correction *incorrection() const;
Word *previous() const;
Word *next() const;
std::vector<Word*> context( size_t,
const std::string& ="" ) const;
std::vector<Word*> leftcontext( size_t,
const std::string& = "" ) const;
std::vector<Word*> rightcontext( size_t,
const std::string& ="" ) const;
FoliaElement *append( FoliaElement *);
const Word* resolveword( const std::string& ) const;
void setAttributes( const KWargs& );
KWargs collectAttributes() const;
std::string getTextDelimiter( bool retaintok=false) const {
if ( space || retaintok )
return TEXTDELIMITER;
else {
return "";
}
}
private:
void init();
bool space;
};
class String: public AbstractTokenAnnotation {
public:
String( const std::string& s="" ): AbstractTokenAnnotation(){ classInit( s ); };
String( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
String( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); };
String( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class PlaceHolder: public Word {
public:
PlaceHolder( const std::string& s=""): Word(){ classInit( s ); };
PlaceHolder( const KWargs& a ): Word(){ classInit( a ); };
PlaceHolder( Document *d, const std::string& s=""): Word( d ){ classInit( s ); };
PlaceHolder( Document *d, const KWargs& a ): Word( d ){ classInit( a ); };
void setAttributes( const KWargs& );
private:
void init();
};
class Sentence: public AbstractStructureElement {
public:
Sentence( const std::string& s=""): AbstractStructureElement(){ classInit( s ); }
Sentence( const KWargs& a ): AbstractStructureElement(){ classInit( a ); }
Sentence( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); }
Sentence( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); }
Correction *splitWord( FoliaElement *, FoliaElement *,
FoliaElement *, const KWargs& );
Correction *mergewords( FoliaElement *,
const std::vector<FoliaElement *>&,
const std::string& = "" );
Correction *deleteword( FoliaElement *, const std::string& args );
Correction *insertword( FoliaElement *, FoliaElement *,
const std::string& args );
std::vector<Word*> wordParts() const;
private:
Correction *correctWords( const std::vector<FoliaElement *>&,
const std::vector<FoliaElement *>&,
const std::vector<FoliaElement *>&,
const KWargs& );
void init();
};
class Text: public AbstractStructureElement {
public:
Text( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Text( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Text( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Text( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Event: public AbstractStructureElement {
public:
Event( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Event( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Event( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Event( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Caption: public AbstractStructureElement {
public:
Caption( const std::string& s="" ): AbstractStructureElement(){ classInit( s ); };
Caption( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Caption( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Caption( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Label: public AbstractStructureElement {
public:
Label( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Label( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Label( Document *d, const std::string& s="" ): AbstractStructureElement( d ){ classInit( s ); };
Label( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class ListItem: public AbstractStructureElement {
public:
ListItem( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
ListItem( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
ListItem( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
ListItem( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class List: public AbstractStructureElement {
public:
List( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
List( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
List( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
List( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Figure: public AbstractStructureElement {
public:
Figure( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Figure( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Figure( Document *d, const std::string& s="" ): AbstractStructureElement( d ){ classInit( s ); };
Figure( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
void setAttributes( const KWargs& );
KWargs collectAttributes() const;
std::string src() const { return _src; };
UnicodeString caption() const;
private:
void init();
std::string _src;
};
class Paragraph: public AbstractStructureElement {
public:
Paragraph( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Paragraph( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Paragraph( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Paragraph( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
private:
void init();
};
class Alternative: public AbstractStructureElement {
public:
Alternative( const std::string& s=""): AbstractStructureElement(){ classInit( s ); };
Alternative( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Alternative( Document *d, const std::string& s=""): AbstractStructureElement( d ){ classInit( s ); };
Alternative( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
bool allowannotations() const { return true; };
private:
void init();
};
class AlternativeLayers: public FoliaElement {
public:
AlternativeLayers( const std::string& s=""): FoliaElement(){ classInit( s ); };
AlternativeLayers( const KWargs& a ): FoliaElement(){ classInit( a ); };
AlternativeLayers( Document *d, const std::string& s=""): FoliaElement( d ){ classInit( s ); };
AlternativeLayers( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); };
private:
void init();
};
template <typename F>
F *FoliaElement::addAlternative( const KWargs& args ){
KWargs kw;
std::string id = generateId( "alt" );
kw["id"] = id;
F *res = 0;
Alternative *alt = 0;
try {
alt = new Alternative( mydoc, kw );
res = alt->addAnnotation<F>( args );
}
catch( std::exception& ){
delete alt;
throw;
}
append( alt );
return res;
}
template <typename F>
F *FoliaElement::addAlternative(){
KWargs numb;
return addAlternative<F>( numb );
}
class PosAnnotation: public AbstractTokenAnnotation {
public:
PosAnnotation( const std::string& s=""): AbstractTokenAnnotation(){ classInit( s ); };
PosAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
PosAnnotation( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); };
PosAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class LemmaAnnotation: public AbstractTokenAnnotation {
public:
LemmaAnnotation( const std::string& s=""): AbstractTokenAnnotation(){ classInit( s ); };
LemmaAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
LemmaAnnotation( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); };
LemmaAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class PhonAnnotation: public AbstractTokenAnnotation {
public:
PhonAnnotation( const std::string& s=""): AbstractTokenAnnotation(){ classInit( s ); };
PhonAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
PhonAnnotation( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); };
PhonAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class DomainAnnotation: public AbstractTokenAnnotation {
public:
DomainAnnotation( const std::string& s=""): AbstractTokenAnnotation(){ classInit( s ); };
DomainAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
DomainAnnotation( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); };
DomainAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class SenseAnnotation: public AbstractTokenAnnotation {
public:
SenseAnnotation( const std::string& s="" ): AbstractTokenAnnotation(){ classInit( s ); };
SenseAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
SenseAnnotation( Document *d, const std::string& s="" ): AbstractTokenAnnotation( d ){ classInit( s ); };
SenseAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class SubjectivityAnnotation: public AbstractTokenAnnotation {
public:
SubjectivityAnnotation( const std::string& s="" ): AbstractTokenAnnotation(){ classInit( s ); };
SubjectivityAnnotation( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); };
SubjectivityAnnotation( Document *d, const std::string& s="" ): AbstractTokenAnnotation( d ){ classInit( s ); };
SubjectivityAnnotation( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); };
private:
void init();
};
class Quote: public AbstractStructureElement {
public:
Quote( const std::string& s="" ): AbstractStructureElement(){ classInit( s ); };
Quote( const KWargs& a ): AbstractStructureElement(){ classInit( a ); };
Quote( Document *d, const std::string& s="" ): AbstractStructureElement( d ){ classInit( s ); };
Quote( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); };
FoliaElement *append( FoliaElement *);
std::vector<Word*> wordParts() const;
private:
void init();
};
class BeginDateTimeFeature: public Feature {
public:
BeginDateTimeFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
BeginDateTimeFeature( const KWargs& a ): Feature( ){ classInit( a ); }
BeginDateTimeFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
BeginDateTimeFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class EndDateTimeFeature: public Feature {
public:
EndDateTimeFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
EndDateTimeFeature( const KWargs& a ): Feature( ){ classInit( a ); }
EndDateTimeFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
EndDateTimeFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class SynsetFeature: public Feature {
public:
SynsetFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
SynsetFeature( const KWargs& a ): Feature( ){ classInit( a ); }
SynsetFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
SynsetFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class ActorFeature: public Feature {
public:
ActorFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
ActorFeature( const KWargs& a ): Feature( ){ classInit( a ); }
ActorFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
ActorFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class HeadFeature: public Feature {
public:
HeadFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
HeadFeature( const KWargs& a ): Feature( ){ classInit( a ); }
HeadFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
HeadFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class ValueFeature: public Feature {
public:
ValueFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
ValueFeature( const KWargs& a ): Feature( ){ classInit( a ); }
ValueFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
ValueFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class FunctionFeature: public Feature {
public:
FunctionFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
FunctionFeature( const KWargs& a ): Feature( ){ classInit( a ); }
FunctionFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
FunctionFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class TimeFeature: public Feature {
public:
TimeFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
TimeFeature( const KWargs& a ): Feature( ){ classInit( a ); }
TimeFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
TimeFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class LevelFeature: public Feature {
public:
LevelFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
LevelFeature( const KWargs& a ): Feature( ){ classInit( a ); }
LevelFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
LevelFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class ModalityFeature: public Feature {
public:
ModalityFeature( const std::string& s="" ): Feature( ){ classInit( s ); }
ModalityFeature( const KWargs& a ): Feature( ){ classInit( a ); }
ModalityFeature( Document *d, const std::string& s="" ): Feature( d ){ classInit( s ); }
ModalityFeature( Document *d, const KWargs& a ): Feature( d ){ classInit( a ); }
private:
void init();
};
class WordReference: public FoliaElement {
public:
WordReference( const std::string& s="" ): FoliaElement( ){ classInit( s ); };
WordReference( const KWargs& a ): FoliaElement( ){ classInit( a ); };
WordReference( Document *d, const std::string& s="" ): FoliaElement( d ){ classInit( s ); };
WordReference( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); };
private:
void init();
FoliaElement* parseXml( const xmlNode *node );
};
class Alignment: public FoliaElement {
public:
Alignment( const std::string& s="" ): FoliaElement( ){ classInit( s ); };
Alignment( const KWargs& a ): FoliaElement( ){ classInit( a ); };
Alignment( Document *d, const std::string& s="" ): FoliaElement( d ){ classInit( s ); };
Alignment( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); };
std::string href() const { return _href; };
std::vector<FoliaElement *>resolve() const;
KWargs collectAttributes() const;
void setAttributes( const KWargs& );
private:
void init();
std::string _href;
std::string _type;
};
class AlignReference: public FoliaElement {
friend class Alignment;
public:
AlignReference( const std::string& s="" ): FoliaElement( ){ classInit( s ); };
AlignReference( const KWargs& a ): FoliaElement( ){ classInit( a ); };
AlignReference( Document *d, const std::string& s="" ): FoliaElement( d ){ classInit( s ); };
AlignReference( Document *d, const KWargs& a ): FoliaElement( d ){ classInit( a ); };
KWargs collectAttributes() const;
void setAttributes( const KWargs& );
private:
void init();
FoliaElement* parseXml( const xmlNode *node );
FoliaElement *resolve( const Alignment *ref ) const;
std::string refId;
std::string _type;
std::string _t;
};
class SyntacticUnit: public AbstractSpanAnnotation {
public:
SyntacticUnit( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
SyntacticUnit( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
SyntacticUnit( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
SyntacticUnit( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class Chunk: public AbstractSpanAnnotation {
public:
Chunk( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
Chunk( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
Chunk( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
Chunk( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class Entity: public AbstractSpanAnnotation {
public:
Entity( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
Entity( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
Entity( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
Entity( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class Headwords: public AbstractSpanAnnotation {
public:
Headwords( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
Headwords( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
Headwords( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
Headwords( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class DependencyDependent: public AbstractSpanAnnotation {
public:
DependencyDependent( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
DependencyDependent( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
DependencyDependent( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
DependencyDependent( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class Dependency: public AbstractSpanAnnotation {
public:
Dependency( const std::string& s="" ): AbstractSpanAnnotation( ){ classInit( s ); }
Dependency( const KWargs& a ): AbstractSpanAnnotation( ){ classInit( a ); }
Dependency( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
Dependency( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
Headwords *head() const;
DependencyDependent *dependent() const;
private:
void init();
};
class CoreferenceLink: public AbstractSpanAnnotation {
public:
CoreferenceLink( const std::string& s="" ): AbstractSpanAnnotation(){ classInit( s ); }
CoreferenceLink( const KWargs& a ): AbstractSpanAnnotation(){ classInit( a ); }
CoreferenceLink( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
CoreferenceLink( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class CoreferenceChain: public AbstractSpanAnnotation {
public:
CoreferenceChain( const std::string& s="" ): AbstractSpanAnnotation(){ classInit( s ); }
CoreferenceChain( const KWargs& a ): AbstractSpanAnnotation(){ classInit( a ); }
CoreferenceChain( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
CoreferenceChain( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class SemanticRole: public AbstractSpanAnnotation {
public:
SemanticRole( const std::string& s="" ): AbstractSpanAnnotation(){ classInit( s ); }
SemanticRole( const KWargs& a ): AbstractSpanAnnotation(){ classInit( a ); }
SemanticRole( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
SemanticRole( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class AbstractAnnotationLayer: public FoliaElement, AllowGenerateID {
public:
AbstractAnnotationLayer( const std::string& s=""): FoliaElement( ) { classInit( s ); };
AbstractAnnotationLayer( const KWargs& a ): FoliaElement( ) { classInit( a ); };
AbstractAnnotationLayer( Document *d, const std::string& s=""): FoliaElement( d ) { classInit( s ); };
AbstractAnnotationLayer( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
std::string generateId( const std::string& tag ){
return IGgen( tag, _id );
}
private:
void init();
};
class AbstractCorrectionChild: public FoliaElement {
public:
AbstractCorrectionChild( Document *d=0 ): FoliaElement( d ){ classInit(); };
private:
void init();
};
class NewElement: public AbstractCorrectionChild {
public:
NewElement( const std::string& s=""): AbstractCorrectionChild( ) { classInit( s ); };
NewElement( const KWargs& a ): AbstractCorrectionChild( ) { classInit( a ); };
NewElement( Document *d, const std::string& s=""): AbstractCorrectionChild( d ) { classInit( s ); };
NewElement( Document *d, const KWargs& a ): AbstractCorrectionChild( d ) { classInit( a ); };
private:
void init();
};
class Current: public AbstractCorrectionChild {
public:
Current( const std::string& s=""): AbstractCorrectionChild( ) { classInit( s ); };
Current( const KWargs& a ): AbstractCorrectionChild( ) { classInit( a ); };
Current( Document *d, const std::string& s=""): AbstractCorrectionChild( d ) { classInit( s ); };
Current( Document *d, const KWargs& a ): AbstractCorrectionChild( d ) { classInit( a ); };
private:
void init();
};
class Original: public AbstractCorrectionChild {
public:
Original( const std::string& s=""): AbstractCorrectionChild( ) { classInit( s ); };
Original( const KWargs& a ): AbstractCorrectionChild( ) { classInit( a ); };
Original( Document *d, const std::string& s=""): AbstractCorrectionChild( d ) { classInit( s ); };
Original( Document *d, const KWargs& a ): AbstractCorrectionChild( d ) { classInit( a ); };
private:
void init();
};
class Suggestion: public AbstractCorrectionChild {
public:
Suggestion( const std::string& s=""): AbstractCorrectionChild( ) { classInit( s ); };
Suggestion( const KWargs& a ): AbstractCorrectionChild( ) { classInit( a ); };
Suggestion( Document *d, const std::string& s=""): AbstractCorrectionChild( d ) { classInit( s ); };
Suggestion( Document *d, const KWargs& a ): AbstractCorrectionChild( d ) { classInit( a ); };
private:
void init();
};
class Description: public FoliaElement {
public:
Description( const std::string& s=""): FoliaElement( ) { classInit( s ); };
Description( const KWargs& a ): FoliaElement( ) { classInit( a ); };
Description( Document *d, const std::string& s="" ): FoliaElement( d ) { classInit( s ); };
Description( Document *d, const KWargs& a ): FoliaElement( d ) { classInit( a ); };
std::string description() const { return _value; };
void setAttributes( const KWargs& kwargs );
FoliaElement* parseXml( const xmlNode * );
xmlNode *xml( bool, bool=false ) const;
private:
void init();
std::string _value;
};
class Correction: public AbstractTokenAnnotation {
public:
Correction( const std::string& s=""): AbstractTokenAnnotation( ){ classInit( s ); }
Correction( const KWargs& a ): AbstractTokenAnnotation( ){ classInit( a ); }
Correction( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); }
Correction( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); }
bool hasNew() const;
bool hasOriginal() const;
bool hasCurrent() const;
bool hasSuggestions() const;
NewElement *getNew() const;
Original *getOriginal() const;
Current *getCurrent() const;
std::vector<Suggestion*> suggestions() const;
Suggestion *suggestions( size_t ) const;
UnicodeString text( const std::string& = "current", bool = false ) const;
TextContent *textcontent( const std::string& = "current" ) const;
private:
void init();
};
class ErrorDetection: public AbstractTokenAnnotation {
public:
ErrorDetection( const std::string& s=""): AbstractTokenAnnotation(){ classInit( s ); }
ErrorDetection( const KWargs& a ): AbstractTokenAnnotation(){ classInit( a ); }
ErrorDetection( Document *d, const std::string& s=""): AbstractTokenAnnotation( d ){ classInit( s ); }
ErrorDetection( Document *d, const KWargs& a ): AbstractTokenAnnotation( d ){ classInit( a ); }
private:
void init();
};
class AbstractSubtokenAnnotation: public AbstractAnnotation, AllowGenerateID {
public:
AbstractSubtokenAnnotation( const std::string& s="" ): AbstractAnnotation( ){ classInit( s ); }
AbstractSubtokenAnnotation( const KWargs& a ): AbstractAnnotation( ){ classInit( a ); }
AbstractSubtokenAnnotation( Document *d, const std::string& s="" ): AbstractAnnotation( d ){ classInit( s ); }
AbstractSubtokenAnnotation( Document *d, const KWargs& a ): AbstractAnnotation( d ){ classInit( a ); }
std::string generateId( const std::string& tag ){
return IGgen( tag, _id );
}
private:
void init();
};
class TimeSegment: public AbstractSpanAnnotation {
public:
TimeSegment( const std::string& s="" ): AbstractSpanAnnotation(){ classInit( s ); }
TimeSegment( const KWargs& a ): AbstractSpanAnnotation(){ classInit( a ); }
TimeSegment( Document *d, const std::string& s="" ): AbstractSpanAnnotation( d ){ classInit( s ); }
TimeSegment( Document *d, const KWargs& a ): AbstractSpanAnnotation( d ){ classInit( a ); }
private:
void init();
};
class Morpheme: public AbstractStructureElement {
public:
Morpheme( const std::string& s="" ): AbstractStructureElement(){ classInit( s ); }
Morpheme( const KWargs& a ): AbstractStructureElement(){ classInit( a ); }
Morpheme( Document *d, const std::string& s="" ): AbstractStructureElement( d ){ classInit( s ); }
Morpheme( Document *d, const KWargs& a ): AbstractStructureElement( d ){ classInit( a ); }
private:
void init();
};
class Subentity: public AbstractSubtokenAnnotation {
public:
Subentity( const std::string& s="" ): AbstractSubtokenAnnotation(){ classInit( s ); }
Subentity( const KWargs& a ): AbstractSubtokenAnnotation(){ classInit( a ); }
Subentity( Document *d, const std::string& s="" ): AbstractSubtokenAnnotation( d ){ classInit( s ); }
Subentity( Document *d, const KWargs& a ): AbstractSubtokenAnnotation( d ){ classInit( a ); }
private:
void init();
};
class SyntaxLayer: public AbstractAnnotationLayer {
public:
SyntaxLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
SyntaxLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
SyntaxLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
SyntaxLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class ChunkingLayer: public AbstractAnnotationLayer {
public:
ChunkingLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
ChunkingLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
ChunkingLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
ChunkingLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class EntitiesLayer: public AbstractAnnotationLayer {
public:
EntitiesLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
EntitiesLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
EntitiesLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
EntitiesLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class TimingLayer: public AbstractAnnotationLayer {
public:
TimingLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
TimingLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
TimingLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
TimingLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class MorphologyLayer: public AbstractAnnotationLayer {
public:
MorphologyLayer( const std::string& s="" ): AbstractAnnotationLayer(){ classInit( s ); }
MorphologyLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
MorphologyLayer( Document *d, const std::string& s="" ): AbstractAnnotationLayer( d ){ classInit( s ); }
MorphologyLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class DependenciesLayer: public AbstractAnnotationLayer {
public:
DependenciesLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
DependenciesLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
DependenciesLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
DependenciesLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class CoreferenceLayer: public AbstractAnnotationLayer {
public:
CoreferenceLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
CoreferenceLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
CoreferenceLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
CoreferenceLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
class SemanticRolesLayer: public AbstractAnnotationLayer {
public:
SemanticRolesLayer( const std::string& s=""): AbstractAnnotationLayer(){ classInit( s ); }
SemanticRolesLayer( const KWargs& a ): AbstractAnnotationLayer(){ classInit( a ); }
SemanticRolesLayer( Document *d, const std::string& s=""): AbstractAnnotationLayer( d ){ classInit( s ); }
SemanticRolesLayer( Document *d, const KWargs& a ): AbstractAnnotationLayer( d ){ classInit( a ); }
private:
void init();
};
std::string VersionName();
std::string Version();
} // namespace folia
#endif
|