Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Language Detection
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
1MAE002 - ALGORITHM AND COMPUTING
Language Detection
Commits
6b51e9c7
Commit
6b51e9c7
authored
11 months ago
by
DETCHART Jonathan
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9418af65
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-0
22 additions, 0 deletions
README.md
with
22 additions
and
0 deletions
README.md
+
22
−
0
View file @
6b51e9c7
...
...
@@ -8,6 +8,7 @@ From a programming point of view, the first objectives of this project are to le
## Table of content
-
[
_Requirements_
](
#requirements-toc
)
-
[
_Running the project_
](
#running-the-project-on-isae-s-computers
)
-
[
_Assignment_
](
#assignment-toc
)
-
[
_Q1. Occurrence frequency analysis_
](
#q1-occurrence-frequency-analysis-toc
)
-
[
_Q2. Enhanced occurrence frequency analysis_
](
#q2-enhanced-occurrence-frequency-analysis-toc
)
...
...
@@ -26,6 +27,27 @@ you should have completed the following notebooks before starting this project:
-
the
[
basics of the Python language
](
https://gitlab.isae-supaero.fr/mae/learn-python#the-basics-of-the-language
)
-
how to
[
read and write to text files and write functions
](
https://gitlab.isae-supaero.fr/mae/learn-python#reading-text-files-and-writing-functions
)
## Running the project on ISAE's computers [[toc](#table-of-content)]
You can use the following steps:
-
open a
`Terminal`
on the computer
-
clone this repository using the following command:
```
bash
git clone https://gitlab.isae-supaero.fr/mae-ac/language-detection.git
```
-
Load the
`Anaconda`
module using the following command:
```
bash
module load anaconda3/2023
```
-
Activate the
`Python`
environment using the following command:
```
bash
source
activate mae1-env
```
-
Run your editor or you IDE. For vscode, run:
```
bash
code
```
## Assignment [[toc](#table-of-content)]
you and anyone looking at your code should be able to run the following command without getting any errors:
```
shell
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment