Re: [Apertium-stuff] GSoC'23

2023-02-28 Thread Abd-El-Rahman

Ok thank you mr Daniel.
I would like to ask you about another project to put it in my mind 
which is building the "Language Server Protocol" if it wasn't assigned 
to anyone and if there's a code challenge to complete it to contribute 
with you.
I'm also still interested in the Node project that you said you are not 
sure about it (I need to contribute to it so I need to know information 
about it if it is still available)



On Tue, Feb 28 2023 at 11:41:26 PM -0500, Daniel Swanson 
 wrote:

I'm not sure what the status of the Annotatrix project is, but I can
give you a coding challenge for the capitalization project, which is
to fork a translation pair of your choice and modify the makefile and
modes.xml so that capitalization is in the pipeline but doesn't do
anything yet.

Daniel

On Tue, Feb 28, 2023 at 11:20 PM Abd-El-Rahman 
mailto:abdonasser...@gmail.com>> wrote:


 Hello, my name is Abd-El-Rahman Nasser and I need to contribute 
with you on GSoC this year.
 I'm from Egypt and have basic knowledge of programming and concepts 
related like Architecture, database, OS, OOP, OOD, Design Patterns 
and some on technology with javascript and NodeJS and seeking to 
know more with you
 So, I want you help me to know where to start to be accepted with 
you.

 The projects that I want to contribute with it are one of those:
 1.  Support for Enhanced Dependencies in UD Annotatrix
 2. Add Capitalization Handling Module to a Language


 Thanks in advance.
 Sorry for my poor English.
 ___
 Apertium-stuff mailing list
 Apertium-stuff@lists.sourceforge.net 


 



___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net 





___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] GSoC'23

2023-02-28 Thread Daniel Swanson
I'm not sure what the status of the Annotatrix project is, but I can
give you a coding challenge for the capitalization project, which is
to fork a translation pair of your choice and modify the makefile and
modes.xml so that capitalization is in the pipeline but doesn't do
anything yet.

Daniel

On Tue, Feb 28, 2023 at 11:20 PM Abd-El-Rahman  wrote:
>
> Hello, my name is Abd-El-Rahman Nasser and I need to contribute with you on 
> GSoC this year.
> I'm from Egypt and have basic knowledge of programming and concepts related 
> like Architecture, database, OS, OOP, OOD, Design Patterns and some on 
> technology with javascript and NodeJS and seeking to know more with you
> So, I want you help me to know where to start to be accepted with you.
> The projects that I want to contribute with it are one of those:
> 1.  Support for Enhanced Dependencies in UD Annotatrix
> 2. Add Capitalization Handling Module to a Language
>
>
> Thanks in advance.
> Sorry for my poor English.
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff


___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Apertium-stuff] GSoC'23

2023-02-28 Thread Abd-El-Rahman
Hello, my name is Abd-El-Rahman Nasser and I need to contribute with 
you on GSoC this year.
I'm from Egypt and have basic knowledge of programming and concepts 
related like Architecture, database, OS, OOP, OOD, Design Patterns and 
some on technology with javascript and NodeJS and seeking to know more 
with you

So, I want you help me to know where to start to be accepted with you.
The projects that I want to contribute with it are one of those:
1.  Support for Enhanced Dependencies in UD Annotatrix
2. Add Capitalization Handling Module to a Language


Thanks in advance.
Sorry for my poor English.

___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] Transducer contains initial epsilon loop

2023-02-28 Thread Zanga Chimombo
Thanks for the tip. Let me get my head around it.

On Tue, Feb 28, 2023 at 5:03 PM Kevin Brubeck Unhammer
 wrote:
>
> Hi,
>
> Cf. http://tinodidriksen.com/pisg/OFTC/logs/%23hfst/2023-02-28.log
> perhaps you can make an xfst rule to do the equivalent of
>
> sed 's/\(.*\)/\1/'
>
> ?
>
>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff


___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] Transducer contains initial epsilon loop

2023-02-28 Thread Kevin Brubeck Unhammer
Hi,

Cf. http://tinodidriksen.com/pisg/OFTC/logs/%23hfst/2023-02-28.log
perhaps you can make an xfst rule to do the equivalent of

sed 's/\(.*\)/\1/'

?




signature.asc
Description: PGP signature
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Apertium-stuff] Transducer contains initial epsilon loop

2023-02-28 Thread Zanga Chimombo
Hello all again,

I managed to resolve the above issue but couldn't think of a more
appropriate title. Basically I am deriving nouns using dimunitives
(classes 12 and 13 in Bantu). However the resulting derived noun still
is required to retain its original number morphology. Hence the need
for class 12 to refer back to other noun classes. There is a further
need, however, for the resulting derived noun to be tagged ""
for example for concordance with any adjective/ qualificative that may
follow. I am using class 3 as an example in the following file (lines
163 and 164):
https://gitlab.com/zangaphee/CiBantu/-/blob/master/twoc/apertium-nya/apertium-nya.nya.lexc

...and I have crudely inserted a tag "" somewhere where it
doesn't cause any immediate errors however, I am sure this not a
solution. Is there any example anywhere or any hint on how I may
replace the "cl3" tag with "cl12" elegantly before hitting the
constraint grammar step?

Rgds, Za.


___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff