Skip to content
Snippets Groups Projects
Select Git revision
  • develop protected
  • feat_remove_attr
  • master default protected
  • python2.7
  • python3.8
5 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.027Oct26191713924Jul30May11Apr1Mar24Jan9Nov20Oct106528Sep2622204Aug1Feb27Jan26191819Jun18Mar12Jan26Nov6Oct16Sep19May3Mar20Feb184Oct3230Sep121022Jul191121Jun151427May222117916Apr20Feb141230Jan811Dec76526Nov235226Oct22326Sep252017161529Aug2321730Jul231817545Jun30May28230Apr191810230Mar23161327Feb2120972127Jan26252319181754329Dec2721129Nov27241716151420Oct181714111020Sep158717Aug29Jul2720151413121Jun20976432131May30252423201716121110965428Apr27262120191614121110624Mar98326Feb25242318161524Jan20Dec1498130Nov29252221191815134130Oct2721201915114122Sep21Merge branch 'tmp-merge'. Added mwe support and ccl compression.Python tests not run after buildAdded Python tests and docstring for TokenWriter.finish()Fixed polymorphism issue in library design of writersFixed problem with cid using Python interfaceFixed issue with tokens writingFixed issueMerge remote-tracking branch 'origin/master' into tmp-mergeConflict fixDeleted ZLC Compressor due to poor library management. Changed to Boost Compressor as DefaultAdded upos tagset and changed tagsetparser, to work with extuposChanged missing file exceptions to use FileNotFound(path) instead of generic errorsimple converter class, with an example of use to read CCL with MWEsc++0x flag to support newer standardTagset of Spacy - English Taggerrecovered tests for cclmwereader- adapted tests to new implementation of MWEReaderupdated READMEincluded new version of MWEReader - now we can read document with MWEs as annotations (if annotate = true) or merged to single token (if annotate = false)Merge branch 'corpus2_mwe' of nlp.pwr.wroc.pl:corpus2 into corpus2_mweunicode support of file names/pathsunicode support of file names/pathsadded missing head, fixed some instancesAdded Compression for CCLadded missing setvarnew extended dictionary with MWEsdocument identifier should be replaced, when new file is providedmoved doc_id creation to base class of ccl/rel readersrenamed dictionary with operatorsnew operators for MWE adapted to new head definitionhead condition not used anymore, replaced with setvar(Head, n) where n is a position of head wordextended READMEextended mwe dict, inserted some predefined head positions for MWEs, still need to be fixed for more complex operatorsREADME for CclMWEReaderswig interface for new readeradded example of mwe dictionary (operators), still needs to be adapted to fixed version of MWEReaderadded missing CMakeScriptsadded missing CMakeLists for new modulesimple test cases for a new reader - CclMWEReadernew module containing MWE reader, integrated with corpus2created a BaseReader - base for all readers derived from TokenReader, it is used as a base for CclReader and new reader from corpus2mwe; new reader BaseRelReader - a base reader for all readers reading relations