Code Monkey home page Code Monkey logo

Comments (1)

ruohoruotsi avatar ruohoruotsi commented on August 29, 2024

We did the following analysis on the top level of [Tolúwaṣẹ's repo]:(https://github.com/Toluwase/Word-Level-Language-Identification-for-Resource-Scarce-)

$ cat Yoruba_training_corpus\(part\).txt | wc
    4708  130914  824905
$ cat EngYor_test_corpus.txt | wc
     616   12077   76069
$ cat EngYor_test_corpus.txt Yoruba_training_corpus\(part\).txt | wc
    5324  142991  900974
$ cat EngYor_test_corpus.txt Yoruba_training_corpus\(part\).txt | sort | uniq -d | wc 
     417    5621   37125
$ cat EngYor_test_corpus.txt Yoruba_training_corpus\(part\).txt | sort | uniq | wc 
    3915  129775  811647

it shows us that we only have 417 repeated lines comprising 5621 words out of 130k total words. Given how small this is, I think it is okay for there to be these duplicates, for simplicity's sake we can just combine the text and rename it correctly. Closing.

from yoruba-text.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.