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

Extract the vocabulary from the Inuktitut Corpus #14

Open
GoogleCodeExporter opened this issue Apr 17, 2015 · 6 comments
Open

Extract the vocabulary from the Inuktitut Corpus #14

GoogleCodeExporter opened this issue Apr 17, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Purpose of addition of this task:
We need a list of (probable words) for any task dealing with Inuktitut. To get 
the list we plan on using Inuktitut Magazine (since it is representative 
literature). We would like to extract all the words from the magazine, along 
with their frequency information which can give a clue as to their function vs 
content word status, and their likelyhood when spell checking a document or 
doing any predictive task. This word list will be further processed to find 
roots for the Inuktitut Search, and to find morphemes for the Inuktitut spell 
checker.

After the review, please add a Inuktitut Magazine section to Inuktitut Corpus 
wiki page.
*detailing the number of words per language in the corpus
*detailing the average number of words per file
*maybe some statistics about how dense the vocabulary is per file (ie dense or 
diverse vocab)
*Discussing the quality and drawbacks of the corpus

After the review, the expected next step is to:
*Generate jape grammars to highlight words in context 
*Work on morphological parsing of the vocab

Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 10:34

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 10 Nov 2011 at 12:32

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

[deleted comment]

2 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

The wordlist from InuktitutMagazine vol 77-104 
https://github.com/cesine/CorpusInuktitut/blob/master/gen/InuktitutMagzine_word_
frequencies_matrix_by_document.csv

The script that was used to create the matrix:
http://code.google.com/p/ilanguagelab/source/browse/src/com/fieldlinguist/groovy
/ExtractTermFrequenciesMatrix.groovy

The script that was used to create the word frequency files
http://code.google.com/p/ilanguagelab/source/browse/src/com/fieldlinguist/groovy
/ExtractWordsOrderBySuffix.groovy

Original comment by [email protected] on 25 Nov 2011 at 4:48

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 25 Nov 2011 at 10:25

  • Added labels: Type-Implementation

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

No branches or pull requests

1 participant