GithubHelp home page GithubHelp logo

Comments (4)

guillaumegenthial avatar guillaumegenthial commented on August 15, 2024 1

The code is data agnostic: if you provide the right vocab files / data files, it will be able to learn any task.

from tf_ner.

VioletJKI avatar VioletJKI commented on August 15, 2024 1

@guillaumegenthial Hi, I used some tags other than PER, LOC, ORG &MISC,but when I used conlleval to evaluate the predictions, it only has accuray not zero, precision,recall and FB1 are all zeros, and there isn't evaluation results for each tag. The output of conlleval is as follows, can you tell me what's wrong? Thank you~

processed 120652 tokens with 0 phrases; found: 0 phrases; correct: 0.
accuracy: 97.37%; precision: 0.00%; recall: 0.00%; FB1: 0.00

from tf_ner.

ahmadshabbir2468 avatar ahmadshabbir2468 commented on August 15, 2024

@guillaumegenthial Hi, I used some tags other than PER, LOC, ORG &MISC,but when I used conlleval to evaluate the predictions, it only has accuray not zero, precision,recall and FB1 are all zeros, and there isn't evaluation results for each tag. The output of conlleval is as follows, can you tell me what's wrong? Thank you~

processed 120652 tokens with 0 phrases; found: 0 phrases; correct: 0.
accuracy: 97.37%; precision: 0.00%; recall: 0.00%; FB1: 0.00

Face same problem ? Did you able to resolve this problem

from tf_ner.

karthikeyansam avatar karthikeyansam commented on August 15, 2024

I think you need to provide -r inorder get the result for raw tags. below are the options

conlleval: evaluate result of processing CoNLL-2000 shared task
usage: conlleval [-l] [-r] [-d delimiterTag] [-o oTag] < file
README: http://cnts.uia.ac.be/conll2000/chunking/output.html
options: l: generate LaTeX output for tables like in
http://cnts.uia.ac.be/conll2003/ner/example.tex
r: accept raw result tags (without B- and I- prefix;
assumes one word per chunk)
d: alternative delimiter tag (default is single space)
o: alternative outside tag (default is O)
note: the file should contain lines with items separated
by $delimiter characters (default space). The final
two items should contain the correct tag and the
guessed tag in that order. Sentences should be
separated from each other by empty lines or lines
with $boundary fields (default -X-).
url: http://lcg-www.uia.ac.be/conll2000/chunking/
started: 1998-09-25
version: 2004-01-26
author: Erik Tjong Kim Sang [email protected]

from tf_ner.

Related Issues (20)

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.