Git Product home page Git Product logo

cl-tag-rewriting's Introduction

Open Portuguese WordNet (OWN-PT)

This repository hosts Portuguese WordNet data in textual format, this is an experimental branch of http://openwordnet-pt.org. It is linked to (but independent from) the Open English WordNet.

You can also get the data in JSON and RDF format.

See the Wiki for how the data was generated, how it compares to Princeton WordNet and what is the syntax of the text files. This data is validated and exported by the mill tool — see its repository for more information about validation, export formats, etc.

cl-tag-rewriting's People

Contributors

arademaker avatar fcbr avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cl-tag-rewriting's Issues

Improve performance

Since each line is processed independently, we could process them in parallel.

standalone executable?

From http://www.sbcl.org/manual/#Saving-a-Core-Image and https://deplinenoise.wordpress.com/2010/11/13/sbcl-core-saving/

we would be able to provide cl-pcp as a quicklisp package and at the same time, making a easy standalone for Luiza.

$ sbcl
This is SBCL 1.3.3, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (ql:quickload :fare-csv)
To load "fare-csv":
  Load 1 ASDF system:
    fare-csv
; Loading "fare-csv"

(:FARE-CSV)
* (sb-ext:save-lisp-and-die "teste" :executable t)
[undoing binding stack and other enclosing state... done]
[saving current Lisp image into teste:
writing 4832 bytes from the read-only space at 0x20000000
writing 3168 bytes from the static space at 0x20100000
writing 51642368 bytes from the dynamic space at 0x1000000000
done]

Testando para ver se o pacote fare-csv estava mesmo presente no executável criado:

$ ./teste
* fare-csv:*separator*
#\,

Overmatch issue

rules should only match whole tokens, unless the * character is specified.

Match numbers

We want to match <number>_N to convert to <number>_NUM.

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.