inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
589 stars 149 forks source link

After importing a project, the projects settings doesn't update #301

Closed matchlesswei closed 6 years ago

matchlesswei commented 6 years ago

After importing a project, there is no indication in projects settings which says that the project is imported successfully. The imported project is also not shown in the Projects. A user needs to refresh the page manually to see the imported project.

reckart commented 6 years ago

Then my guess is that there was an error during import which for some reason did not make it to the UI. I expect the project import to be incomplete.

matchlesswei commented 6 years ago

The imported project looks complete. It contains documents, recommenders and layers. And the console doesn't show any error. Here is the console output:

2018-06-18 10:52:16 INFO [admin] ProjectServiceImpl - Created project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] EventRepositoryImpl - LoggedEvent [created=Mon Jun 18 10:52:16 CEST 2018, event=AfterProjectCreatedEvent, user=admin, project=44]
2018-06-18 10:52:16 INFO [admin] ProjectServiceImpl - Created permission [ADMIN] for user [admin] on project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] ProjectServiceImpl - Created permission [CURATOR] for user [admin] on project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] ProjectServiceImpl - Created permission [USER] for user [admin] on project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] SourceDocumentExporter - Imported content for source document [122] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:16 INFO [admin] SourceDocumentExporter - Imported content for source document [123] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Coreference mentions](504) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nam](13824) in tagset [Coreference mentions](504) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Coreference relations](505) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [anaphoric](13825) in tagset [Coreference relations](505) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Dependency flavors](506) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [basic](13826) in tagset [Dependency flavors](506) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [enhanced](13827) in tagset [Dependency flavors](506) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [LOC](13828) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [LOCderiv](13829) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [LOCpart](13830) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ORG](13831) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ORGderiv](13832) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ORGpart](13833) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OTH](13834) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OTHderiv](13835) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OTHpart](13836) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PER](13837) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PERderiv](13838) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PERpart](13839) in tagset [Named Entity tags](507) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Operation](508) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [delete](13840) in tagset [Operation](508) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [insert_after](13841) in tagset [Operation](508) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [insert_before](13842) in tagset [Operation](508) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [replace](13843) in tagset [Operation](508) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [acomp](13844) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [advcl](13845) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [advmod](13846) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [agent](13847) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [amod](13848) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [appos](13849) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [aux](13850) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [auxpass](13851) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [cc](13852) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ccomp](13853) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [conj](13854) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [cop](13855) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [csubj](13856) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [csubjpass](13857) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [dep](13858) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [det](13859) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [discourse](13860) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [dobj](13861) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [expl](13862) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [goeswith](13863) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [iobj](13864) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [mark](13865) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [mwe](13866) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [neg](13867) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nn](13868) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [npadvmod](13869) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nsubj](13870) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nsubjpass](13871) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [num](13872) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [number](13873) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [parataxis](13874) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [pcomp](13875) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [pobj](13876) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [poss](13877) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [possessive](13878) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [preconjunct](13879) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [predet](13880) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [prep](13881) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [prepc](13882) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [prt](13883) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [punct](13884) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [quantmod](13885) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ref](13886) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ROOT](13887) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [tmod](13888) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [vmod](13889) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [xcomp](13890) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [xsubj](13891) in tagset [Stanford Dependencies](509) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [$(](13892) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [$,](13893) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [$.](13894) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [--](13895) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADJA](13896) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADJD](13897) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADV](13898) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [APPO](13899) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [APPR](13900) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [APPRART](13901) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [APZR](13902) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ART](13903) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CARD](13904) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [FM](13905) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ITJ](13906) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KOKOM](13907) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KON](13908) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KOUI](13909) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KOUS](13910) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NE](13911) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NN](13912) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PAV](13913) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PDAT](13914) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PDS](13915) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PIAT](13916) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PIDAT](13917) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PIS](13918) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PPER](13919) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PPOSAT](13920) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PPOSS](13921) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRELAT](13922) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRELS](13923) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRF](13924) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PROAV](13925) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PTKA](13926) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PTKANT](13927) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PTKNEG](13928) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PTKVZ](13929) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PTKZU](13930) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PWAT](13931) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PWAV](13932) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PWS](13933) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [TRUNC](13934) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VAFIN](13935) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VAIMP](13936) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VAINF](13937) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VAPP](13938) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VMFIN](13939) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VMINF](13940) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VMPP](13941) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVFIN](13942) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVIMP](13943) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVINF](13944) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVIZU](13945) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVPP](13946) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [XY](13947) in tagset [STTS POS tags](510) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [$](13948) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [--](13949) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [-PUNCT-](13950) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [AC](13951) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADV](13952) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [AG](13953) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [APP](13954) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ATTR](13955) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [AUX](13956) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [AVZ](13957) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CC](13958) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CD](13959) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CJ](13960) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CM](13961) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CP](13962) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CVC](13963) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [DA](13964) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [DET](13965) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [EP](13966) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ETH](13967) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [EXPL](13968) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [GMOD](13969) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [GRAD](13970) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [JU](13971) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KOM](13972) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KON](13973) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [KONJ](13974) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [MNR](13975) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [MO](13976) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NEB](13977) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NG](13978) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NK](13979) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OA](13980) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJA](13981) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJA2](13982) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJA3](13983) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJC](13984) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJC2](13985) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJC3](13986) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJD](13987) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJD2](13988) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJD3](13989) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJG](13990) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJG2](13991) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJG3](13992) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJI](13993) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJI2](13994) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJI3](13995) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJP](13996) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJP2](13997) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OBJP3](13998) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OC](13999) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OCRC](14000) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OG](14001) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [OP](14002) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PAR](14003) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PART](14004) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PD](14005) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PM](14006) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PN](14007) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PNC](14008) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PP](14009) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRED](14010) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RC](14011) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RE](14012) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [REL](14013) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ROOT](14014) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [S](14015) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SB](14016) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SBP](14017) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJ](14018) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJ2](14019) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJ3](14020) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJC](14021) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJC2](14022) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJC3](14023) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJI](14024) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJI2](14025) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SUBJI3](14026) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SVP](14027) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [UC](14028) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VOK](14029) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ZEIT](14030) in tagset [TIGER Dependencies](511) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag ["](14031) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [(](14032) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [)](14033) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [,](14034) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [.](14035) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [:](14036) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CC](14037) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CD](14038) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [DT](14039) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [EX](14040) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [FW](14041) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [IN](14042) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [IN/that](14043) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [JJ](14044) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [JJR](14045) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [JJS](14046) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [LS](14047) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [MD](14048) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NN](14049) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NNP](14050) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NNPS](14051) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NNS](14052) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NP](14053) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NPS](14054) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PDT](14055) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [POS](14056) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PP](14057) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PP$](14058) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRP](14059) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRP$](14060) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RB](14061) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RBR](14062) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RBS](14063) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [RP](14064) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SENT](14065) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SYM](14066) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [TO](14067) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [UH](14068) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VB](14069) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VBD](14070) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VBG](14071) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VBN](14072) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VBP](14073) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VBZ](14074) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VH](14075) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VHD](14076) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VHG](14077) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VHN](14078) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VHP](14079) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VHZ](14080) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VV](14081) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVD](14082) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVG](14083) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVN](14084) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVP](14085) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VVZ](14086) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [WDT](14087) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [WP](14088) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [WP$](14089) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [WRB](14090) in tagset [TreeTagger English POS tags](512) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [acl](14091) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [advcl](14092) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [advmod](14093) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [amod](14094) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [appos](14095) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [aux](14096) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [auxpass](14097) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [case](14098) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [cc](14099) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ccomp](14100) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [compound](14101) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [conj](14102) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [cop](14103) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [csubj](14104) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [csubjpass](14105) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [dep](14106) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [det](14107) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [discourse](14108) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [dislocated](14109) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [dobj](14110) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [expl](14111) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [foreign](14112) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [goeswith](14113) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [iobj](14114) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [list](14115) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [mark](14116) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [mwe](14117) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [name](14118) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [neg](14119) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nmod](14120) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nsubj](14121) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nsubjpass](14122) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [nummod](14123) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [parataxis](14124) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [punct](14125) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [remnant](14126) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [reparandum](14127) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [root](14128) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:16 INFO [admin] AnnotationSchemaServiceImpl - Created tag [vocative](14129) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [xcomp](14130) in tagset [UD Universal Dependencies](513) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADJ](14131) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADP](14132) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADV](14133) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [AUX](14134) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CONJ](14135) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [DET](14136) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [INTJ](14137) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NOUN](14138) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NUM](14139) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PART](14140) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRON](14141) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PROPN](14142) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PUNCT](14143) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SCONJ](14144) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [SYM](14145) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VERB](14146) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [X](14147) in tagset [UD Universal POS tags](514) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [.](14148) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADJ](14149) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADP](14150) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [ADV](14151) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [CONJ](14152) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [DET](14153) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NOUN](14154) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [NUM](14155) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRON](14156) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [PRT](14157) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [VERB](14158) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created tag [X](14159) in tagset [Universal POS tags](515) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] DocumentServiceImpl - Created annotation document [115] for user [admin] for source document [GUM_interview_chomsky.conll10](122) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] DocumentServiceImpl - Created annotation document [116] for user [admin] for source document [Noam_Chomsky.txt](123) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationDocumentExporter - Imported annotation document content for user [admin] for source document [122] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:17 INFO [admin] AnnotationDocumentExporter - Imported annotation document content for user [INITIAL_CAS] for source document [122] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:17 INFO [admin] AnnotationDocumentExporter - Imported annotation document content for user [admin] for source document [123] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:17 INFO [admin] AnnotationDocumentExporter - Imported annotation document content for user [INITIAL_CAS] for source document [123] in project [Recommendation and Active Learning Example Project] with id [44]
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk](559) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.coref.type.Coreference](560) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency](561) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.inception.api.kb.type.Fact](562) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma](563) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures](564) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity](565) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.transform.type.SofaChangeAnnotation](566) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS](567) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.semantics.type.SemArg](568) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.semantics.type.SemPred](569) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.SurfaceForm](570) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token](571) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency](561) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma](563) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures](564) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] AnnotationSchemaServiceImpl - Created layer [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS](567) in project [Recommendation and Active Learning Example Project](44)
2018-06-18 10:52:17 INFO [admin] RecommenderExporter - Imported [2] recommenders for project [Recommendation and Active Learning Example Project]
reckart commented 6 years ago

Hm, strange.

reckart commented 6 years ago

The problem doesn't seem to happen in plain WebAnno 3.5.0-SNAPSHOT...

reckart commented 6 years ago

Found the bug https://github.com/webanno/webanno/issues/997

reckart commented 6 years ago

Fixed upstream.