Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fri_01 #2

Open
funderburkjim opened this issue Jan 28, 2024 · 2 comments
Open

fri_01 #2

funderburkjim opened this issue Jan 28, 2024 · 2 comments

Comments

@funderburkjim
Copy link
Contributor

We aim to get fri.txt into a form consistent with the cdsl conventions.

I noticed that in general the current fri_00.txt entries are in a 3-line form:

<L><K1>x</K1><K2>y</K2>
<K2>a</K2>
<p>LENG n = "RUSSIAN">b</LENG>
<p><LENG n = "ENGLISH">c</LENG>
<p><LENG n = "CZEСH">d</LENG>
<pc>page<p>
<LEND>

Note 1:  The 5 middle lines are actually in ONE line of fri_00.txt.  
Note 2:  When there are homonyms, (e.g. 'a', 'akza'), then there is one 
of these  middle sections for each homonym.

However, there are some exceptions to this general form:
For instance, there are 1789 lines in fri_00.txt that do not start with the '<' character. e.g.

575@ambu@ambu n.@вода@water@31@voda

@artanat I suggest you rewrite these '@' lines in the general form.

Call the resulting version fri_01.txt.

As a point of organization, I suggest:

  • create a '01' directory
  • Create a readme.txt file in the 01 directory -- Use this for documenting.
  • create a program to do the conversion. e.g. a python program 'fri_01.py`
    • python fri_01.py fri_00.txt fri_01.txt

Let's see how this goes.

Also, do you notice any other variation from the 'general' form?

@funderburkjim
Copy link
Contributor Author

Suggestion: When you commit fri_01 to this Frish repo, mention this issue in the commit message.
e.g.

git commit -m "fri_01.  #2

@drdhaval2785
Copy link

I am sure most of us know it, but just wanted to mention that it is useful to do 'git commit -m "close #2"' in case you want to close issue 2 from the command line. When you push it, the issue gets closed on github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants