Git Product home page Git Product logo

nlp-named-entity-recognition's Introduction

a)  Programming language used: Python
    Version: Python3.6

b)  Instructions for running:
    1. cd into the programming-assignment-3 directory.

    2. Type - "python3.6 ner.py <train_file> <test_file> <loc_file> WORD [< optional ftypes >]" to run "ner" program.

    3. Type - "python3.6 eval.py <prediction_file> <gold_file>" to run "eval" program. Output is printed in eval.txt file.

c) Could not test the machine learning part on CADE machine lab1-1 due to error machine learning library. Tested and ran all the program 		    successfully on my linux laptop.
	
	c.i) Error on CADE during compiling: 

					g++ -Wall -Wconversion -O3 -fPIC -o train train.c tron.o linear.o blas/blas.a
					/usr/bin/ld: tron.o: unrecognized relocation (0x2a) in section `.text'
					/usr/bin/ld: final link failed: Bad value
					collect2: error: ld returned 1 exit status
					make: *** [Makefile:20: train] Error 1


	c.ii) Error on CADE after using precompiled train and predict files:	
					./train: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./train)
					./train: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./train)

d) Limitations, bugs or problems - None as per tests and runs on my linux machine. The python code runs successfully on both my laptop and CADE machines. Could not get the machine learning tool executables to run on CADE.

nlp-named-entity-recognition's People

Contributors

kirangadhave avatar

Watchers

James Cloos avatar  avatar

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.