Difference between revisions of "Resources for Norwegian"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Corpora== | ==Corpora== | ||
===Free software=== | ===Free software=== | ||
+ | * http://www.nb.no/sprakbanken/show?serial=sbr-36&lang=nn CC-BY EU-corpora (Acquis Communautaire), translations in tmx format from English to Nynorsk (52527 tu's) and Bokmål (733081 tu's) | ||
===Proprietary=== | ===Proprietary=== | ||
Line 22: | Line 23: | ||
* [http://www.edd.uio.no/prosjekt/ordbanken/ Norsk ordbank], full form dictionaries for Nynorsk (106,789 lemmata) and Bokmål (142,899 lemmata), GPL | * [http://www.edd.uio.no/prosjekt/ordbanken/ Norsk ordbank], full form dictionaries for Nynorsk (106,789 lemmata) and Bokmål (142,899 lemmata), GPL | ||
** [http://savannah.nongnu.org/projects/ordbanken/ alternative download with cli lookup interface] | ** [http://savannah.nongnu.org/projects/ordbanken/ alternative download with cli lookup interface] | ||
+ | * [http://www.nb.no/spraakbanken/tilgjengelege-ressursar/leksikalske-databasar SCARRIE, Bokmål full form dictionary], XML, about 75,000 lemmata, CC-BY unported | ||
+ | |||
+ | ===Unknown license=== | ||
+ | * [http://www.nb.no/spraakbanken/tilgjengelege-ressursar/leksikalske-databasar "Leksikalsk database for norsk, opphavleg produsert av NST"], lexical database with SAMPA transcriptions, meant for speech technology | ||
==Parsing/disambiguation== | ==Parsing/disambiguation== | ||
===Free software=== | ===Free software=== | ||
− | * [http://www.hf.uio.no/tekstlab/tagger.html Oslo-Bergen-taggeren], Constraint Grammar disambiguator, GPL | + | * [http://www.hf.uio.no/tekstlab/tagger.html Oslo-Bergen-taggeren], [[Constraint Grammar]] disambiguator, GPL |
− | ** [http://maximos.aksis.uib.no/Aksis-wiki/Oslo-Bergen_Tagger download] | + | ** [https://github.com/noklesta/The-Oslo-Bergen-Tagger source and packages on github] |
+ | ** [http://maximos.aksis.uib.no/Aksis-wiki/Oslo-Bergen_Tagger older alternative download site] | ||
+ | ** [http://apertium.svn.sourceforge.net/viewvc/apertium/trunk/apertium-nn-nb/ the version used in Apertium] | ||
+ | ** [https://github.com/ogrim/clj-obt Clojure bindings] | ||
+ | |||
+ | |||
+ | * [http://www.hf.ntnu.no/hf/isk/Ansatte/petter.haugereid/norsyg.html Norsyg], [[HPSG]] grammar for Norwegian bokmål, LGPL. Implemented in [[LKB]], works with the full ''Norsk ordbank'' lexicon. | ||
[[Category:Resources by language|Norwegian]] | [[Category:Resources by language|Norwegian]] |
Latest revision as of 11:10, 1 September 2015
Corpora
Free software
- http://www.nb.no/sprakbanken/show?serial=sbr-36&lang=nn CC-BY EU-corpora (Acquis Communautaire), translations in tmx format from English to Nynorsk (52527 tu's) and Bokmål (733081 tu's)
Proprietary
- Norwegian plain text and Co-occurrences at LCC ("the corpora may be used for scientific purposes only and not passed on to third parties")
Timeline Analysis
Machine translation systems
Free software
Proprietary
Lexical resources
Free software
- Bokmål LFG lexicon with POS and count/mass, GPL
- Norsk ordbank, full form dictionaries for Nynorsk (106,789 lemmata) and Bokmål (142,899 lemmata), GPL
- SCARRIE, Bokmål full form dictionary, XML, about 75,000 lemmata, CC-BY unported
Unknown license
- "Leksikalsk database for norsk, opphavleg produsert av NST", lexical database with SAMPA transcriptions, meant for speech technology
Parsing/disambiguation
Free software
- Oslo-Bergen-taggeren, Constraint Grammar disambiguator, GPL