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
reverse-depends(1)					      General Commands Manual						reverse-depends(1)

NAME
reverse-depends - List the reverse-dependencies (or build-dependencies) of a package SYNOPSIS
reverse-depends [options] package DESCRIPTION
List reverse-dependencies (or build-dependencies) of package. If the package name is prefixed with src: then the reverse-dependencies of all the binary packages that the specified source package builds will be listed. OPTIONS
-r RELEASE, --release=RELEASE Query dependencies in RELEASE. Default: current development release. -R, --without-recommends Only consider Depends relationships, not Recommends. -s, --with-suggests Also consider Suggests relationships. -b, --build-depends Query build dependencies. Synonym for --arch=source. -a ARCH, --arch=ARCH Query dependencies in ARCH. Besides valid architecture names, the special values any and source may be used. any displays all reverse dependencies, the union across all architecture. source displays build dependencies. Default: any. -c COMPONENT, --component=COMPONENT Only consider reverse-dependencies in COMPONENT. Can be specified multiple times. Default: all components. -l, --list Display a simple, machine-readable list. -u URL, --service-url=URL Reverse Dependencies web-service URL. Default: UbuntuWire's service at http://qa.ubuntuwire.org/rdepends/. -h, --help Display a help message and exit EXAMPLES
All reverse dependencies of source package bash: reverse-depends src:bash AUTHORS
reverse-depends and this manpage were written by Stefano Rivera <stefanor@ubuntu.com>. Both are released under the terms of the ISC License. ubuntu-dev-tools November 2011 reverse-depends(1)