Activity for Mark Greenwood

  • Mark Greenwood Mark Greenwood modified ticket #9

    Warnings mechanism

  • Mark Greenwood Mark Greenwood posted a comment on ticket #9

    Many of the PRs now have proper logging in them. It's not common across all PRs or in their interface etc. but I think it means this issue is essentially covered, so to clean up the list here (new issues are on github) I'm going to close this and mark it as done

  • Mark Greenwood Mark Greenwood modified ticket #60

    Importong/Exporting of Corpus as a zip file

  • Mark Greenwood Mark Greenwood posted a comment on ticket #60

    Moved to GitHub see https://github.com/GateNLP/gate-core/issues/48

  • Mark Greenwood Mark Greenwood posted a comment on ticket #82

    Moved to github https://github.com/GateNLP/gate-core/issues/47

  • Mark Greenwood Mark Greenwood modified ticket #82

    Make corpus "save as XML" interruptible

  • Mark Greenwood Mark Greenwood modified ticket #34

    Indicate document name in exception output

  • Mark Greenwood Mark Greenwood modified ticket #34

    Indicate document name in exception output

  • Mark Greenwood Mark Greenwood posted a comment on ticket #34

    Moved to gihub https://github.com/GateNLP/gate-core/issues/46

  • Mark Greenwood Mark Greenwood modified ticket #84

    debug symbols missing in gate-core

  • Mark Greenwood Mark Greenwood modified ticket #48

    Make document viewing and navigation easier

  • Mark Greenwood Mark Greenwood posted a comment on ticket #48

    True I suppose. You could certainly imagine having a new VR for corpus that is basically the document viewer with the next previous buttons (that might be fairly trivial to implement) but we certainly don't want to group documents under corpora in the resources tree. I've reopened and will add the corpus viewer as a feature request when I move them to github

  • Mark Greenwood Mark Greenwood modified ticket #5

    confirmation before removing resources from GUI

  • Mark Greenwood Mark Greenwood posted a comment on ticket #5

    I can't see how we could possibly implement the second part of this, and if the user has asked to delete a resource they have already done multiple actions, so a confirm dialog would be very annyoing.

  • Mark Greenwood Mark Greenwood modified ticket #41

    Better/more detailed (developer) documentation

  • Mark Greenwood Mark Greenwood posted a comment on ticket #41

    Documentation has been updated since this issue was opened, and also we no longer recommend adding any information inside creole.xml (exception attributes on CREOLE-DIRECTORY and REQUIRES elements). Also full details are available in the developer module slides from FIG if you need more details than are in the userguide.

  • Mark Greenwood Mark Greenwood posted a comment on ticket #48

    Some of this has been fixed and the rest can't be fixed so I'm closing the issue. The "can't be fixed" relates to the fact that documents aren't children of a corpus. Instead a corpus can reference a document, and a document can be referenced by more than one corpus. As such it's impossible to have a next document button as that could be undefined or have multiple options depending on which corpus you look in. The same for the resource tree, displaying a document under a corpus isn't possible as...

  • Mark Greenwood Mark Greenwood modified ticket #48

    Make document viewing and navigation easier

  • Mark Greenwood Mark Greenwood modified ticket #53

    mysql and remote datastores

  • Mark Greenwood Mark Greenwood posted a comment on ticket #53

    It's unlikely we'll add support for this to datastores (we used to have some DB database support but it never worked well), but it might be possible to populate a corpus from a DB, in the same way we do for CSV files etc. As for"PHP syntax for CMS files" not quite sure what this means.

  • Mark Greenwood Mark Greenwood posted a comment on ticket #75

    you could claim the same for almost any PR, which is one of the reasons we have the section by section processing. I'm still inclined to say "wont-fix" but I'll leave it open for now and move it across to GitHub when I've finished cleaning up the full list of features so thay we can think about it further.

  • Mark Greenwood Mark Greenwood modified ticket #61

    Add option to delete user files in uninstaller

  • Mark Greenwood Mark Greenwood posted a comment on ticket #61

    Not sure it's possible given the way the installer works, as it's not something that's installed or within the installed folder.

  • Mark Greenwood Mark Greenwood modified ticket #64

    Annot Transfer to copy annots from within multiple types

  • Mark Greenwood Mark Greenwood posted a comment on ticket #64

    So as well as not wanting to break the param types, there are already two othe ways you could achieve the same behaviour. You could have multiple AST PRs or you could run the AST inside seciton by section processing instead which I think would give the required flexibility.

  • Mark Greenwood Mark Greenwood modified ticket #91

    GATE Integration with Open Semantic Framework & RDF generate using any Unstructured Data & any Social website

  • Mark Greenwood Mark Greenwood posted a comment on ticket #91

    This is a quesiton rather than a feature request so closing

  • Mark Greenwood Mark Greenwood modified ticket #81

    Add logging times to Messages

  • Mark Greenwood Mark Greenwood posted a comment on ticket #81

    Difficult to do this sensibly with things printed to System.out and System.err. Those places which already use a propper logger do do this correctly though.

  • Mark Greenwood Mark Greenwood modified ticket #29

    Reserved/Excluded file names in SerialDataStore

  • Mark Greenwood Mark Greenwood posted a comment on ticket #29

    This is essentially fixed now, although not in as flexible way as originally envisaged, but fixed enough that I'm closing this to clean up the list of things we might want to work on

  • Mark Greenwood Mark Greenwood modified ticket #7

    Changes to Machine Learning PR and Weka Wrapper engine

  • Mark Greenwood Mark Greenwood posted a comment on ticket #7

    We no longer support the ML plugin, please use the LearningFramework instead

  • Mark Greenwood Mark Greenwood modified ticket #42

    RASP parser plugin problems

  • Mark Greenwood Mark Greenwood posted a comment on ticket #42

    We've dropped support for RASP now as the currently available version won't compile out of the box on modern systems. For wrapping command line tools please see the Tagger Framework plugin

  • Mark Greenwood Mark Greenwood modified ticket #77

    Learning plugin: allow to specify nr of maximum nlp features

  • Mark Greenwood Mark Greenwood posted a comment on ticket #77

    We no longer support the Learning plugin, please use the LearningFramework instead ;)

  • Mark Greenwood Mark Greenwood modified ticket #89

    Need a parameter to the ranked label list and their scores, not just a single label (Max label)

  • Mark Greenwood Mark Greenwood posted a comment on ticket #89

    We've now replaced the Learning plugin with the LearningFramework and don't intended to make any further changes to the old plugin.

  • Mark Greenwood Mark Greenwood posted a comment on ticket #90

    AnnotationSchema define a single annotation type and are not related to annotation sets in any sense. As they are essentially XML Schema adding extra GATE specific info seems a bad idea.

  • Mark Greenwood Mark Greenwood modified ticket #90

    Support specifying AnnotationSet name for new annotations using AnnotationSchema

  • Mark Greenwood Mark Greenwood posted a comment on ticket #85

    gate-core.jar is now down at just 3.4MB (although it does have a lot of dependencies pulled in via Maven) and the JAPE parser etc. is now in the ANNIE plugin. You still can't use JAPE without gate-core though as JAPE does pattern matching over GATE annotations and features all of which are defined in gate-core

  • Mark Greenwood Mark Greenwood modified ticket #85

    Make gate-core.jar modular

  • Mark Greenwood Mark Greenwood posted a comment on ticket #75

    Use the section by section processing PR instead

  • Mark Greenwood Mark Greenwood modified ticket #75

    Allow to restrict JAPE phase to containing annotations

  • Mark Greenwood Mark Greenwood posted a comment on ticket #212

    This isn't a bug in the PR. If you read the MetaMap documentation (https://metamap.nlm.nih.gov/Docs/README_javaapi.html) you'll see that the two options are vaild. X means truncate candidate mappings and y enables word sense disambiguation. I'm guessing the problem is that y only works if you have also run the WSD MetaMap server as well as the base server.

  • Mark Greenwood Mark Greenwood modified ticket #212

    MetaMap default for metaMapOptions runtime parameter is not valid on (at least) metamap 2016

  • Mark Greenwood Mark Greenwood modified ticket #210

    Measurement tagger enters endless loop when tries to parse specific text

  • Mark Greenwood Mark Greenwood posted a comment on ticket #210

    It's definately a bug (although the example isn't a valid measurement it shouldn't cause an infinite loop) which is now being tracked on github https://github.com/GateNLP/gateplugin-Tagger_Measurements/issues/3

  • Mark Greenwood Mark Greenwood posted a comment on ticket #211

    I've checked and this is still an bug. I've marked as closed-accepted to tidy up the bug tracker as bugs are now tracked alongside the latest dev code on github. The new issue can be found at https://github.com/GateNLP/gateplugin-Tagger_Measurements/issues/2

  • Mark Greenwood Mark Greenwood modified ticket #211

    Measurement tagger creates incorrect annnotations

  • Mark Greenwood Mark Greenwood modified ticket #206

    TermRaider Error Message

  • Mark Greenwood Mark Greenwood posted a comment on ticket #206

    I think that the underlying bug (if there was one) has been fixed since the issue was first raised as I can't reproduce the error given the attached document.

  • Mark Greenwood Mark Greenwood modified ticket #158

    Mimir results page does not update when no results

  • Mark Greenwood Mark Greenwood posted a comment on ticket #158

    Not sure when exactly but this was fixed (probably by accident) as you now get a sensible meesage when there are no results.

  • Mark Greenwood Mark Greenwood modified ticket #155

    Change JAPE_Plus FSM optimisation routine to use equals()

  • Mark Greenwood Mark Greenwood modified ticket #208

    BUG: annotation display incorrect when annotating file with newlines and whitespace

  • Mark Greenwood Mark Greenwood posted a comment on ticket #208

    Possibly a bug now being tracked at https://github.com/GateNLP/gate-core/issues/38

  • Mark Greenwood Mark Greenwood modified ticket #209

    Exception on saving xgapp makes the file empty.

  • Mark Greenwood Mark Greenwood posted a comment on ticket #209

    Not sure what we could do about this even if I could reproduce it. Essentially saving has started which wipes out the old file and then the unrecoverable exception occurs.

  • Mark Greenwood Mark Greenwood modified ticket #199

    Runtime-parameter value field does not re-adjust properly to GUI size

  • Mark Greenwood Mark Greenwood posted a comment on ticket #199

    bug is now being tracked on github https://github.com/GateNLP/gate-core/issues/25

  • Mark Greenwood Mark Greenwood modified ticket #200

    Duplicate plugin paths in persisted application files

  • Mark Greenwood Mark Greenwood posted a comment on ticket #200

    with the whole plugin mechanism having changed this is probably irrelevant and I believe even with directory plugins the changes means this is no longer an issue

  • Mark Greenwood Mark Greenwood modified ticket #198

    Help->Search In Mailing List does not work

  • Mark Greenwood Mark Greenwood posted a comment on ticket #198

    Bug is still open bu has been moved to github https://github.com/GateNLP/gate-core/issues/37

  • Mark Greenwood Mark Greenwood modified ticket #194

    Deadlock in gate application

  • Mark Greenwood Mark Greenwood modified ticket #128

    Batch Learning: Review of postProcessingChunk

  • Mark Greenwood Mark Greenwood posted a comment on ticket #128

    I'm closing this bug as it's old and in the interim we've switched to using the LearningFrameowrk plugin instead

  • Mark Greenwood Mark Greenwood modified ticket #96

    NullPointerException in Batch Learning (evaluation mode)

  • Mark Greenwood Mark Greenwood posted a comment on ticket #96

    I'm closing this bug as it's old and in the interim we've switched to using the LearningFrameowrk plugin instead

  • Mark Greenwood Mark Greenwood modified ticket #213

    Space is automatically added in Inline xml files.

  • Mark Greenwood Mark Greenwood posted a comment on ticket #213

    This is expected behavour and can be controlled through the add white space on unpack option.

  • Mark Greenwood Mark Greenwood committed [r20277]

    removing random lib folder

  • Mark Greenwood Mark Greenwood committed [r20276]

    revert the pom here so that I don't break the omtd build :(

  • Mark Greenwood Mark Greenwood committed [r20275]

    fix the parent pom

  • Mark Greenwood Mark Greenwood committed [r20273]

    a romanian flag instead of the ANNIE icon

  • Mark Greenwood Mark Greenwood committed [r20263]

    mavenized

  • Mark Greenwood Mark Greenwood committed [r20262]

    tieded up both gapp files

  • Mark Greenwood Mark Greenwood committed [r20261]

    fixed the main gapp file

  • Mark Greenwood Mark Greenwood committed [r20260]

    started to convert to maven

  • Mark Greenwood Mark Greenwood committed [r20253]

    removing this for now

  • Mark Greenwood Mark Greenwood committed [r20252]

    use the right creole.xml file

  • Mark Greenwood Mark Greenwood committed [r20251]

    mavenized ready to move to git

  • Mark Greenwood Mark Greenwood committed [r20250]

    moved the ontology editor into the plugin.... I think

  • Mark Greenwood Mark Greenwood committed [r20249]

    moved the ontology editor into the plugin.... I think

  • Mark Greenwood Mark Greenwood modified ticket #201

    Rethink creation of $relpath$ and related paths

  • Mark Greenwood Mark Greenwood committed [r20202]

    changing the artifact name before moving to github

  • Mark Greenwood Mark Greenwood committed [r20201]

    changed the artifact id prior to moving code to...

  • Mark Greenwood Mark Greenwood committed [r20194]

    saving options and settings now works again whe...

  • Mark Greenwood Mark Greenwood committed [r20193]

    bumped jackson to the latest version to avoid a...

  • Mark Greenwood Mark Greenwood committed [r20182]

    turns out we need compile and runtime not just ...

  • Mark Greenwood Mark Greenwood committed [r20181]

    ensure full runtime dependency resolution is av...

  • Mark Greenwood Mark Greenwood committed [r20180]

    force the base-plugin to always be resolved fro...

  • Mark Greenwood Mark Greenwood committed [r20172]

    more notes

  • Mark Greenwood Mark Greenwood committed [r20167]

    empty plugin generated from this now compiles

  • Mark Greenwood Mark Greenwood committed [r20164]

    some cleaning up

  • Mark Greenwood Mark Greenwood committed [r20163]

    initial stab at an archetype to make creating n...

  • Mark Greenwood Mark Greenwood committed [r20160]

    done some of the metadata conversion

  • Mark Greenwood Mark Greenwood committed [r20159]

    some reordering and adding an extra plugin

1 >
MongoDB Logo MongoDB