Giter Club home page Giter Club logo

hr-author-atribution's Introduction

Automatizirano prepoznavanje autora teksta README
=================================================


Pokretanje programa iz komandne linije
======================================
Iz bin direktorija sa class datotekama:
* Učenje:
	java hr.fer.zemris.aa.main.CLITrainer skup_za_ucenje.xml skup_aa.model

* Prepoznavanje autora:
	java hr.fer.zemris.aa.main.CLIRecognizer tekst_nepoznatog_autora.txt skup_aa.model
	
ili preko gotovih jar arhiva:
* Učenje:
	java -jar su-aa-1.0-trainer.jar skup_za_ucenje-skup_aa.xml skup_aa.model

* Prepoznavanje autora:
	java -jar su-aa-1.0-recognizer.jar tekst_nepoznatog_autora.txt skup_aa.model

Učenje stvara datoteke skup_aa.model, skup_aa.model.cn i skup_aa.model.scale.
Pri prepoznavanju autora datoteke ".model.cn" i ".model.scale" moraju biti u
direktoriju ".model" datoteke.

Ovisnosti
=========
Za ispravan rad programa potrebne su konfiguracijske datoteke:

config/
	fw-idf.txt
	fwords.txt
	marks.txt

Skup za učenje
==============
Kao skup za učenje, potrebno je predati tekstove pohranjene kao XML dokument po KTLab
documentSet shemi dostupnoj na http://ktlab.fer.hr/download/documentSet.xsd

Autori
======
[email protected]
[email protected]
[email protected]

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.