Difference between revisions of "Udmurt and Komi"

From Apertium
Jump to navigation Jump to search
Line 74: Line 74:
 
| style="text-align:center" | 14.05 - 20.05
 
| style="text-align:center" | 14.05 - 20.05
 
|
 
|
* Discussing detailed work plan with mentors
 
 
* Aligning parallel texts
 
* Aligning parallel texts
* Add nominals to bilingual dictionar
+
* Add nominals to bilingual dictionary
 
| style="text-align:center" |
 
| style="text-align:center" |
 
| style="text-align:center" |
 
| style="text-align:center" |
Line 105: Line 104:
 
| style="text-align:center" |
 
| style="text-align:center" |
 
|-
 
|-
| colspan="3" |'''midterm evaluation'''
+
| style="text-align:center" | colspan="3" |'''midterm evaluation'''
 
|-
 
|-
 
!5
 
!5
Line 139: Line 138:
 
| style="text-align:center" |
 
| style="text-align:center" |
 
|-
 
|-
| colspan="3" | '''midterm evaluation'''
+
| style="text-align:center" | colspan="3" | '''midterm evaluation'''
 
|-
 
|-
 
!9-10
 
!9-10
Line 167: Line 166:
 
| style="text-align:center" |
 
| style="text-align:center" |
 
|-
 
|-
| colspan="3" | '''Project completed'''
+
| style="text-align:center" | colspan="3" | '''Project completed'''
 
|}
 
|}
 
[[Category:Language pairs]]
 
[[Category:Language pairs]]

Revision as of 18:37, 8 May 2018

The udm-kpv language pair.

Monolingual transducers

Installation

Monolingual dependencies

$ svn co https://victorio.uit.no/langtech/trunk/giella-core
$ cd giella-core
$ ./autogen.sh
$ ./configure
$ make
$ cd ..
$ svn co https://victorio.uit.no/langtech/trunk/giella-shared
$ cd giella-shared
$ ./autogen.sh
$ ./configure
$ make
$ cd ..

Now edit your $HOME/.bashrc and add two lines, replacing /PATH/TO with the full path to those directories:

export GIELLA_CORE=/PATH/TO/giella-core
export GIELLA_SHARED=/PATH/TO/giella-shared

And do source ~/.bashrc

$ svn co https://victorio.uit.no/langtech/trunk/langs/udm giella-udm
$ cd giella-udm
$ ./autogen.sh
$ ./configure --with-hfst --enable-reversed-intersect --enable-apertium
$ make
$ cd ..
$ svn co https://victorio.uit.no/langtech/trunk/langs/kpv giella-kpv
$ cd giella-kpv
$ ./autogen.sh
$ ./configure  --with-hfst --enable-reversed-intersect --enable-apertium
$ make
$ cd ..

Language pair

$ git clone git@github.com:/apertium/apertium-udm-kpv.git
$ cd apertium-udm-kpv
$ ./autogen.sh --with-lang1=../giella-udm/tools/mt/apertium --with-lang2=../giella-kpv/tools/mt/apertium
$ make

Google Summer of Code 2018

Workplan

Week Dates Goals Bidix coverage Udm coverage Komi coverage
1 14.05 - 20.05
  • Aligning parallel texts
  • Add nominals to bilingual dictionary
2 21.05 - 27.05
  • write transfer rules for nominals
3 28.05 - 03.06
  • Add verbs to bilingual dictionary
4 04.06 - 10.06
  • Write transfer rules for verbs
colspan="3" |midterm evaluation
5 11.06 - 17.06
  • Add stems to Udmurt transducer
6 18.06 - 24.06
  • Working on disambiguation
7 25.06 - 01.07
  • Add stems to Komi transducer
8 02.07 - 08.07
  • Working on disambiguation
colspan="3" | midterm evaluation
9-10 09.07 - 22.07
  • Writing transfer rules
11 23.07 - 29.07
  • Testvoc
12 30.07 - 05.08
  • Cleaning up
  • Writing documentation
  • Releasing
colspan="3" | Project completed