Giter Club home page Giter Club logo

geniatagger's Introduction


                     GENIA Tagger

                   Tsujii laboratory
                  University of Tokyo


1. How to build 

  You need gcc to build the tagger.

  % make

  if you encounter errors with hash, try commenting out "#define USE_HASH_MAP"
  in "maxent.h".


2. How to use

  Prepare a text file containing one sentence per line, then

  % ./geniatagger < TEXTFILE > TAGGEDTEXT

  The tagger outputs the base forms, part-of-speech (POS) tags, chunk tags,
  and named entity (NE) tags in the following tab-separated format.

  word1	base1	POStag1	chunktag1 NEtag1
  word2	base2	POStag2	chunktag2 NEtag2
    :     :        :       :

  Chunks and named entities are represented in the IOB2 format (B for BEGIN,
  I for INSIDE, and O for OUTSIDE). The named entity tagger is trained on
  the NLPBA data set [3], which contains five semantic classes (DNA, RNA,
  cell_line, cell_type, and PROTEIN).


 2.1 Tokenization

  This tagger tokenizes the sentence with almost the same policy as the
  upenn tokenizer (http://www.cis.upenn.edu/~treebank/tokenizer.sed). 

  If you don't want the tagger to perform tokenization, use -nt option.
  In that case, the input sentences should be already tokenized by your
  own tokenizer with white spaces. 


References

[1] Yoshimasa Tsuruoka and Jun'ichi Tsujii, Bidirectional Inference with
    the Easiest-First Strategy for Tagging Sequence Data, Proceedings of
    HLT/EMNLP 2005, pp. 467-474.

[2] Yoshimasa Tsuruoka, Yuka Tateishi, Jin-Dong Kim, Tomoko Ohta, John
    McNaught, Sophia Ananiadou, and Jun'ichi Tsujii, Developing a Robust
    Part-of-Speech Tagger for Biomedical Text, Advances in Informatics -
    10th Panhellenic Conference on Informatics, LNCS 3746, pp. 382-392, 2005

[3] http://research.nii.ac.jp/~collier/workshops/JNLPBA04st.htm

Please send questions and comments to [email protected].
---------------------------------
Tsujii laboratory,
Department of Computer Science,
University of Tokyo
http://www-tsujii.is.s.u-tokyo.ac.jp/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.