mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2025-08-19 04:37:37 +02:00
Compare commits
7 Commits
0864c84459
...
e74a09803b
Author | SHA1 | Date | |
---|---|---|---|
e74a09803b | |||
7f0a857b34 | |||
9ed57ba493 | |||
8032aa8a66 | |||
c6c8dbc5b8 | |||
95cd85bdad | |||
dd849cf9c8 |
@ -1,6 +1,11 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
@ -9,6 +14,8 @@ indent_size = tab
|
|||||||
|
|
||||||
[*.{markdown,md}]
|
[*.{markdown,md}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.{tsv,tab}]
|
[*.{tsv,tab}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1 +1,5 @@
|
|||||||
* text=auto linguist-detectable
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
* text=auto eol=lf linguist-detectable
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
.~lock*#
|
.~lock*#
|
||||||
|
47
.pre-commit-config.yaml
Normal file
47
.pre-commit-config.yaml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
ci:
|
||||||
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||||
|
# the frequency of unnecessary PRs.
|
||||||
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
|
autoupdate_schedule: quarterly
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.4.0
|
||||||
|
hooks:
|
||||||
|
- id: check-added-large-files
|
||||||
|
- id: check-case-conflict
|
||||||
|
- id: check-executables-have-shebangs
|
||||||
|
- id: check-shebang-scripts-are-executable
|
||||||
|
- id: destroyed-symlinks
|
||||||
|
- id: detect-private-key
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- id: fix-byte-order-marker
|
||||||
|
- id: trailing-whitespace
|
||||||
|
exclude_types: [tsv, markdown]
|
||||||
|
|
||||||
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
|
rev: v2.2.0
|
||||||
|
hooks:
|
||||||
|
- id: doctoc
|
||||||
|
args: [--update-only]
|
||||||
|
|
||||||
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
|
rev: v1.1.2
|
||||||
|
hooks:
|
||||||
|
- id: reuse
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
|
rev: "v3.0.0-alpha.9-for-vscode"
|
||||||
|
hooks:
|
||||||
|
- id: prettier
|
||||||
|
|
||||||
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
rev: "2.7.1"
|
||||||
|
hooks:
|
||||||
|
- id: editorconfig-checker
|
||||||
|
alias: ec
|
||||||
|
args: [-disable-max-line-length]
|
5
LICENSES/.editorconfig
Normal file
5
LICENSES/.editorconfig
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
root = true
|
14
README.md
14
README.md
@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
# language-resources
|
# language-resources
|
||||||
|
|
||||||
Resources that may be helpful for learning a language or deepening
|
Resources that may be helpful for learning a language or deepening
|
||||||
@ -5,7 +11,7 @@ understanding of it.
|
|||||||
|
|
||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
* https://gitea.blesmrt.net/Mikaela/language-resources
|
- https://gitea.blesmrt.net/Mikaela/language-resources
|
||||||
* https://github.com/Mikaela/language-resources
|
- https://github.com/Mikaela/language-resources
|
||||||
* https://gitlab.com/Mikaela/language-resources
|
- https://gitlab.com/Mikaela/language-resources
|
||||||
* https://git.com.de/Mikaela/language-resources & http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela/language-resources
|
- https://git.com.de/Mikaela/language-resources & http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela/language-resources
|
||||||
|
@ -1,44 +1,59 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
# Finnish resources
|
# Finnish resources
|
||||||
|
|
||||||
I am a native speaker so I am uncertain of the quality of these.
|
I am a native speaker so I am uncertain of the quality of these.
|
||||||
|
|
||||||
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
|
- [Learning](#learning)
|
||||||
|
- [Advanceish](#advanceish)
|
||||||
|
- [Misc](#misc)
|
||||||
|
- [Finnish courses](#finnish-courses)
|
||||||
|
- [Simple Finnish news](#simple-finnish-news)
|
||||||
|
|
||||||
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
## Learning
|
## Learning
|
||||||
|
|
||||||
* [Hacking Finnish at Memrise](https://app.memrise.com/course/134598/hacking-finnish/)
|
- [Hacking Finnish at Memrise](https://app.memrise.com/course/134598/hacking-finnish/)
|
||||||
* [Wayback machine: Hacking Languages by BenWhately on The Official Memrise Blog](https://web.archive.org/web/20160118103207/http://www.memrise.com/blog/hacking-languages/)
|
- [Wayback machine: Hacking Languages by BenWhately on The Official Memrise Blog](https://web.archive.org/web/20160118103207/http://www.memrise.com/blog/hacking-languages/)
|
||||||
* [YLE Suomi/Finnish learning](https://yle.fi/aihe/artikkeli/2015/12/15/suomi-finnish)
|
- [YLE Suomi/Finnish learning](https://yle.fi/aihe/artikkeli/2015/12/15/suomi-finnish)
|
||||||
* [Finnish sign language](https://yle.fi/aihe/artikkeli/2015/12/15/viittomakieli)
|
- [Finnish sign language](https://yle.fi/aihe/artikkeli/2015/12/15/viittomakieli)
|
||||||
* [Duolingo](https://duolingo.com/) has a Finnish course, but may be a bit
|
- [Duolingo](https://duolingo.com/) has a Finnish course, but may be a bit
|
||||||
steep curve and the mobile app often is missing grammar help available
|
steep curve and the mobile app often is missing grammar help available
|
||||||
through the (mobile/) web interface
|
through the (mobile/) web interface
|
||||||
* [Taste of Finnish (HTTP!)](http://tasteoffinnish.fi/)
|
- [Taste of Finnish (HTTP!)](http://tasteoffinnish.fi/)
|
||||||
* [WordDive](https://www.worddive.com/en/) has a Finnish course, paid, but
|
- [WordDive](https://www.worddive.com/en/) has a Finnish course, paid, but
|
||||||
I think with a free trial option.
|
I think with a free trial option.
|
||||||
|
|
||||||
### Advanceish
|
### Advanceish
|
||||||
|
|
||||||
* [YLE Kielikoulu/Språkskolan](https://yle.fi/aihe/kielikoulu-sprakskolan)
|
- [YLE Kielikoulu/Språkskolan](https://yle.fi/aihe/kielikoulu-sprakskolan)
|
||||||
is Finnish/Swedish learning through YLE's video content
|
is Finnish/Swedish learning through YLE's video content
|
||||||
* [Clozemaster](https://www.clozemaster.com/) has random phrases which may
|
- [Clozemaster](https://www.clozemaster.com/) has random phrases which may
|
||||||
be useful after some level of understanding the language.
|
be useful after some level of understanding the language.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
* [Finland.fi: tag language](https://finland.fi/tag/language/)
|
- [Finland.fi: tag language](https://finland.fi/tag/language/)
|
||||||
* [Finland.fi: how the heck do you learn Finland part 1?](https://finland.fi/life-society/how-the-heck-do-you-learn-finnish-part-1/)
|
- [Finland.fi: how the heck do you learn Finland part 1?](https://finland.fi/life-society/how-the-heck-do-you-learn-finnish-part-1/)
|
||||||
* [Pedanet Finnish language learning materials online](https://peda.net/kuopio/kansalaisopisto/kielet/sal/skol)
|
- [Pedanet Finnish language learning materials online](https://peda.net/kuopio/kansalaisopisto/kielet/sal/skol)
|
||||||
* I picked *Taste of Finnish* from here
|
- I picked _Taste of Finnish_ from here
|
||||||
* [Teaching and Culture Ministry's material list](https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut?publication_type%5BOppimateriaali%5D=Oppimateriaali#)
|
- [Teaching and Culture Ministry's material list](https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut?publication_type%5BOppimateriaali%5D=Oppimateriaali#)
|
||||||
* *Maahanmuuttajakoulutus* under *Aiheet/teemat* is immigrant education,
|
- _Maahanmuuttajakoulutus_ under _Aiheet/teemat_ is immigrant education,
|
||||||
but these appear to be more of tailored for Finnish teachers
|
but these appear to be more of tailored for Finnish teachers
|
||||||
|
|
||||||
## Finnish courses
|
## Finnish courses
|
||||||
|
|
||||||
* [(Open) University of Helsinki; Finnish for foreigners](https://www.helsinki.fi/en/admissions-and-education/open-university/open-university-studies-degree-programme/languages-and-literatures-finland/finnish-foreigners)
|
- [(Open) University of Helsinki; Finnish for foreigners](https://www.helsinki.fi/en/admissions-and-education/open-university/open-university-studies-degree-programme/languages-and-literatures-finland/finnish-foreigners)
|
||||||
|
|
||||||
|
|
||||||
## Simple Finnish news
|
## Simple Finnish news
|
||||||
|
|
||||||
* [YLE Uutiset selkosuomeksi](https://yle.fi/uutiset/osasto/selkouutiset/),
|
- [YLE Uutiset selkosuomeksi](https://yle.fi/uutiset/osasto/selkouutiset/),
|
||||||
TV/Radio news in plain/simple Finnish spoken slowly
|
TV/Radio news in plain/simple Finnish spoken slowly
|
||||||
|
|
||||||
|
3
finnish/silly-techvoc.tsv.license
Normal file
3
finnish/silly-techvoc.tsv.license
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
3
german/random.tsv.license
Normal file
3
german/random.tsv.license
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
4
russian/.gitignore
vendored
4
russian/.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
novosti.csv
|
novosti.csv
|
||||||
|
3
russian/novosti.tsv.license
Normal file
3
russian/novosti.tsv.license
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
Loading…
x
Reference in New Issue
Block a user