What's Wrong With My NLP? 0.1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News What's Wrong With My NLP? 0.1.2 (Default branch)
# 1  
Old 08-26-2008
What's Wrong With My NLP? 0.1.2 (Default branch)

Image What's Wrong With My NLP? is visualizer and graphical diff for natural language processing problems. It can jointly display syntactic and semantic dependencies as well as all types of chunk information such as NP, NER, or SRL chunks. It also allows you to compare your system output to a gold standard in order to find the mistakes your system makes. There are numerous ways to filter the graph and only display what is needed. It is also possible to search a corpus for sentences with certain properties using Lucene search expressions. The tool reads all CoNLL shared task formats and exports to EPS. License: GNU General Public License v2 Changes:
This version adds extensive source code documentation and two new supported file formats: Lisp S-Expressions (for Penn Tree Bank style parse trees) and Malt-Tab format. Some code cleanup has also been performed. Finally, package names have been changed to conform to Sun standards.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Whether anything went wrong ?

Hi could see all the post with this old color scheme ( legacy (dark) vBulletin color scheme (unsupported)) except this post, please look at the screenshot . Looks like url parsing also some problem is there getting "Page not found" error. -- Akshay --edit-- screenshot is there in album... (18 Replies)
Discussion started by: Akshay Hegde
18 Replies

2. Shell Programming and Scripting

Why result is wrong here ? whether break statement is wrong ?

Hi ! all I am just trying to check range in my datafile pls tell me why its resulting wrong admin@IEEE:~/Desktop$ cat test.txt 0 28.4 5 28.4 10 28.4 15 28.5 20 28.5 25 28.6 30 28.6 35 28.7 40 28.7 45 28.7 50 28.8 55 28.8 60 28.8 65 28.1... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

3. Shell Programming and Scripting

Where is wrong with my default value?

lyang0@lyang0-OptiPlex-755:/tmp$ ./fg.sh ............................... ssh to the guest ..... ............................... ./fg.sh: 18: :ls: not found lyang0@lyang0-OptiPlex-755:/tmp$ cat fg.sh #!/bin/sh DEFAULT_CMD="ls /boot/" ssh_to_guest() { echo... (3 Replies)
Discussion started by: yanglei_fage
3 Replies

4. Programming

What am I doing wrong!!!

Hi all, I'm just getting back in to C programming after some time and I thought I would start off with a simple XOR encryption program. However I'm having trouble getting it to work. The code in prompt() function works great when it is just placed in side of main() however I want to be able to... (5 Replies)
Discussion started by: WelshDave
5 Replies

5. UNIX for Dummies Questions & Answers

What’s wrong with the following?

Hello, Im new to Linux/Unix. can anyone answer this for me ? Thank you Brannon What's wrong with the following? ls -ld htdocs drwxr-x--- 3 root root 8192 Mar 10 10:41 htdocs/ :o (8 Replies)
Discussion started by: vrn
8 Replies
Login or Register to Ask a Question
Dist::Zilla::Plugin::Git::CommitBuild(3pm)		User Contributed Perl Documentation		Dist::Zilla::Plugin::Git::CommitBuild(3pm)

NAME
Dist::Zilla::Plugin::Git::CommitBuild - checkin build results on separate branch VERSION
version 1.121820 SYNOPSIS
In your dist.ini: [Git::CommitBuild] ; these are the defaults branch = build/%b message = Build results of %h (on %b) DESCRIPTION
Once the build is done, this plugin will commit the results of the build to a branch that is completely separate from your regular code branches (i.e. with a different root commit). This potentially makes your repository more useful to those who may not have Dist::Zilla and all of its dependencies installed. The plugin accepts the following options: o branch - String::Formatter string for where to commit the build contents. A single formatting code (%b) is defined for this attribute and will be substituted with the name of the current branch in your git repository. Defaults to "build/%b", but if set explicitly to an empty string causes no build contents checkin to be made. o release_branch - String::Formatter string for where to commit the build contents Same as "branch", but commit the build content only after a release. No default, meaning no release branch. o message - String::Formatter string for what commit message to use when committing the results of the build. This option supports five formatting codes: o %b - Name of the current branch o %H - Commit hash o %h - Abbreviated commit hash o %v - The release version number o %t - The string "-TRIAL" if this is a trial release o release_message - String::Formatter string for what commit message to use when committing the results of the release. Defaults to the same as "message". AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Plugin::Git::CommitBuild(3pm)