What's Wrong With My NLP? 0.2.0 (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.2.0 (Default branch)
# 1  
Old 01-09-2009
What's Wrong With My NLP? 0.2.0 (Default branch)

Image What's Wrong With My NLP? is visualizer and graphical diff for natural language processing problems. It can display syntactic and semantic dependencies and bilingual alignments 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. License: GNU General Public License v3 Changes:
This version supports the data format of the BioNLP 2009 Shared Task and jointly displays proteins, cites, events, their arguments, and event clues. Moreover, version 0.2.0 is now built with maven. Image

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
zemberek-server(8)					      System Manager's Manual						zemberek-server(8)

NAME
zemberek-server - Turkish spell-checker server SYNOPSIS
zemberek-server [CONFILE] or java -jar /usr/share/java/zemberek-server.jar [CONFILE] DESCRIPTION
zemberek-server is a Java(TM) based ``Turkish'' spell checker daemon which listens a configured port (by default, 10444) for client connec- tions and responds with the Turkish spell checked output in a server-client fashion. zemberek-server uses Zemberek, a Java(TM) based Turk- ish NLP library, at its heart. Certain parts of the servers' behaviour can be controlled in the CONFILE configuration file. For example, to change the listened port one can use the SERVER_PORT setting in CONFILE. OPTIONS
There are no options. NOTES
To make use of the server, a client program is required (see the next section). FILES
/etc/zemberek-server.conf configuration file /var/log/zemberek-server.log server's log file when running in the background SEE ALSO
zpspell(1) the website for further information <https://zemberek.dev.java.net/> AUTHOR
Zemberek Team: Ahmet A. Akin <ahmetaa@gmail.com> and Mehmet D. Akin <mdakin@gmail.com> This manual page was written by Recai Oktas <roktas@debian.org> for the Debian GNU/Linux system, but may be used by others. Debian/GNU Linux February 2006 zemberek-server(8)